We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f16be commit 69507c7Copy full SHA for 69507c7
build.sbt
@@ -87,7 +87,7 @@ val buildSettings = Seq(
87
"org.testcontainers" % "mariadb" % testContainersVersion % "test",
88
"io.findify" %% "s3mock" % "0.2.6" % "test",
89
"ch.qos.logback" % "logback-classic" % "1.5.12",
90
- "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.0",
+ "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.1",
91
"com.mysql" % "mysql-connector-j" % "9.1.0",
92
// Libreoffice document API
93
"org.odftoolkit" % "simple-odf" % "0.9.0" withSources(),
0 commit comments