Skip to content

Commit 0fa4dad

Browse files
Merge pull request #391 from DevSkillsHQ/dependabot/gradle/app-backend/org.hibernate-hibernate-core-7.1.0.Final
Bump org.hibernate:hibernate-core from 7.0.9.Final to 7.1.0.Final in /app-backend
2 parents 702f22f + 27732d8 commit 0fa4dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2121
implementation 'org.springframework.boot:spring-boot-starter-web'
2222
implementation 'org.xerial:sqlite-jdbc:3.50.3.0'
23-
implementation 'org.hibernate:hibernate-core:7.0.9.Final'
23+
implementation 'org.hibernate:hibernate-core:7.1.0.Final'
2424
implementation 'org.hibernate.orm:hibernate-community-dialects'
2525

2626
testImplementation 'org.springframework.boot:spring-boot-starter-test'

0 commit comments

Comments
 (0)