Skip to content

Commit

Permalink
chore(deps): update jersey monorepo to v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 7fb1075 commit 4c5e7ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,14 @@ SOFTWARE.
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.5</version>
<version>3.1.7</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>3.1.5</version>
<version>3.1.7</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/file-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SOFTWARE.
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<scope>test</scope>
<version>3.1.5</version>
<version>3.1.7</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 4c5e7ed

Please sign in to comment.