Skip to content

Commit

Permalink
Update Jersey (test dep)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 15, 2024
1 parent 41ec9f7 commit f00f5cc
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Need Jersey+Jetty for testing; deps from DropWizard 1.3.29 -->
<version.jersey>2.25.1</version.jersey>
<!-- Need Jersey+Jetty for testing -->

<!-- 14-Oct-2024, tatu: Latest 2.x Jersey -->
<version.jersey>2.45</version.jersey>
<!-- as per CVE-2019-10247 -> 9.4.35 -->
<!-- 18-Apr-2023, tatu: Further increase (latest at this point) -->
<!-- 14-Oct-2024, tatu: and yet further -->
Expand Down Expand Up @@ -112,6 +114,15 @@
<version>${version.jersey}</version>
<scope>test</scope>
</dependency>
<!-- 14-Oct-2024, tatu: Need this with Jersey 2.26+, as per
https://stackoverflow.com/questions/44088493/jersey-stopped-working-with-injectionmanagerfactory-not-found
-->
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>${version.jersey}</version>
<scope>test</scope>
</dependency>
<!-- 20-Apr-2024 : JUnit4 no longer from jackson-base, so: -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit f00f5cc

Please sign in to comment.