From 6989815fc789a37f378beb719cbc614a413cfbc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:18:05 +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.1.2.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.0.5...7.1.2) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-version: 7.1.2.Final dependency-type: direct:production update-type: version-update:semver-minor ... 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..53440b59 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.1.2.Final' implementation 'org.hibernate:hibernate-entitymanager:5.6.15.Final' }