Skip to content

Commit 53cf37d

Browse files
authored
For the mysql:mysql-connector-java module, updated to the version 8.0.16
Vulnerable module: mysql:mysql-connector-java Introduced through: mysql:[email protected] Remediation: Upgrade to mysql:[email protected] Done by syamkrishna & shashank
1 parent 68fc14b commit 53cf37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ libraryDependencies ++= List(
3434
"com.typesafe.slick" %% "slick" % "3.2.3",
3535
"com.typesafe.slick" %% "slick-hikaricp" % "3.2.3",
3636
"com.typesafe.slick" %% "slick-codegen" % "3.2.3",
37-
"mysql" % "mysql-connector-java" % "5.1.47",
37+
"mysql" % "mysql-connector-java" % "8.0.16",
3838
"org.slf4j" % "slf4j-nop" % "1.6.4"
3939
)
4040

4141
libraryDependencies += "com.h2database" % "h2" % "1.4.199"
4242

43-
trapExit := false
43+
trapExit := false

0 commit comments

Comments
 (0)