Skip to content

Commit

Permalink
Merge pull request #386 from nafg/update/mysql-connector-j-9.1.0
Browse files Browse the repository at this point in the history
Update mysql-connector-j to 9.1.0
  • Loading branch information
mergify[bot] authored Oct 15, 2024
2 parents b014a94 + cde1973 commit fcf29e4
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 @@ -23,7 +23,7 @@ libraryDependencies += "org.hsqldb" % "hsqldb" % "2.7.3"

libraryDependencies += "org.postgresql" % "postgresql" % "42.7.4" % "test"

libraryDependencies += "com.mysql" % "mysql-connector-j" % "9.0.0" % "test"
libraryDependencies += "com.mysql" % "mysql-connector-j" % "9.1.0" % "test"

libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.16" % "test"

Expand Down

0 comments on commit fcf29e4

Please # to comment.