Skip to content

Commit

Permalink
Bump mapstruct.version from 1.6.2 to 1.6.3
Browse files Browse the repository at this point in the history
Bumps `mapstruct.version` from 1.6.2 to 1.6.3.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 5fefb42 commit 6d2ad7e
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 @@ -18,7 +18,7 @@

<properties>
<java.version>21</java.version>
<mapstruct.version>1.6.2</mapstruct.version>
<mapstruct.version>1.6.3</mapstruct.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<springdoc.version>2.5.0</springdoc.version>
<jwt.version>4.4.0</jwt.version>
Expand Down

0 comments on commit 6d2ad7e

Please sign in to comment.