Skip to content

Commit

Permalink
chore(deps): bump mapstructVersion from 1.5.3.Final to 1.5.5.Final
Browse files Browse the repository at this point in the history
Bumps `mapstructVersion` from 1.5.3.Final to 1.5.5.Final.

Updates `org.mapstruct:mapstruct` from 1.5.3.Final to 1.5.5.Final
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.5.3.Final...1.5.5.Final)

Updates `org.mapstruct:mapstruct-processor` from 1.5.3.Final to 1.5.5.Final
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.5.3.Final...1.5.5.Final)

---
updated-dependencies:
- dependency-name: org.mapstruct:mapstruct
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.mapstruct:mapstruct-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 2af51ca commit a59561b
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 @@ -39,7 +39,7 @@ dependencies {
testAnnotationProcessor "org.projectlombok:lombok"

// MapStruct
ext.mapstructVersion = "1.5.3.Final"
ext.mapstructVersion = "1.5.5.Final"
implementation "org.mapstruct:mapstruct:$mapstructVersion"
annotationProcessor "org.mapstruct:mapstruct-processor:$mapstructVersion"
testAnnotationProcessor "org.mapstruct:mapstruct-processor:$mapstructVersion"
Expand Down

0 comments on commit a59561b

Please sign in to comment.