Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-5710356
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-173761
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-2331703
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-3040284
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-3167772
- https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518
- https://snyk.io/vuln/SNYK-JAVA-COMMONSHTTPCLIENT-30083
- https://snyk.io/vuln/SNYK-JAVA-COMMONSHTTPCLIENT-31660
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-473694
- https://snyk.io/vuln/SNYK-JAVA-LOG4J-1300176
- https://snyk.io/vuln/SNYK-JAVA-LOG4J-2316893
- https://snyk.io/vuln/SNYK-JAVA-LOG4J-2342645
- https://snyk.io/vuln/SNYK-JAVA-LOG4J-2342646
- https://snyk.io/vuln/SNYK-JAVA-LOG4J-2342647
- https://snyk.io/vuln/SNYK-JAVA-LOG4J-3358774
- https://snyk.io/vuln/SNYK-JAVA-LOG4J-572732
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEAVRO-5926693
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316638
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316639
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316640
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316641
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEDERBY-32274
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEDIRECTORYSERVER-1063040
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEIVY-3106014
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEIVY-3106929
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEIVY-5847858
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEZOOKEEPER-174781
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEZOOKEEPER-31035
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEZOOKEEPER-31428
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEZOOKEEPER-32301
- https://snyk.io/vuln/SNYK-JAVA-ORGCODEHAUSJACKSON-3038425
- https://snyk.io/vuln/SNYK-JAVA-ORGCODEHAUSJACKSON-3038427
- https://snyk.io/vuln/SNYK-JAVA-ORGCODEHAUSJACKSON-3326362
- https://snyk.io/vuln/SNYK-JAVA-ORGCODEHAUSJACKSON-534878
- https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYMEDIA-595972
  • Loading branch information
snyk-bot committed Oct 2, 2023
1 parent e95f676 commit ac71049
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<!-- Spark -->

<spark.version>${spark-24.version}</spark.version>
<spark.version>3.5.0</spark.version>
<spark-22.version>2.2.3</spark-22.version>
<spark-23.version>2.3.4</spark-23.version>
<spark-24.version>2.4.8</spark-24.version>
Expand Down Expand Up @@ -631,7 +631,7 @@
<profile>
<id>spark-2.2</id>
<properties>
<spark.version>${spark-22.version}</spark.version>
<spark.version>3.5.0</spark.version>
<delta.version>${delta-03.version}</delta.version>
</properties>
<dependencies>
Expand Down Expand Up @@ -675,7 +675,7 @@
<profile>
<id>spark-2.3</id>
<properties>
<spark.version>${spark-23.version}</spark.version>
<spark.version>3.5.0</spark.version>
<delta.version>${delta-03.version}</delta.version>
</properties>
<dependencies>
Expand Down Expand Up @@ -714,7 +714,7 @@
<profile>
<id>spark-2.4</id>
<properties>
<spark.version>${spark-24.version}</spark.version>
<spark.version>3.5.0</spark.version>
<delta.version>${delta-03.version}</delta.version>
<cassandra-connector.version>${cassandra-connector-24.version}</cassandra-connector.version>
</properties>
Expand All @@ -734,7 +734,7 @@
<profile>
<id>spark-3.0</id>
<properties>
<spark.version>${spark-30.version}</spark.version>
<spark.version>3.5.0</spark.version>
<delta.version>${delta-08.version}</delta.version>
<spark-excel.version>${spark-30.version}_0.18.7</spark-excel.version>
<cassandra-connector.version>${cassandra-connector-30.version}</cassandra-connector.version>
Expand All @@ -755,7 +755,7 @@
<profile>
<id>spark-3.1</id>
<properties>
<spark.version>${spark-31.version}</spark.version>
<spark.version>3.5.0</spark.version>
<delta.version>${delta-10.version}</delta.version>
<spark-excel.version>${spark-31.version}_0.18.7</spark-excel.version>
<cassandra-connector.version>${cassandra-connector-31.version}</cassandra-connector.version>
Expand All @@ -776,7 +776,7 @@
<profile>
<id>spark-3.2</id>
<properties>
<spark.version>${spark-32.version}</spark.version>
<spark.version>3.5.0</spark.version>
<delta.version>${delta-20.version}</delta.version>
<spark-excel.version>${spark-32.version}_0.18.7</spark-excel.version>
<cassandra-connector.version>${cassandra-connector-32.version}</cassandra-connector.version>
Expand All @@ -797,7 +797,7 @@
<profile>
<id>spark-3.3</id>
<properties>
<spark.version>${spark-33.version}</spark.version>
<spark.version>3.5.0</spark.version>
<delta.version>${delta-21.version}</delta.version>
<spark-excel.version>${spark-33.version}_0.18.7</spark-excel.version>
<cassandra-connector.version>${cassandra-connector-33.version}</cassandra-connector.version>
Expand Down

0 comments on commit ac71049

Please sign in to comment.