From 354d55999d2e49eb83a00f87a1fb18e072aed61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:47:19 +0000 Subject: [PATCH] chore(deps): bump org.hibernate:hibernate-core Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.4.3.Final to 6.4.4.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.4/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.3...6.4.4) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core 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 d9685bb..2223997 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { api "org.springframework.boot:spring-boot" implementation "org.springframework.security:spring-security-core" - implementation "org.hibernate:hibernate-core:6.4.3.Final" + implementation "org.hibernate:hibernate-core:6.4.4.Final" api "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final" implementation 'com.google.guava:guava:33.0.0-jre'