From ac1ff74c6f0c57afc6396d7fce4ec14b983fef13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 03:07:56 +0000 Subject: [PATCH] Bump mapStructVersion from 1.5.5.Final to 1.6.2 Bumps `mapStructVersion` from 1.5.5.Final to 1.6.2. Updates `org.mapstruct:mapstruct-processor` from 1.5.5.Final to 1.6.2 - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.2) Updates `org.mapstruct:mapstruct` from 1.5.5.Final to 1.6.2 - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.2) --- 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 0a449a3..20047ae 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ println "Platform is: ${javafxPlatform}" dependencies { def springBootVersion = "3.3.2" - def mapStructVersion = "1.5.5.Final" + def mapStructVersion = "1.6.2" def commonsVersion = "763f32222acf0011c6b8b36dac9e0462eb433745" annotationProcessor(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))