From d9949e510d9ab4e31ca69ad6bc5b88f8b0183e75 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 1 Oct 2024 11:21:19 +0000
Subject: [PATCH] Bump mapstruct.version from 1.4.1.Final to 1.6.2

Bumps `mapstruct.version` from 1.4.1.Final to 1.6.2.

Updates `org.mapstruct:mapstruct` from 1.4.1.Final to 1.6.2
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](https://github.com/mapstruct/mapstruct/compare/1.4.1.Final...1.6.2)

Updates `org.mapstruct:mapstruct-processor` from 1.4.1.Final to 1.6.2
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](https://github.com/mapstruct/mapstruct/compare/1.4.1.Final...1.6.2)

---
updated-dependencies:
- dependency-name: org.mapstruct:mapstruct
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mapstruct:mapstruct-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5cd37ebe..8dd3bc8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
         <spring-data-jdbc.version>1.2.1.RELEASE</spring-data-jdbc.version>
         <springdoc-openapi-ui.version>2.6.0</springdoc-openapi-ui.version>
         <jackson-databind-nullable.version>0.2.6</jackson-databind-nullable.version>
-        <mapstruct.version>1.4.1.Final</mapstruct.version>
+        <mapstruct.version>1.6.2</mapstruct.version>
         <jaxb-api.version>2.3.0</jaxb-api.version>
 
         <!-- Maven plugins -->
-- 
GitLab