From bc7284904379eb6e512fce966774298523e83715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:25:15 +0000 Subject: [PATCH] Bump org.mapstruct:mapstruct from 1.6.2 to 1.6.3 Bumps [org.mapstruct:mapstruct](https://github.com/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) --- updated-dependencies: - dependency-name: org.mapstruct:mapstruct 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 1d9c85e..6f79282 100644 --- a/build.gradle +++ b/build.gradle @@ -37,9 +37,9 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' implementation 'org.projectlombok:lombok:1.18.34' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' - implementation 'org.mapstruct:mapstruct:1.6.2' + implementation 'org.mapstruct:mapstruct:1.6.3' - annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.2' + annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.3' annotationProcessor 'org.projectlombok:lombok:1.18.34' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'