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 81b797c + d3bd7ef commit d50477cCopy full SHA for d50477c
app-backend/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
21
implementation 'org.springframework.boot:spring-boot-starter-web'
22
implementation 'org.xerial:sqlite-jdbc:3.49.1.0'
23
- implementation 'org.hibernate:hibernate-core:6.6.13.Final'
+ implementation 'org.hibernate:hibernate-core:6.6.14.Final'
24
implementation 'org.hibernate.orm:hibernate-community-dialects'
25
26
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments