From 425b4523fe9379a3bfb1ef7beb5bbc2b3c269308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:54:52 +0000 Subject: [PATCH] Bump org.mapstruct:mapstruct-processor in /plugins/gradle/example-server Bumps [org.mapstruct:mapstruct-processor](https://github.com/mapstruct/mapstruct) from 1.5.5.Final to 1.6.0. - [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.0) --- updated-dependencies: - dependency-name: org.mapstruct:mapstruct-processor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/gradle/example-server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-server/build.gradle b/plugins/gradle/example-server/build.gradle index 69e455a3..897317c0 100644 --- a/plugins/gradle/example-server/build.gradle +++ b/plugins/gradle/example-server/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'org.projectlombok:lombok-mapstruct-binding:0.2.0' implementation "org.mapstruct:mapstruct:1.5.5.Final" - annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final" + annotationProcessor "org.mapstruct:mapstruct-processor:1.6.0" } compileJava.dependsOn "graphqlCodegen"