Skip to content

Commit

Permalink
chore(deps): bump mapstruct.version in /src/orders (#616)
Browse files Browse the repository at this point in the history
Bumps `mapstruct.version` from 1.5.5.Final to 1.6.0.

Updates `org.mapstruct:mapstruct` from 1.5.5.Final to 1.6.0
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Changelog](https://github.com/mapstruct/mapstruct/blob/main/NEXT_RELEASE_CHANGELOG.md)
- [Commits](mapstruct/mapstruct@1.5.5.Final...1.6.0)

Updates `org.mapstruct:mapstruct-processor` from 1.5.5.Final to 1.6.0
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Changelog](https://github.com/mapstruct/mapstruct/blob/main/NEXT_RELEASE_CHANGELOG.md)
- [Commits](mapstruct/mapstruct@1.5.5.Final...1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] authored Sep 1, 2024
1 parent 08d050c commit 900de76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>17</java.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<mapstruct.version>1.6.0</mapstruct.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 900de76

Please sign in to comment.