Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent dddb8fb commit 8a4060b
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 @@ -14,7 +14,7 @@ libraryDependencies ++= Seq(

"org.projectlombok" % "lombok" % "1.18.26",
"com.h2database" % "h2" % "1.4.200",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.9",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.11",
)

scalaVersion := "2.13.10"
Expand Down

0 comments on commit 8a4060b

Please sign in to comment.