Skip to content

Commit

Permalink
Merge pull request #133 from hazendaz/renovate/jersey-monorepo
Browse files Browse the repository at this point in the history
Update jersey monorepo to v2.41
  • Loading branch information
hazendaz authored Oct 21, 2023
2 parents 168a19f + cb08d84 commit dd05944
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 @@ -673,13 +673,13 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>2.40</version>
<version>2.41</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>2.40</version>
<version>2.41</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -691,7 +691,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>2.40</version>
<version>2.41</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -711,7 +711,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>2.40</version>
<version>2.41</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -731,7 +731,7 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-moxy</artifactId>
<version>2.40</version>
<version>2.41</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit dd05944

Please sign in to comment.