From 597ea9c6aa4e5508ca99d47fc92e1446e827e931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 06:45:45 +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.3.0.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.3.0) --- 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 15642f50..dcb0b90b 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.7.Final") + annotationProcessor("org.hibernate:hibernate-jpamodelgen:6.3.0.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 5adba7e2..08c2b566 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.28' - annotationProcessor(group: 'org.hibernate', name: 'hibernate-jpamodelgen', version: '5.6.7.Final') + annotationProcessor(group: 'org.hibernate', name: 'hibernate-jpamodelgen', version: '6.3.0.Final') implementation project(':ds2-oss-core-api') implementation project(':ds2-oss-core-base') implementation project(':ds2-oss-core-crypto')