Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-platform
  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 26, 2024
1 parent 2a86f2c commit b297435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version = "1.5.0"
description = "Hibernate sample app"

dependencies {
implementation(platform("org.hibernate.orm:hibernate-platform:6.6.1.Final"))
implementation(platform("org.hibernate.orm:hibernate-platform:6.6.3.Final"))
implementation("org.hibernate.orm:hibernate-core")
implementation("org.hibernate.orm:hibernate-hikaricp")
implementation("com.zaxxer:HikariCP:6.2.1")
Expand Down

0 comments on commit b297435

Please sign in to comment.