Skip to content

Commit 267aa6c

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGLZ4-14151788
1 parent 92e8315 commit 267aa6c

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>
@@ -61,7 +61,7 @@
6161
<netty-tcnative.version>2.0.70.Final</netty-tcnative.version>
6262
<metrics.version>3.2.6</metrics.version>
6363
<snappy.version>1.1.10.7</snappy.version>
64-
<lz4.version>1.8.0</lz4.version>
64+
<lz4.version>1.8.1</lz4.version>
6565
<hdr.version>2.2.2</hdr.version>
6666
<jackson.version>2.15.4</jackson.version>
6767
<joda.version>2.12.7</joda.version>
@@ -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)