Skip to content

Commit

Permalink
fix(deps): update mapstruct monorepo to v1.6.3 (#421)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 489aa77 commit 4083a26
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.2")
// 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 4083a26

Please sign in to comment.