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.1.Final to 6.6.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.1...6.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 8097c9b commit f54d985
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.0.0'
implementation 'org.hibernate:hibernate-core:6.6.1.Final'
implementation 'org.hibernate:hibernate-core:6.6.2.Final'
implementation 'org.hibernate.orm:hibernate-community-dialects'

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

0 comments on commit f54d985

Please sign in to comment.