Skip to content

Commit

Permalink
fix(deps): update mapstruct monorepo to v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent e5d46bb commit 37d71ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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")
}

Expand Down

0 comments on commit 37d71ac

Please sign in to comment.