From 06a1acae26bcf55974a36d306fb72e78a381d4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 15:36:14 +0000 Subject: [PATCH] build(deps): bump org.hibernate:hibernate-core in /server/springboot Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.0.5.Final to 7.0.9.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.0.5...7.0.9) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-version: 7.0.9.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/springboot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/springboot/build.gradle b/server/springboot/build.gradle index 6b818cec..9a67ad6d 100644 --- a/server/springboot/build.gradle +++ b/server/springboot/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation group: 'com.styra.opa', name: 'springboot', version: '1.0.0' runtimeOnly 'org.postgresql:postgresql' - implementation 'org.hibernate:hibernate-core:7.0.5.Final' + implementation 'org.hibernate:hibernate-core:7.0.9.Final' implementation 'org.hibernate:hibernate-entitymanager:5.6.15.Final' }