From 7dd09df9e6f92cff4d697411a6a611c5c9fe4e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:57:55 -0600 Subject: [PATCH] Bump mapStructVersion from 1.6.2 to 1.6.3 (#9723) 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](https://github.com/mapstruct/mapstruct/compare/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](https://github.com/mapstruct/mapstruct/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5ee4af3287..66673cd298 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")