From 3a94fbc249f4625e2e1bd5a53b6255803a5a06af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:45:27 +0000 Subject: [PATCH] Bump hibernate from 6.2.5.Final to 6.2.6.Final in /examples/hibernate Bumps `hibernate` from 6.2.5.Final to 6.2.6.Final. Updates `org.hibernate.orm:hibernate-core` from 6.2.5.Final to 6.2.6.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.2.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.2.5...6.2.6) Updates `org.hibernate.orm:hibernate-jcache` from 6.2.5.Final to 6.2.6.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.2.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.2.5...6.2.6) Updates `org.hibernate.orm:hibernate-hikaricp` from 6.2.5.Final to 6.2.6.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.2.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.2.5...6.2.6) --- 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-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 66d5ce21d7..fe7961b33e 100644 --- a/examples/hibernate/gradle/libs.versions.toml +++ b/examples/hibernate/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] caffeine = "3.1.6" h2 = "2.1.214" -hibernate = "6.2.5.Final" +hibernate = "6.2.6.Final" junit = "5.9.3" slf4j = "2.0.7" truth = "1.1.5"