Skip to content

Commit

Permalink
fix: bump mysql-socket
Browse files Browse the repository at this point in the history
  • Loading branch information
glorat committed Dec 25, 2023
1 parent 8e6e602 commit 4228c44
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 @@ -31,7 +31,7 @@ lazy val common_deps = Seq(
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1",
"mysql" % "mysql-connector-java" % "8.0.33",
"com.google.cloud.sql" % "mysql-socket-factory-connector-j-8" % "1.11.0",
"com.google.cloud.sql" % "mysql-socket-factory-connector-j-8" % "1.15.1",
"com.google.cloud" % "google-cloud-pubsub" % "1.123.6",
"com.softwaremill.sttp.client3" %% "core" % "3.8.13",
"com.softwaremill.sttp.client3" %% "json4s" % "3.8.13",
Expand Down

0 comments on commit 4228c44

Please sign in to comment.