Skip to content

Commit

Permalink
build(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.5.2.Final to 6.6.0.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.5.2...6.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 12, 2024
1 parent 28702aa commit e457500
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 @@ -44,7 +44,7 @@ dependencies {
compileOnly('jakarta.servlet:jakarta.servlet-api:6.1.0')
implementation("org.slf4j:slf4j-simple:2.0.13")
implementation("org.slf4j:slf4j-api:2.0.13")
implementation('org.hibernate:hibernate-core:6.5.2.Final')
implementation('org.hibernate:hibernate-core:6.6.0.Final')
implementation("org.hibernate:hibernate-spatial:6.5.2.Final")
implementation('org.glassfish.jaxb:jaxb-runtime:4.0.5')
implementation("com.amazonaws:aws-java-sdk-s3:1.12.762")
Expand Down

0 comments on commit e457500

Please sign in to comment.