Skip to content

Commit

Permalink
Update jersey dependencies to 3.0.11
Browse files Browse the repository at this point in the history
Note: Updating to 3.0.12 or newer causes a ClassDefNotFound exception as
Discord4j currently requires an earlier version of Jackson.  Can attempt
to upgrade further once they upgrade their Jackson version dependency
  • Loading branch information
SoAJeff committed Dec 25, 2023
1 parent 1bae513 commit 10925a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions soa-discord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.0.4</version>
<version>3.0.11</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>3.0.5</version>
<version>3.0.11</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>3.0.5</version>
<version>3.0.11</version>
</dependency>
<dependency>
<groupId>org.dmfs</groupId>
Expand Down

0 comments on commit 10925a8

Please sign in to comment.