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 1ba8bd0 commit 9092da5Copy full SHA for 9092da5
1 file changed
build.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
15
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.9")
16
compileOnly("org.jetbrains", "annotations", "26.1.0")
17
implementation("org.xerial", "sqlite-jdbc", "3.53.2.0")
18
- implementation("org.postgresql", "postgresql", "42.7.11")
+ implementation("org.postgresql", "postgresql", "42.7.12")
19
implementation("com.zaxxer", "HikariCP", "7.1.0")
20
21
testImplementation("org.junit.jupiter:junit-jupiter:6.1.1")
0 commit comments