Skip to content

Commit

Permalink
mariadb-java-client: 3.3.1 -> 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Jan 1, 2024
1 parent 11cd504 commit 31af77c
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 @@ -44,7 +44,7 @@ lazy val producers =
libraryDependencies += "com.h2database" % "h2" % "2.2.224" % "test",
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % "test",
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % "test",
libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "3.3.1",
libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "3.3.2",
libraryDependencies += "org.jsoup" % "jsoup" % "1.17.1",
libraryDependencies += "org.ocpsoft.prettytime" % "prettytime" % "5.0.7.Final",
testFrameworks += new TestFramework(
Expand Down

0 comments on commit 31af77c

Please sign in to comment.