From e6a3704e4546959fb347fc814cdbfe3dfc48c8d3 Mon Sep 17 00:00:00 2001 From: PRE DevOps <138598290+pre-devops@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:52:25 +0100 Subject: [PATCH] hibernate-jpamodelgen is deprecated --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 821222abbd..d9f014c96e 100644 --- a/build.gradle +++ b/build.gradle @@ -325,7 +325,8 @@ dependencies { developmentOnly 'org.springframework.boot:spring-boot-devtools' - annotationProcessor('org.hibernate.orm:hibernate-jpamodelgen:6.6.23.Final') + annotationProcessor("org.hibernate.orm:hibernate-processor:7.1.1.Final") + developmentOnly 'org.springframework.boot:spring-boot-devtools' testImplementation 'com.github.hmcts:fortify-client:1.4.10:all'