From c2e8503a8f7f4c8ec6d65c7e7cfef8471c2c37fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 10:18:27 +0000 Subject: [PATCH] Bump hibernate-entitymanager from 5.4.28.Final to 5.4.30.Final Bumps [hibernate-entitymanager](https://github.com/hibernate/hibernate-orm) from 5.4.28.Final to 5.4.30.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.30/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.4.28...5.4.30) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 675ddcd..c336f24 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.4.28.Final' + compile 'org.hibernate:hibernate-entitymanager:5.4.30.Final' testCompile 'org.spockframework:spock-core:1.3-groovy-2.5' testCompile 'junit:junit:4.13.2'