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 8d3bdf8 commit fb40ec1Copy full SHA for fb40ec1
prime-router/build.gradle.kts
@@ -923,7 +923,7 @@ dependencies {
923
implementation("commons-codec:commons-codec:1.17.1")
924
implementation("commons-io:commons-io:2.17.0")
925
implementation("org.postgresql:postgresql:42.7.4")
926
- implementation("com.zaxxer:HikariCP:6.0.0")
+ implementation("com.zaxxer:HikariCP:6.2.0")
927
implementation("org.flywaydb:flyway-core:10.18.2")
928
implementation("org.flywaydb:flyway-database-postgresql:10.18.2")
929
implementation("org.commonmark:commonmark:0.24.0")
0 commit comments