diff options
author | dependabot[bot] | 2024-08-12 21:59:17 +0000 |
---|---|---|
committer | vitalyster | 2024-08-14 11:29:08 +0300 |
commit | fae52b1bfd8b4a778a4ba2855ec1c600fb7dbf7b (patch) | |
tree | 8745b64ac9a3b6ee733e694d3097c941215f7b78 | |
parent | c5e152cefe4a57189cb32607c9d519957c77d58f (diff) |
build(deps): bump org.mapstruct.version from 1.5.5.Final to 1.6.0
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)
- [Commits](https://github.com/mapstruct/mapstruct/compare/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)
- [Commits](https://github.com/mapstruct/mapstruct/compare/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] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ <commonmark.version>0.22.0</commonmark.version> <jjwt.version>0.12.6</jjwt.version> <rome.version>2.1.0</rome.version> - <org.mapstruct.version>1.5.5.Final</org.mapstruct.version> + <org.mapstruct.version>1.6.0</org.mapstruct.version> </properties> <dependencies> <dependency> |