Skip to content

Commit

Permalink
chore(deps): bump org.mapstruct.version in /src/ui (#625)
Browse files Browse the repository at this point in the history
Bumps `org.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 60d4880 commit 7951823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<java.version>17</java.version>
<spring-cloud>2021.0.3</spring-cloud>
<spring-cloud-aws.version>2.4.2</spring-cloud-aws.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<org.mapstruct.version>1.6.0</org.mapstruct.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7951823

Please sign in to comment.