From 571bab17bf1f317f8ec4275f12cd615df465d305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:41:51 +0000 Subject: [PATCH] :arrow_up: Bump org.hibernate:hibernate-jpamodelgen Bumps [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) from 5.6.7.Final to 6.4.1.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.7...6.4.1) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-jpamodelgen dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dbtools/build.gradle | 2 +- options/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbtools/build.gradle b/dbtools/build.gradle index 27e60170..a07abac1 100644 --- a/dbtools/build.gradle +++ b/dbtools/build.gradle @@ -1,6 +1,6 @@ description = 'DS/2 OSS Core Database Tools' dependencies { - annotationProcessor("org.hibernate:hibernate-jpamodelgen:5.6.15.Final") + annotationProcessor("org.hibernate:hibernate-jpamodelgen:6.4.1.Final") implementation project(':ds2-oss-core-api') implementation project(':ds2-oss-core-statics') testImplementation group: 'org.testng', name: 'testng', version: '7.4.0' diff --git a/options/build.gradle b/options/build.gradle index a9b34156..2db88c68 100644 --- a/options/build.gradle +++ b/options/build.gradle @@ -1,7 +1,7 @@ description = 'DS/2 OSS Core Options' dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.30' - annotationProcessor(group: 'org.hibernate', name: 'hibernate-jpamodelgen', version: '5.6.15.Final') + annotationProcessor(group: 'org.hibernate', name: 'hibernate-jpamodelgen', version: '6.4.1.Final') implementation project(':ds2-oss-core-api') implementation project(':ds2-oss-core-base') implementation project(':ds2-oss-core-crypto')