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

Commit 9b3077d

Browse files
Merge pull request #219 from 100km/renovate/org.apache.commons-commons-dbcp2-2.x
Update dependency org.apache.commons:commons-dbcp2 to v2.11.0
2 parents 1ae2cea + 1665197 commit 9b3077d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "4.
4040
lazy val csv = Seq(libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.10")
4141

4242
lazy val mysql =
43-
Seq(libraryDependencies ++= Seq("org.apache.commons" % "commons-dbcp2" % "2.10.0",
43+
Seq(libraryDependencies ++= Seq("org.apache.commons" % "commons-dbcp2" % "2.11.0",
4444
"commons-dbutils" % "commons-dbutils" % "1.8.1",
4545
"com.mysql" % "mysql-connector-j" % "8.2.0"))
4646

0 commit comments

Comments
 (0)