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 702f22f + 27732d8 commit 0fa4dadCopy full SHA for 0fa4dad
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.50.3.0'
23
- implementation 'org.hibernate:hibernate-core:7.0.9.Final'
+ implementation 'org.hibernate:hibernate-core:7.1.0.Final'
24
implementation 'org.hibernate.orm:hibernate-community-dialects'
25
26
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments