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 7895c62 commit 5c1c0a5Copy full SHA for 5c1c0a5
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.1.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.23.0")
0 commit comments