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 fb4cedaCopy full SHA for fb4ceda
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.1.4.Final")
+ testImplementation("org.hibernate.orm:hibernate-community-dialects:7.1.4.Final")
25
26
// SQLite
27
implementation("org.xerial:sqlite-jdbc:3.50.3.0")
0 commit comments