Skip to content

Commit 21d65e6

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEIVY-3106014 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEIVY-3106929
1 parent 40fb298 commit 21d65e6

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
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.apache.spark</groupId>
176176
<artifactId>spark-core_2.13</artifactId>
177-
<version>3.3.1</version>
177+
<version>3.3.2</version>
178178
<scope>provided</scope>
179179
</dependency>
180180
<dependency>

0 commit comments

Comments
 (0)