From 58a2235394cc0dd23091543ef36524921d7faa25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:02:17 +0000 Subject: [PATCH] Bump org.hibernate:hibernate-entitymanager Bumps [org.hibernate:hibernate-entitymanager](https://github.com/hibernate/hibernate-orm) from 5.6.14.Final to 5.6.15.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.15/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.14...5.6.15) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-entitymanager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 19d720d..91947ad 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { compile 'org.codehaus.groovy:groovy-all:2.5.9' compile 'javax.json:javax.json-api:1.1.4' - compile 'org.hibernate:hibernate-entitymanager:5.6.14.Final' + compile 'org.hibernate:hibernate-entitymanager:5.6.15.Final' testCompile 'org.spockframework:spock-core:1.3-groovy-2.5' testCompile 'junit:junit:4.13.2'