Skip to content

Commit

Permalink
build(deps): bump org.mapstruct:mapstruct-processor
Browse files Browse the repository at this point in the history
Bumps [org.mapstruct:mapstruct-processor](https://github.com/mapstruct/mapstruct) from 1.4.2.Final to 1.5.5.Final.
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.4.2.Final...1.5.5.Final)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent aafe937 commit 40fa084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.26")
implementation("org.mapstruct:mapstruct:1.5.3.Final")
annotationProcessor("org.projectlombok:lombok:1.18.22")
annotationProcessor("org.mapstruct:mapstruct-processor:1.4.2.Final")
annotationProcessor("org.mapstruct:mapstruct-processor:1.5.5.Final")

testCompileOnly("org.projectlombok:lombok:1.18.22")
testAnnotationProcessor("org.projectlombok:lombok:1.18.22")
Expand Down

0 comments on commit 40fa084

Please sign in to comment.