From 35150db6cf638ea1e79d8c1b7fb83cb605aee21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 21:00:30 +0000 Subject: [PATCH] Bump hibernate-core from 5.5.6.Final to 5.6.3.Final Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.5.6.Final to 5.6.3.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.5.6...5.6.3) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production update-type: version-update:semver-minor ... 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..8d22eba 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: '5.6.3.Final' testImplementation project(path: ':Confluencia', configuration: 'testOutput') testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.2'