Skip to content

Commit

Permalink
Bump mapstruct.version from 1.4.1.Final to 1.6.2 (#162)
Browse files Browse the repository at this point in the history
Bumps `mapstruct.version` from 1.4.1.Final to 1.6.2.

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

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 180150d commit 10653f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<spring-data-jdbc.version>1.2.1.RELEASE</spring-data-jdbc.version>
<springdoc-openapi-ui.version>2.6.0</springdoc-openapi-ui.version>
<jackson-databind-nullable.version>0.2.6</jackson-databind-nullable.version>
<mapstruct.version>1.4.1.Final</mapstruct.version>
<mapstruct.version>1.6.2</mapstruct.version>
<jaxb-api.version>2.3.1</jaxb-api.version>

<!-- Maven plugins -->
Expand Down

0 comments on commit 10653f0

Please sign in to comment.