We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5f7ac commit 4087cb3Copy full SHA for 4087cb3
pom.xml
@@ -27,7 +27,7 @@
27
<jdk.version>11</jdk.version>
28
<service.name>raspberrypi-blue-green-deployment</service.name>
29
<jackson.version>2.13.3</jackson.version>
30
- <jersey.version>2.36</jersey.version>
+ <jersey.version>2.42</jersey.version>
31
<jetty.version>9.4.48.v20220622</jetty.version>
32
<spring.version>5.3.21</spring.version>
33
<slf4j.version>1.7.36</slf4j.version>
@@ -103,7 +103,7 @@
103
<dependency>
104
<groupId>org.glassfish.jersey.ext</groupId>
105
<artifactId>jersey-spring4</artifactId>
106
- <version>2.36</version>
+ <version>2.43</version>
107
<exclusions>
108
<exclusion>
109
<groupId>javax.inject</groupId>
0 commit comments