Skip to content

Commit

Permalink
chore(deps): update dependency org.glassfish.jersey.core:jersey-clien…
Browse files Browse the repository at this point in the history
…t to v3.1.10
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent a7edfc7 commit 14bcda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ SOFTWARE.
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.9</version>
<version>3.1.10</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.9</version>
<version>3.1.10</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 14bcda7

Please sign in to comment.