Skip to content

Commit

Permalink
Update jersey monorepo to v2.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2023
1 parent 62b1d24 commit 9757bfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -656,13 +656,13 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>2.35</version>
<version>2.39.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>2.35</version>
<version>2.39.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -674,7 +674,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>2.35</version>
<version>2.39.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -694,7 +694,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>2.35</version>
<version>2.39.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -714,7 +714,7 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-moxy</artifactId>
<version>2.35</version>
<version>2.39.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9757bfa

Please # to comment.