chore(deps): bump org.mapstruct:mapstruct-processor
Bumps [org.mapstruct:mapstruct-processor](https://github.com/mapstruct/mapstruct) from 1.5.2.Final to 1.6.2.
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.2.Final...1.6.2)
---
updated-dependencies:
- dependency-name: org.mapstruct:mapstruct-processor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/eventmesh-dashboard-console/pom.xml b/eventmesh-dashboard-console/pom.xml
index cdac182..c5f94a5 100644
--- a/eventmesh-dashboard-console/pom.xml
+++ b/eventmesh-dashboard-console/pom.xml
@@ -90,7 +90,7 @@
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
- <version>1.5.2.Final</version>
+ <version>1.6.2</version>
</dependency>
<!-- GitHub laohu springmvc(contain spring boot starter)-->
diff --git a/pom.xml b/pom.xml
index afcb7a8..bbd4431 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
<path>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
- <version>1.5.3.Final</version>
+ <version>1.6.2</version>
</path>
<path>
<groupId>org.projectlombok</groupId>