Skip to content

Commit

Permalink
Merge pull request #232 from DevSkillsHQ/dependabot/gradle/app-backen…
Browse files Browse the repository at this point in the history
…d/org.hibernate-hibernate-core-6.6.4.Final

Bump org.hibernate:hibernate-core from 6.6.3.Final to 6.6.4.Final in /app-backend
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
2 parents 9f0e148 + 7663e7f commit c452638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.xerial:sqlite-jdbc:3.47.1.0'
implementation 'org.hibernate:hibernate-core:6.6.3.Final'
implementation 'org.hibernate:hibernate-core:6.6.4.Final'
implementation 'org.hibernate.orm:hibernate-community-dialects'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit c452638

Please sign in to comment.