Skip to content

Commit

Permalink
Update jersey monorepo to v2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 29, 2024
1 parent e177983 commit 7e4ebe9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.25</version>
<version>2.42</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>2.25</version>
<version>2.42</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.jersey.media</groupId>
Expand All @@ -58,12 +58,12 @@
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-proxy-client</artifactId>
<version>2.25</version>
<version>2.42</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.25</version>
<version>2.42</version>
<exclusions>
<!-- Prevent embedding deps provided by jdisc -->
<exclusion>
Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>
<version>2.25</version>
<version>2.42</version>
</dependency>

<!-- END Jersey deps -->
Expand Down

0 comments on commit 7e4ebe9

Please sign in to comment.