Skip to content

Commit 325d18e

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYCORE-14049172
1 parent 92e8315 commit 325d18e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252
<cassandra.version>3.11.2</cassandra.version>
53-
<scylla.version />
53+
<scylla.version/>
5454
<java.version>8</java.version>
5555
<log4j.version>1.2.17</log4j.version>
5656
<slf4j.version>1.7.36</slf4j.version>
@@ -73,7 +73,7 @@
7373
<jnr-posix.version>3.1.19</jnr-posix.version>
7474
<groovy.version>2.4.21</groovy.version>
7575
<jax-rs.version>2.0.1</jax-rs.version>
76-
<jersey.version>2.23.1</jersey.version>
76+
<jersey.version>2.46</jersey.version>
7777
<hk2.version>2.4.0-b34</hk2.version>
7878
<felix.version>4.4.1</felix.version>
7979
<!-- more recent versions of pax-exam require JDK7+ -->
@@ -94,7 +94,7 @@
9494
<test.groups>unit</test.groups>
9595
<pushChanges>false</pushChanges>
9696
<test.osgi.skip>true</test.osgi.skip>
97-
<javadoc.opts />
97+
<javadoc.opts/>
9898
<!-- Append "-fedora" to os.detected.classifier for Fedora systems
9999
(see https://netty.io/wiki/forked-tomcat-native.html) -->
100100
<!-- Commenting this out since artifact in use right now is statically
@@ -941,7 +941,7 @@
941941
<!-- This requires includes to be explicitly specified by implementing classes.
942942
This is needed to prevent creating a JVM fork for each test, even those that don't
943943
have the isolated group. -->
944-
<includes />
944+
<includes/>
945945
</configuration>
946946
</plugin>
947947
</plugins>

0 commit comments

Comments
 (0)