From 572432f4268bc78079602e3ca893dfc96cb9d509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:17:11 +0000 Subject: [PATCH] Bump hibernate from 6.5.0.Final to 6.5.2.Final in /examples/hibernate Bumps `hibernate` from 6.5.0.Final to 6.5.2.Final. Updates `org.hibernate.orm:hibernate-core` from 6.5.0.Final to 6.5.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.5.0...6.5.2) Updates `org.hibernate.orm:hibernate-jcache` from 6.5.0.Final to 6.5.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.5.0...6.5.2) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.5.0.Final to 6.5.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.5.0...6.5.2) Updates `org.hibernate.orm:hibernate-hikaricp` from 6.5.0.Final to 6.5.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.5.0...6.5.2) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jcache dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-hikaricp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/hibernate/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hibernate/gradle/libs.versions.toml b/examples/hibernate/gradle/libs.versions.toml index 2659fa76d7..d0afdd17d8 100644 --- a/examples/hibernate/gradle/libs.versions.toml +++ b/examples/hibernate/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] caffeine = "3.1.8" h2 = "2.2.224" -hibernate = "6.5.0.Final" +hibernate = "6.5.2.Final" junit = "5.11.0-M2" log4j2 = "3.0.0-beta2" slf4j = "2.0.7"