diff --git a/build.gradle b/build.gradle index 2f26e99f..612ed7ce 100644 --- a/build.gradle +++ b/build.gradle @@ -73,10 +73,10 @@ dependencies { // Scheduler implementation("org.jobrunr:jobrunr-spring-boot-3-starter:7.3.1") // Mapstruct - implementation ("org.mapstruct:mapstruct:1.6.2") + implementation ("org.mapstruct:mapstruct:1.6.3") implementation ("org.mapstruct.extensions.spring:mapstruct-spring-annotations:1.1.2") - annotationProcessor ("org.mapstruct:mapstruct-processor:1.6.2") + annotationProcessor ("org.mapstruct:mapstruct-processor:1.6.3") 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.2") + testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.3") testAnnotationProcessor("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.1.2") }