Skip to content

Commit d50477c

Browse files
Merge pull request #326 from DevSkillsHQ/dependabot/gradle/app-backend/org.hibernate-hibernate-core-6.6.14.Final
Bump org.hibernate:hibernate-core from 6.6.13.Final to 6.6.14.Final in /app-backend
2 parents 81b797c + d3bd7ef commit d50477c

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

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

0 commit comments

Comments
 (0)