From 4c8e673fe5077efe0968665f20c1bf0f00b4a0e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:34:38 +0530 Subject: [PATCH] fix(deps): update mapstruct monorepo to v1.6.2 (#410) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d67fc6a0..22d5b2ec 100644 --- a/build.gradle +++ b/build.gradle @@ -73,10 +73,10 @@ dependencies { // Scheduler implementation("org.jobrunr:jobrunr-spring-boot-3-starter:7.2.3") // Mapstruct - implementation ("org.mapstruct:mapstruct:1.6.0") + implementation ("org.mapstruct:mapstruct:1.6.2") implementation ("org.mapstruct.extensions.spring:mapstruct-spring-annotations:1.1.2") - annotationProcessor ("org.mapstruct:mapstruct-processor:1.6.0") + annotationProcessor ("org.mapstruct:mapstruct-processor:1.6.2") annotationProcessor ("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.1.2") testAndDevelopmentOnly 'org.springframework.boot:spring-boot-devtools' @@ -88,7 +88,7 @@ dependencies { testImplementation('com.tngtech.archunit:archunit-junit5:1.3.0') testImplementation('com.redis:testcontainers-redis:2.2.2') // If you are using mapstruct in test code - testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.0") + testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.2") testAnnotationProcessor("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.1.2") }