Skip to content

Commit f4289b7

Browse files
committed
Update Spark Java version and outdated transitive Jetty dependency (CVE-2020-27216, CVE-2020-27218, CVE-2020-27223, CVE-2021-28165, CVE-2021-28169, CVE-2021-34428)
1 parent ff01f00 commit f4289b7

File tree

1 file changed

+14
-1
lines changed
  • aws-serverless-java-container-spark

1 file changed

+14
-1
lines changed

aws-serverless-java-container-spark/pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,22 @@
1616
</parent>
1717

1818
<properties>
19-
<spark.version>2.9.1</spark.version>
19+
<spark.version>2.9.3</spark.version>
2020
</properties>
2121

22+
<dependencyManagement>
23+
<dependencies>
24+
<!-- outdated transitive dependency in spark-core (CVE-2020-27216, CVE-2020-27218, CVE-2020-27223, CVE-2021-28165, CVE-2021-28169, CVE-2021-34428) -->
25+
<dependency>
26+
<groupId>org.eclipse.jetty</groupId>
27+
<artifactId>jetty-bom</artifactId>
28+
<version>9.4.43.v20210629</version>
29+
<type>pom</type>
30+
<scope>import</scope>
31+
</dependency>
32+
</dependencies>
33+
</dependencyManagement>
34+
2235
<dependencies>
2336
<!-- Core interfaces for the aws-serverless-java-container project -->
2437
<dependency>

0 commit comments

Comments
 (0)