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-annotations to v1.1.1
  • Loading branch information
renovate[bot] committed Jan 4, 2024
1 parent 9a34231 commit 70ffd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {

// Mapstruct
implementation ("org.mapstruct:mapstruct:1.5.5.Final")
implementation ("org.mapstruct.extensions.spring:mapstruct-spring-annotations:1.1.0")
implementation ("org.mapstruct.extensions.spring:mapstruct-spring-annotations:1.1.1")

annotationProcessor ("org.mapstruct:mapstruct-processor:1.5.5.Final")
annotationProcessor ("org.mapstruct.extensions.spring:mapstruct-spring-extensions:1.1.0")
Expand Down

0 comments on commit 70ffd70

Please sign in to comment.