Skip to content

Commit

Permalink
fix(deps): update jersey monorepo to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2023
1 parent a17f8ab commit c5da0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stingray-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<metrics.version>4.2.15</metrics.version>
<jersey.version>3.0.8</jersey.version>
<jersey.version>3.1.1</jersey.version>
<jetty.version>11.0.13</jetty.version>
<swagger.version>2.2.8</swagger.version>
<jakarta.version>3.1.0</jakarta.version>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>3.0.8</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
Expand Down

0 comments on commit c5da0fa

Please sign in to comment.