Skip to content

Commit

Permalink
chore(deps): bump org.mapstruct:mapstruct-processor
Browse files Browse the repository at this point in the history
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](mapstruct/mapstruct@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>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 179e85e commit b96a202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventmesh-dashboard-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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)-->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b96a202

Please sign in to comment.