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 812746c commit 82b5bb9Copy full SHA for 82b5bb9
sql/build.gradle.kts
@@ -7,7 +7,7 @@ dependencies {
7
testImplementation("org.hibernate.orm:hibernate-community-dialects:6.6.14.Final")
8
testImplementation("org.hibernate.orm:hibernate-hikaricp:6.6.13.Final")
9
10
- implementation("org.postgresql:postgresql:42.7.5")
+ implementation("org.postgresql:postgresql:42.7.6")
11
12
13
implementation("org.xerial:sqlite-jdbc:3.49.1.0")
0 commit comments