From 312c7bbd91cfb8d0a66f52f75e520fd4053b598a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:23:24 +0200 Subject: [PATCH] Bump org.mapstruct:mapstruct from 1.5.5.Final to 1.6.2 (#51) Bumps [org.mapstruct:mapstruct](https://github.com/mapstruct/mapstruct) from 1.5.5.Final to 1.6.2. - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.2) --- updated-dependencies: - dependency-name: org.mapstruct:mapstruct dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c68d30d..e20e2c6 100644 --- a/build.gradle +++ b/build.gradle @@ -37,9 +37,9 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' implementation 'org.projectlombok:lombok:1.18.26' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.0' - implementation 'org.mapstruct:mapstruct:1.5.5.Final' + implementation 'org.mapstruct:mapstruct:1.6.2' - annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final' + annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.2' annotationProcessor 'org.projectlombok:lombok:1.18.26' testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'