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 1824e5bCopy full SHA for 1824e5b
sql/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api(project(":api"))
3
4
- implementation("org.hibernate:hibernate-core:6.6.5.Final")
+ implementation("org.hibernate:hibernate-core:6.6.16.Final")
5
implementation("org.hibernate.orm:hibernate-hikaricp:6.6.13.Final")
6
implementation("org.hibernate.orm:hibernate-community-dialects:6.6.14.Final")
7
testImplementation("org.hibernate.orm:hibernate-community-dialects:6.6.14.Final")
0 commit comments