Skip to content

Commit

Permalink
Update mariadb-java-client to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 26, 2023
1 parent cfe960f commit 9984eef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libats-anorm/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name := "libats-anorm"
libraryDependencies ++= {
Seq(
"eu.0io" %% "anorm-async" % "0.0.3-SNAPSHOT" exclude("org.slf4j", "slf4j-api"),
"org.mariadb.jdbc" % "mariadb-java-client" % "3.1.4" % Test
"org.mariadb.jdbc" % "mariadb-java-client" % "3.2.0" % Test
)
}
2 changes: 1 addition & 1 deletion libats-db/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies ++= {
Seq(
"com.typesafe" % "config" % "1.4.2",
"eu.0io" %% "anorm-async" % "0.0.3-SNAPSHOT" % Test exclude("org.slf4j", "slf4j-api"),
"org.mariadb.jdbc" % "mariadb-java-client" % "3.1.4" % Test,
"org.mariadb.jdbc" % "mariadb-java-client" % "3.2.0" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.12" % Provided
)
}
Expand Down
2 changes: 1 addition & 1 deletion libats-slick/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libraryDependencies ++= {

"org.scalatest" %% "scalatest" % scalaTestV % Provided,

"org.mariadb.jdbc" % "mariadb-java-client" % "3.1.4" % Test,
"org.mariadb.jdbc" % "mariadb-java-client" % "3.2.0" % Test,

"org.bouncycastle" % "bcprov-jdk18on" % "1.76" % Provided,
"org.bouncycastle" % "bcpkix-jdk18on" % "1.76" % Provided,
Expand Down

0 comments on commit 9984eef

Please sign in to comment.