Skip to content

Commit

Permalink
chore(deps): Bump mapstruct.version from 1.6.0 to 1.6.2 in /chutney (#…
Browse files Browse the repository at this point in the history
…196)

* chore(deps): Bump mapstruct.version from 1.6.0 to 1.6.2 in /chutney

Bumps `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]>

* fix duplicate mapstruct version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nbrouand <[email protected]>
  • Loading branch information
dependabot[bot] and nbrouand authored Oct 3, 2024
1 parent 25a0838 commit 2d0fffb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chutney/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@
<springboot.version>3.2.1</springboot.version>
<guava.version>31.0.1-jre</guava.version> <!-- Divergence on dependencies checker-qual and error_prone_annotations --> <!-- Test on https://github.com/FasterXML/jackson-datatypes-collections/tree/2.14/guava -->

<mapstruct.version>1.6.0</mapstruct.version>
<mapstruct.version>1.6.2</mapstruct.version>
<immutables.version>2.10.0</immutables.version>
<mapstruct.version>1.6.0</mapstruct.version>
<commonstext.version>1.12.0</commonstext.version>
<commonsio.version>2.16.1</commonsio.version>
<hjson.version>3.1.0</hjson.version>
Expand Down

0 comments on commit 2d0fffb

Please sign in to comment.