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 {