From 3787ad3e1dfaa863e1c69e2a94f2783fe009544f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:28:04 +0000 Subject: [PATCH] Bump hibernate from 6.3.0.Final to 6.3.1.Final in /examples/hibernate Bumps `hibernate` from 6.3.0.Final to 6.3.1.Final. Updates `org.hibernate.orm:hibernate-core` from 6.3.0.Final to 6.3.1.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.3.0...6.3.1) Updates `org.hibernate.orm:hibernate-jcache` from 6.3.0.Final to 6.3.1.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.3.0...6.3.1) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.3.0.Final to 6.3.1.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.3.0...6.3.1) Updates `org.hibernate.orm:hibernate-hikaricp` from 6.3.0.Final to 6.3.1.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.3.0...6.3.1) --- 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 b1e2821d4b..58bd0dc915 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.3.0.Final" +hibernate = "6.3.1.Final" junit = "5.10.0" log4j2 = "2.20.0" slf4j = "2.0.7"