Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update dependency org.apache.commons:commons-dbcp2 to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent c7f88b2 commit a6662cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "4.
lazy val csv = Seq(libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.10")

lazy val mysql =
Seq(libraryDependencies ++= Seq("org.apache.commons" % "commons-dbcp2" % "2.9.0",
Seq(libraryDependencies ++= Seq("org.apache.commons" % "commons-dbcp2" % "2.10.0",
"commons-dbutils" % "commons-dbutils" % "1.8.1",
"com.mysql" % "mysql-connector-j" % "8.1.0"))

Expand Down

0 comments on commit a6662cf

Please sign in to comment.