Skip to content

Commit

Permalink
Bump mysql-connector-j to 8.3.0 (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jan 26, 2024
1 parent 304df4e commit d9dfb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Dependencies {
val uaParser = "1.5.4"
val snakeYaml = "1.33"
val postgresDriver = "42.5.2"
val mysqlConnector = "8.0.29"
val mysqlConnector = "8.3.0"
val hikariCP = "5.0.1"
val jaywayJsonpath = "2.7.0"
val jsonsmart = "2.4.10"
Expand Down Expand Up @@ -113,7 +113,7 @@ object Dependencies {
val snakeYaml = "org.yaml" % "snakeyaml" % V.snakeYaml
val uaParser = "com.github.ua-parser" % "uap-java" % V.uaParser
val postgresDriver = "org.postgresql" % "postgresql" % V.postgresDriver
val mysqlConnector = "mysql" % "mysql-connector-java" % V.mysqlConnector
val mysqlConnector = "com.mysql" % "mysql-connector-j" % V.mysqlConnector
val hikariCP = ("com.zaxxer" % "HikariCP" % V.hikariCP)
.exclude("org.slf4j", "slf4j-api")
val jaywayJsonpath = "com.jayway.jsonpath" % "json-path" % V.jaywayJsonpath
Expand Down

0 comments on commit d9dfb01

Please sign in to comment.