Skip to content

Commit

Permalink
Update jersey monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2022
1 parent 6dba0b1 commit 1417b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stingray-parent-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<metrics.version>4.2.10</metrics.version>
<jersey.version>2.35</jersey.version>
<jersey.version>2.36</jersey.version>
<jetty.version>9.4.46.v20220331</jetty.version>
<swagger.version>2.2.1</swagger.version>
</properties>
Expand Down
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.10</metrics.version>
<jersey.version>3.0.3</jersey.version>
<jersey.version>3.0.5</jersey.version>
<jetty.version>11.0.9</jetty.version>
<swagger.version>2.2.1</swagger.version>
<jakarta.version>3.0.0</jakarta.version>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>3.0.3</version>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
Expand Down

0 comments on commit 1417b95

Please sign in to comment.