From fb2c1e8a4664d3593e48b188188ef9db74240928 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:26:59 +0000 Subject: [PATCH] fix(deps): update mapstruct monorepo to v1.6.0 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 2f649bb5..a4789742 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.5.5.Final") + implementation ("org.mapstruct:mapstruct:1.6.0") implementation ("org.mapstruct.extensions.spring:mapstruct-spring-annotations:1.1.1") - annotationProcessor ("org.mapstruct:mapstruct-processor:1.5.5.Final") + annotationProcessor ("org.mapstruct:mapstruct-processor:1.6.0") annotationProcessor ("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.1.1") 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.5.5.Final") + testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.0") testAnnotationProcessor("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.1.1") }