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 222bbff + 894d10d commit 02ec9a6Copy full SHA for 02ec9a6
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.1.5.Final'
+ implementation 'org.hibernate:hibernate-core:7.1.6.Final'
24
implementation 'org.hibernate.orm:hibernate-community-dialects'
25
26
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments