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 8c255cc commit 1b4a3d6Copy full SHA for 1b4a3d6
build.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
15
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.6")
16
compileOnly("org.jetbrains", "annotations", "26.0.2-1")
17
implementation("org.xerial", "sqlite-jdbc", "3.50.3.0")
18
- implementation("org.postgresql", "postgresql", "42.7.7")
+ implementation("org.postgresql", "postgresql", "42.7.8")
19
implementation("com.zaxxer", "HikariCP", "7.0.2")
20
21
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
0 commit comments