Skip to content

Commit

Permalink
[jvm-packages] Upgrade Scala to 2.11.12 to address CVE-2017-15288 (#3816
Browse files Browse the repository at this point in the history
)

A privilege escalation vulnerability (CVE-2017-15288) has been
identified in the Scala compilation daemon. See
https://nvd.nist.gov/vuln/detail/CVE-2017-15288

Fix: Upgrade Scala to 2.11.12.
  • Loading branch information
hcho3 authored and CodingCat committed Oct 22, 2018
1 parent abf2f66 commit e26b5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<maven.compiler.target>1.7</maven.compiler.target>
<flink.version>1.5.0</flink.version>
<spark.version>2.3.1</spark.version>
<scala.version>2.11.8</scala.version>
<scala.version>2.11.12</scala.version>
<scala.binary.version>2.11</scala.binary.version>
</properties>
<repositories>
Expand Down

0 comments on commit e26b5d6

Please sign in to comment.