From c4b0536d20d7820223668a2d3a9a8b2a56bd0a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:25:02 +0000 Subject: [PATCH] Bump org.mapstruct:mapstruct in /plugins/gradle/example-client Bumps [org.mapstruct:mapstruct](https://github.com/mapstruct/mapstruct) from 1.5.5.Final to 1.6.3. - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Changelog](https://github.com/mapstruct/mapstruct/blob/main/NEXT_RELEASE_CHANGELOG.md) - [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.3) --- updated-dependencies: - dependency-name: org.mapstruct:mapstruct dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/gradle/example-client/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index e3393ce3d..656890a0c 100644 --- a/plugins/gradle/example-client/build.gradle +++ b/plugins/gradle/example-client/build.gradle @@ -27,8 +27,8 @@ dependencies { implementation "org.apache.httpcomponents:httpclient:4.5.14" implementation "javax.validation:validation-api:2.0.1.Final" - implementation "org.mapstruct:mapstruct:1.5.5.Final" - annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final" + implementation "org.mapstruct:mapstruct:1.6.3" + annotationProcessor "org.mapstruct:mapstruct-processor:1.6.3" compileOnly "org.projectlombok:lombok:1.18.30" annotationProcessor "org.projectlombok:lombok:1.18.30"