We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfd0bc commit 8567269Copy full SHA for 8567269
build.sbt
@@ -226,7 +226,7 @@ lazy val packagehub = project
226
libraryDependencies ++=
227
List(
228
"com.google.cloud.sql" % "postgres-socket-factory" % "1.3.0",
229
- "com.zaxxer" % "HikariCP" % "4.0.3",
+ "com.zaxxer" % "HikariCP" % "5.0.0",
230
"org.flywaydb" % "flyway-core" % "7.7.1",
231
"org.postgresql" % "postgresql" % "42.2.23",
232
"org.rauschig" % "jarchivelib" % "1.1.0",
0 commit comments