From 8ff7bf6b6b390f8b7405671660e9e776e719cca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 17:56:49 +0000 Subject: [PATCH] Bump org.hibernate:hibernate-core from 5.5.6.Final to 6.1.7.Final Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.5.6.Final to 6.1.7.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.1.7/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.5.6...6.1.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 a396cc7..1f9f506 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation group: 'org.flywaydb', name: 'flyway-core', version: '7.12.0' implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.3' implementation group: 'org.hibernate', name: 'hibernate-hikaricp', version: '5.5.6.Final' - implementation group: 'org.hibernate', name: 'hibernate-core', version: '5.5.6.Final' + implementation group: 'org.hibernate', name: 'hibernate-core', version: '6.1.7.Final' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.2'