From ce05ac07784c66abef81ed6290f1b97e080d8ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 23:13:55 +0000 Subject: [PATCH] Bump hibernate-core in /components/mi-util Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.1.Final to 5.4.24.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.2.1...5.4.24) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- components/mi-util/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mi-util/pom.xml b/components/mi-util/pom.xml index 0d136000..49fe88b9 100644 --- a/components/mi-util/pom.xml +++ b/components/mi-util/pom.xml @@ -29,7 +29,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> - <version>5.2.1.Final</version> + <version>5.4.24.Final</version> </dependency> <dependency> <groupId>io.dropwizard</groupId>