From 31634f7e123f63f0cc428b54c2ef3936c6fbc6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:27:50 +0000 Subject: [PATCH] Bump mapStructVersion from 1.5.5.Final to 1.6.3 Bumps `mapStructVersion` from 1.5.5.Final to 1.6.3. Updates `org.mapstruct:mapstruct-processor` from 1.5.5.Final to 1.6.3 - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.3) Updates `org.mapstruct:mapstruct` from 1.5.5.Final to 1.6.3 - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.3) --- updated-dependencies: - dependency-name: org.mapstruct:mapstruct-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mapstruct:mapstruct dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ff9194..57fd8f7 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ println "Platform is: ${javafxPlatform}" dependencies { def springBootVersion = "3.3.5" - def mapStructVersion = "1.5.5.Final" + def mapStructVersion = "1.6.3" def commonsVersion = "9972c3d" annotationProcessor(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))