Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit a5ee942

Browse files
fix(deps): update jersey monorepo to v2.40
1 parent a504caf commit a5ee942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<slf4j.version>2.0.7</slf4j.version>
2121
<metrics.version>4.1.2</metrics.version>
2222
<jetty.version>9.4.50.v20221201</jetty.version>
23-
<jersey.version>2.38</jersey.version>
23+
<jersey.version>2.40</jersey.version>
2424

2525
<spring.version>5.3.24</spring.version>
2626
<maven.javadoc.skip>true</maven.javadoc.skip>
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>org.glassfish.jersey.ext</groupId>
110110
<artifactId>jersey-spring4</artifactId>
111-
<version>2.38</version>
111+
<version>2.40</version>
112112
<exclusions>
113113
<exclusion>
114114
<groupId>javax.inject</groupId>

0 commit comments

Comments
 (0)