From eb8f5fd4c60e5c71e7f41d7486ee017d60d164d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:00:56 +0000 Subject: [PATCH] Bump hibernate-core from 5.5.6.Final to 6.1.5.Final Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.5.6.Final to 6.1.5.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.1.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.5.6...6.1.5) --- 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 d0d9e86..89227a8 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' implementation group: 'org.bouncycastle', name: 'bcpg-jdk15on', version: '1.69' - implementation group: 'org.hibernate', name: 'hibernate-core', version: '5.5.6.Final' + implementation group: 'org.hibernate', name: 'hibernate-core', version: '6.1.5.Final' testImplementation project(path: ':Confluencia', configuration: 'testOutput') testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.2'