Skip to content

Commit

Permalink
fix(deps): update dependency org.mapstruct.extensions.spring:mapstruc…
Browse files Browse the repository at this point in the history
…t-spring-extensions to v1.1.0
  • Loading branch information
renovate[bot] committed Sep 28, 2023
1 parent bc44d87 commit ecd328f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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 {
Expand Down

0 comments on commit ecd328f

Please sign in to comment.