Skip to content

Commit

Permalink
Merge pull request #41 from hazendaz/renovate/jersey-monorepo
Browse files Browse the repository at this point in the history
Update jersey monorepo to v2.39.1
  • Loading branch information
hazendaz authored Jun 4, 2023
2 parents a265af0 + 9757bfa commit 0508f5c
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 0508f5c

Please # to comment.