From e7489a16419bed93062f2f42458780526969d12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 07:14:36 +0000 Subject: [PATCH] :arrow_up: Bump hibernate-jpamodelgen from 5.6.7.Final to 6.1.5.Final Bumps [hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) from 5.6.7.Final to 6.1.5.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.1.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.7...6.1.5) --- 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 ec8f5caf..d5217a7a 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.1.5.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 8363a2ab..40d7e3aa 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.24' - annotationProcessor(group: 'org.hibernate', name: 'hibernate-jpamodelgen', version: '5.6.7.Final') + annotationProcessor(group: 'org.hibernate', name: 'hibernate-jpamodelgen', version: '6.1.5.Final') implementation project(':ds2-oss-core-api') implementation project(':ds2-oss-core-base') implementation project(':ds2-oss-core-crypto')