Skip to content

Commit 69507c7

Browse files
committed
Update mariadb-java-client to 3.5.1
1 parent f5f16be commit 69507c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ val buildSettings = Seq(
8787
"org.testcontainers" % "mariadb" % testContainersVersion % "test",
8888
"io.findify" %% "s3mock" % "0.2.6" % "test",
8989
"ch.qos.logback" % "logback-classic" % "1.5.12",
90-
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.0",
90+
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.1",
9191
"com.mysql" % "mysql-connector-j" % "9.1.0",
9292
// Libreoffice document API
9393
"org.odftoolkit" % "simple-odf" % "0.9.0" withSources(),

0 commit comments

Comments
 (0)