From 35f0b5d5e11205e051c719882983523a2908cd0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 07:55:08 +0000 Subject: [PATCH] Bump hibernate from 6.4.0.CR1 to 6.4.0.Final in /examples/hibernate Bumps `hibernate` from 6.4.0.CR1 to 6.4.0.Final. Updates `org.hibernate.orm:hibernate-core` from 6.4.0.CR1 to 6.4.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.0.CR1...6.4.0) Updates `org.hibernate.orm:hibernate-jcache` from 6.4.0.CR1 to 6.4.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.0.CR1...6.4.0) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.4.0.CR1 to 6.4.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.0.CR1...6.4.0) Updates `org.hibernate.orm:hibernate-hikaricp` from 6.4.0.CR1 to 6.4.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.0.CR1...6.4.0) --- 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 53e4f7f5c0..ff3408e589 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.4.0.CR1" +hibernate = "6.4.0.Final" junit = "5.10.1" log4j2 = "3.0.0-alpha1" slf4j = "2.0.7"