From 81651aec470a233bf6e1db443858f9a588bcf2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 22:22:19 -0500 Subject: [PATCH] Bump mapstruct-processor in /plugins/gradle/example-client (#511) Bumps [mapstruct-processor](https://github.com/mapstruct/mapstruct) from 1.4.1.Final to 1.4.2.Final. - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](https://github.com/mapstruct/mapstruct/compare/1.4.1.Final...1.4.2.Final) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/gradle/example-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index 35b47d45..7eed4892 100644 --- a/plugins/gradle/example-client/build.gradle +++ b/plugins/gradle/example-client/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation "javax.validation:validation-api:2.0.1.Final" implementation "org.mapstruct:mapstruct:1.4.1.Final" - annotationProcessor "org.mapstruct:mapstruct-processor:1.4.1.Final" + annotationProcessor "org.mapstruct:mapstruct-processor:1.4.2.Final" compileOnly "org.projectlombok:lombok:1.18.18" annotationProcessor "org.projectlombok:lombok:1.18.12" -- GitLab