Skip to content

Commit

Permalink
Update jersey monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 26, 2021
1 parent b967374 commit 2c57ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>jersey-pac4j</artifactId>

<properties>
<jersey.version>2.34</jersey.version>
<jersey.version>3.0.2</jersey.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion jersey228/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>jersey228-pac4j</artifactId>

<properties>
<jersey.version>2.34</jersey.version>
<jersey.version>3.0.2</jersey.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.25.1</version>
<version>3.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 2c57ac8

Please # to comment.