From 012057b7c16d8c27bb5d9bf2858721aa2e648521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:46:34 +0000 Subject: [PATCH] Update dependency org.hibernate.orm:hibernate-jpamodelgen to v7 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bfb090aa3f..1feb976759 100644 --- a/build.gradle +++ b/build.gradle @@ -325,7 +325,7 @@ dependencies { developmentOnly 'org.springframework.boot:spring-boot-devtools' - annotationProcessor('org.hibernate.orm:hibernate-jpamodelgen:6.6.30.Final') + annotationProcessor('org.hibernate.orm:hibernate-jpamodelgen:7.1.2.Final') developmentOnly 'org.springframework.boot:spring-boot-devtools' testImplementation 'com.github.hmcts:fortify-client:1.4.10:all'