From ecd328f366006aad6485ea078727e511b6fe5ae4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 23:02:16 +0000 Subject: [PATCH] fix(deps): update dependency org.mapstruct.extensions.spring:mapstruct-spring-extensions to v1.1.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 67f3bf21..8ac2ae6f 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation ("org.mapstruct.extensions.spring:mapstruct-spring-annotations:1.1.0") annotationProcessor ("org.mapstruct:mapstruct-processor:1.5.5.Final") - annotationProcessor ("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.0.2") + annotationProcessor ("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.1.0") developmentOnly 'org.springframework.boot:spring-boot-devtools' @@ -78,7 +78,7 @@ dependencies { testAnnotationProcessor "org.projectlombok:lombok" // If you are using mapstruct in test code testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.5.5.Final") - testAnnotationProcessor("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.0.2") + testAnnotationProcessor("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.1.0") } dependencyManagement {