Skip to content

Commit 02ec9a6

Browse files
Merge pull request #422 from DevSkillsHQ/dependabot/gradle/app-backend/org.hibernate-hibernate-core-7.1.6.Final
Bump org.hibernate:hibernate-core from 7.1.5.Final to 7.1.6.Final in /app-backend
2 parents 222bbff + 894d10d commit 02ec9a6

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.1.5.Final'
23+
implementation 'org.hibernate:hibernate-core:7.1.6.Final'
2424
implementation 'org.hibernate.orm:hibernate-community-dialects'
2525

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

0 commit comments

Comments
 (0)