From 40cf70bbbadc7a0a1aa121a82eca275d45611cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 00:46:03 -0700 Subject: [PATCH] Bump hibernate from 6.2.5.Final to 6.2.6.Final in /examples/hibernate (#1055) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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"