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 0abb284 commit d61234bCopy full SHA for d61234b
build.gradle.kts
@@ -20,8 +20,8 @@ dependencies {
20
// Hibernate and Jakarta
21
implementation("jakarta.persistence:jakarta.persistence-api:3.2.0")
22
implementation("org.hibernate:hibernate-core:7.0.0.Final")
23
- implementation("org.hibernate.orm:hibernate-community-dialects:7.0.7.Final")
24
- testImplementation("org.hibernate.orm:hibernate-community-dialects:7.0.7.Final")
+ implementation("org.hibernate.orm:hibernate-community-dialects:7.2.0.Final")
+ testImplementation("org.hibernate.orm:hibernate-community-dialects:7.2.0.Final")
25
26
// SQLite
27
implementation("org.xerial:sqlite-jdbc:3.50.3.0")
0 commit comments