Skip to content

Commit

Permalink
Bump dependency.mapstruct.version from 1.6.0 to 1.6.2 (#246)
Browse files Browse the repository at this point in the history
Bumps `dependency.mapstruct.version` from 1.6.0 to 1.6.2.

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

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

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 39c3de2 commit f56f27e
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 @@ -25,7 +25,7 @@
<failsafe.useModulePath>false</failsafe.useModulePath>

<dependency.lombok.version>1.18.34</dependency.lombok.version>
<dependency.mapstruct.version>1.6.0</dependency.mapstruct.version>
<dependency.mapstruct.version>1.6.2</dependency.mapstruct.version>
<dependency.quarkus.version>3.13.2</dependency.quarkus.version>
<dependency.quarkiverse.microprofile.version>3.3.0</dependency.quarkiverse.microprofile.version>

Expand Down

0 comments on commit f56f27e

Please sign in to comment.