Skip to content

Commit

Permalink
Bump mapStructVersion from 1.6.2 to 1.6.3 (#9723)
Browse files Browse the repository at this point in the history
Bumps `mapStructVersion` 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 1f176d6 commit 7dd09df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {
// Can't use typed variable syntax due to Dependabot limitations
extra.apply {
set("grpcVersion", "1.68.1")
set("mapStructVersion", "1.6.2")
set("mapStructVersion", "1.6.3")
set("nodeJsVersion", "18.18.0")
set("protobufVersion", "3.25.5")
set("reactorGrpcVersion", "1.2.4")
Expand Down

0 comments on commit 7dd09df

Please sign in to comment.