From 65e1f5528c83984af1981d93c302ac948e2d67d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 08:33:45 +0000 Subject: [PATCH] Bump org.hibernate:hibernate-jpamodelgen from 6.2.7.Final to 6.4.0.Final Bumps [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) from 6.2.7.Final to 6.4.0.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.2.7...6.4.0) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-jpamodelgen 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 2bf1c9c..0c7879a 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ ext { lombokVersion = "1.18.28" lombokMapstructBinding = "0.2.0" mapstructVersion = "1.5.5.Final" - jpamodelgenVersion = "6.2.7.Final" + jpamodelgenVersion = "6.4.0.Final" springDataJpaEntityGraphVersion = "3.0.1" janinoVersion = "3.1.10" springBootDataSourceDecoratorVersion = "1.9.0"