Skip to content

Commit

Permalink
chore(deps): bump org.hibernate:hibernate-core
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.0.Final to 6.6.1.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.0...6.6.1)

---
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 Sep 23, 2024
1 parent 0835b3a commit 2a95b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

api "org.springframework.boot:spring-boot"
implementation "org.springframework.security:spring-security-core"
implementation "org.hibernate:hibernate-core:6.6.0.Final"
implementation "org.hibernate:hibernate-core:6.6.1.Final"

api "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final"
implementation 'com.google.guava:guava:33.3.0-jre'
Expand Down

0 comments on commit 2a95b44

Please sign in to comment.