Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Update jersey monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 26, 2021
1 parent c871fe0 commit 3eee235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jaxrsapplication-parent-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>2.35</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>2.35</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.35</version>
<version>3.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 3eee235

Please sign in to comment.