Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit f367bc1

Browse files
Bump org.hibernate.orm:hibernate-platform (#181)
Bumps [org.hibernate.orm:hibernate-platform](https://github.com/hibernate/hibernate-orm) from 6.6.3.Final to 6.6.4.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.3...6.6.4) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25e3268 commit f367bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ version = "1.5.0"
2626
description = "Hibernate sample app"
2727

2828
dependencies {
29-
implementation(platform("org.hibernate.orm:hibernate-platform:6.6.3.Final"))
29+
implementation(platform("org.hibernate.orm:hibernate-platform:6.6.4.Final"))
3030
implementation("org.hibernate.orm:hibernate-core")
3131
implementation("org.hibernate.orm:hibernate-hikaricp")
3232
implementation("com.zaxxer:HikariCP:6.2.1")

0 commit comments

Comments
 (0)