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.
2 parents 547972a + 6fbbe41 commit 722e693Copy full SHA for 722e693
1 file changed
build.gradle.kts
@@ -19,7 +19,7 @@ repositories {
19
dependencies {
20
// Hibernate and Jakarta
21
implementation("jakarta.persistence:jakarta.persistence-api:3.2.0")
22
- implementation("org.hibernate:hibernate-core:6.6.5.Final")
+ implementation("org.hibernate:hibernate-core:6.6.15.Final")
23
implementation("org.hibernate.orm:hibernate-community-dialects:6.6.15.Final")
24
testImplementation("org.hibernate.orm:hibernate-community-dialects:6.6.15.Final")
25
0 commit comments