Skip to content

Commit

Permalink
Merge pull request #1315 from yegor256/renovate/jersey-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update jersey monorepo to v3.1.9
  • Loading branch information
yegor256 authored Oct 29, 2024
2 parents 4009d69 + 2b83a39 commit a2d7fe3
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.7</version>
<version>3.1.9</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>3.1.7</version>
<version>3.1.9</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.7</version>
<version>3.1.9</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit a2d7fe3

Please sign in to comment.