Skip to content

Commit

Permalink
Update mariadb-java-client to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 10, 2023
1 parent 8c98119 commit bff8c0b
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 serverDependencies = libraryDependencies ++= {
"io.github.uptane" %% "libats-metrics-prometheus" % libatsVersion,
"io.github.uptane" %% "libats-slick" % libatsVersion,
"io.github.uptane" %% "libats-logging" % libatsVersion,
"org.mariadb.jdbc" % "mariadb-java-client" % "3.2.0"
"org.mariadb.jdbc" % "mariadb-java-client" % "3.3.0"
)
}

Expand Down

0 comments on commit bff8c0b

Please sign in to comment.