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

Commit 5ea3f1a

Browse files
Bump org.hibernate.orm:hibernate-platform (#180)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
1 parent 343cf7c commit 5ea3f1a

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.1.Final"))
29+
implementation(platform("org.hibernate.orm:hibernate-platform:6.6.3.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)