Skip to content

Commit

Permalink
#57: Use relocated json dependencies
Browse files Browse the repository at this point in the history
- The dependency javax.json:javax.json-api was relocated to jakarta.json:jakarta.json-api (implicit bump from version 1.1.4 to 2.1.2)
- The dependency org.glassfish:javax.json was relocated to org.glassfish:jakarta.json (implicit bump from version 1.1.4 to 2.0.1)
  • Loading branch information
TheSnoozer committed Oct 8, 2023
1 parent 5a4e900 commit 416b68c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@
</dependency>
<!-- json stuff -->
<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
<version>1.1.4</version>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.1.4</version>
<artifactId>jakarta.json</artifactId>
<version>2.0.1</version>
</dependency>
<!-- yaml -->
<dependency>
Expand Down

0 comments on commit 416b68c

Please sign in to comment.