Skip to content

Commit 9d5f551

Browse files
Update jersey monorepo to v2.37
1 parent 5cb2bb9 commit 9d5f551

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
@@ -229,7 +229,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
229229
<artifactId>jersey-client</artifactId>
230230
<scope>provided</scope>
231231
<optional>true</optional>
232-
<version>2.25.1</version>
232+
<version>2.37</version>
233233
</dependency>
234234
<dependency>
235235
<groupId>org.apache.httpcomponents</groupId>
@@ -248,7 +248,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
248248
<dependency>
249249
<groupId>org.glassfish.jersey.core</groupId>
250250
<artifactId>jersey-server</artifactId>
251-
<version>2.25.1</version>
251+
<version>2.37</version>
252252
<scope>test</scope>
253253
<optional>true</optional>
254254
</dependency>

0 commit comments

Comments
 (0)