Skip to content

Commit ccf5169

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYCORE-1255637
1 parent d5d5c2d commit ccf5169

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
@@ -40,7 +40,7 @@
4040
<osgi.log.version>1.3.0</osgi.log.version>
4141
<osgi.jdbc.version>1.0.0</osgi.jdbc.version>
4242
<pax.web.version>6.0.3</pax.web.version>
43-
<bang-servlet.version>1.1.3</bang-servlet.version>
43+
<bang-servlet.version>1.5.1</bang-servlet.version>
4444
<junit.version>4.12</junit.version> <!-- pax exam can't use junit 5 yet -->
4545
<pax.exam.version>4.13.1</pax.exam.version>
4646
<pax.url.version>2.6.2</pax.url.version>
@@ -53,7 +53,7 @@
5353
<beans.version>1.0.0</beans.version>
5454
<jackson.version>2.9.10</jackson.version>
5555
<jackson.databind.version>2.9.10.5</jackson.databind.version>
56-
<jersey.version>2.30.1</jersey.version>
56+
<jersey.version>2.34</jersey.version>
5757
<open-iconic.version>1.1.1</open-iconic.version>
5858
<sonar.cpd.exclusions>
5959
**/TestLiquibaseRunner.java,

0 commit comments

Comments
 (0)