From 78bb3bfd9229a312e3a4257280f1c85f2817b09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 21:00:22 +0000 Subject: [PATCH] Bump hibernate-core from 5.5.6.Final to 6.1.6.Final Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.5.6.Final to 6.1.6.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.1.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.5.6...6.1.6) --- 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 e6ae743..820b703 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation group: 'org.glassfish', name: 'javax.el', version: '3.0.0' implementation group: 'org.jboss.weld.servlet', name: 'weld-servlet', version: '2.4.8.Final' - compileOnly group: 'org.hibernate', name: 'hibernate-core', version: '5.5.6.Final' + compileOnly group: 'org.hibernate', name: 'hibernate-core', version: '6.1.6.Final' testImplementation project(path: ':Confluencia', configuration: 'testOutput') testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.2'