Skip to content

Commit aba71fe

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent df001ca commit aba71fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<scala.version>2.13.16</scala.version>
1212
<scala.main.version>2.13</scala.main.version>
13-
<spark.version>3.5.6</spark.version>
13+
<spark.version>4.0.0</spark.version>
1414
<connector.version>3.5.1</connector.version>
1515
<cassandra.version>5.0.4</cassandra.version>
1616
<junit.version>5.9.1</junit.version>

0 commit comments

Comments
 (0)