Skip to content

Commit 58c4f6c

Browse files
Update jersey monorepo to v2.41
1 parent c21b20f commit 58c4f6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
2323
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
24-
<version>2.7</version>
24+
<version>2.41</version>
2525
<scope>test</scope>
2626
</dependency>
2727

@@ -52,28 +52,28 @@
5252
<dependency>
5353
<groupId>org.glassfish.jersey.core</groupId>
5454
<artifactId>jersey-server</artifactId>
55-
<version>2.7</version>
55+
<version>2.41</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.glassfish.jersey.containers</groupId>
5959
<artifactId>jersey-container-servlet-core</artifactId>
60-
<version>2.7</version>
60+
<version>2.41</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.glassfish.jersey.containers</groupId>
6464
<artifactId>jersey-container-jetty-http</artifactId>
65-
<version>2.7</version>
65+
<version>2.41</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.glassfish.jersey.media</groupId>
6969
<artifactId>jersey-media-moxy</artifactId>
70-
<version>2.7</version>
70+
<version>2.41</version>
7171
</dependency>
7272

7373
<dependency>
7474
<groupId>org.glassfish.jersey.ext</groupId>
7575
<artifactId>jersey-bean-validation</artifactId>
76-
<version>2.7</version>
76+
<version>2.41</version>
7777
</dependency>
7878
</dependencies>
7979

0 commit comments

Comments
 (0)