From 4f1b238f59a8a631bad243290165848653c377de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 06:15:45 +0000 Subject: [PATCH] chore(deps): bump org.hibernate:hibernate-core Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.3.23.Final to 6.2.7.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.2.7/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.3.23...6.2.7) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9f14080..e67e54f 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ dependencies { testImplementation group: 'org.slf4j', name: 'slf4j-jdk14', version: '2.0.0-alpha0' - implementation("org.hibernate:hibernate-core:5.3.23.Final") + implementation("org.hibernate:hibernate-core:6.2.7.Final") implementation("mysql:mysql-connector-java:8.0.27") implementation("com.google.inject:guice:4.0") implementation("com.fasterxml.jackson.core:jackson-databind:2.10.0")