Skip to content

Commit

Permalink
Bump org.hibernate:hibernate-core in /app-backend
Browse files Browse the repository at this point in the history
Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.6.6.Final to 6.6.7.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.7/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.6...6.6.7)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 924a3ca commit 2a4d6f9
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.49.0.0'
implementation 'org.hibernate:hibernate-core:6.6.6.Final'
implementation 'org.hibernate:hibernate-core:6.6.7.Final'
implementation 'org.hibernate.orm:hibernate-community-dialects'

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

0 comments on commit 2a4d6f9

Please sign in to comment.