Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
fix(deps): update jersey monorepo to v2.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2023
1 parent 1a9f1c8 commit 033d35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<slf4j.version>2.0.7</slf4j.version>
<metrics.version>4.1.2</metrics.version>
<jetty.version>9.4.50.v20221201</jetty.version>
<jersey.version>2.38</jersey.version>
<jersey.version>2.39.1</jersey.version>

<spring.version>5.3.24</spring.version>
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring4</artifactId>
<version>2.38</version>
<version>2.39.1</version>
<exclusions>
<exclusion>
<groupId>javax.inject</groupId>
Expand Down

0 comments on commit 033d35c

Please sign in to comment.