From a880d51ae5bf3a1d9ecb9346ea3ac22454d27f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:12:13 +0000 Subject: [PATCH] Bump mapstructVersion from 1.6.2 to 1.6.3 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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7172afe856..9b804d8615 100644 --- a/build.gradle +++ b/build.gradle @@ -259,7 +259,7 @@ dependencies { implementation("io.github.micheljung:fxstage:0.8.3") implementation("io.github.micheljung:jfx-waitomo-theme:0.3.0") implementation("org.kitteh.irc:client-lib:9.0.0") - def mapstructVersion = "1.6.2" + def mapstructVersion = "1.6.3" implementation("org.mapstruct:mapstruct:${mapstructVersion}") implementation("com.code-disaster.steamworks4j:steamworks4j:1.9.0") @@ -299,7 +299,7 @@ dependencies { annotationProcessor("org.projectlombok:lombok") annotationProcessor("org.mapstruct:mapstruct-processor:${mapstructVersion}") testAnnotationProcessor("org.projectlombok:lombok") - testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.2") + testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.3") compileOnly("org.projectlombok:lombok") testCompileOnly("org.projectlombok:lombok")