From 7d5222ba611f34e57fdc7803baedfda9ae945c60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:06:26 +0000 Subject: [PATCH] Update dependency org.hibernate.orm:hibernate-jpamodelgen to v6.6.46.Final --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f2c57df98..86b734d3d 100644 --- a/build.gradle +++ b/build.gradle @@ -337,7 +337,7 @@ dependencies { implementation group: 'com.azure', name: 'azure-identity', version: '1.18.2' developmentOnly 'org.springframework.boot:spring-boot-devtools' - annotationProcessor('org.hibernate.orm:hibernate-jpamodelgen:6.6.42.Final') + annotationProcessor('org.hibernate.orm:hibernate-jpamodelgen:6.6.46.Final') developmentOnly 'org.springframework.boot:spring-boot-devtools' testImplementation 'com.github.hmcts:fortify-client:1.4.10:all'