Skip to content

Commit 0f05e21

Browse files
Bump org.mapstruct:mapstruct in /plugins/gradle/example-client
Bumps [org.mapstruct:mapstruct](https://github.com/mapstruct/mapstruct) from 1.5.5.Final to 1.6.0. - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Changelog](https://github.com/mapstruct/mapstruct/blob/main/NEXT_RELEASE_CHANGELOG.md) - [Commits](mapstruct/mapstruct@1.5.5.Final...1.6.0) --- updated-dependencies: - dependency-name: org.mapstruct:mapstruct dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a18ed9b commit 0f05e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/gradle/example-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies {
2727
implementation "org.apache.httpcomponents:httpclient:4.5.14"
2828
implementation "javax.validation:validation-api:2.0.1.Final"
2929

30-
implementation "org.mapstruct:mapstruct:1.5.5.Final"
31-
annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final"
30+
implementation "org.mapstruct:mapstruct:1.6.0"
31+
annotationProcessor "org.mapstruct:mapstruct-processor:1.6.0"
3232

3333
compileOnly "org.projectlombok:lombok:1.18.30"
3434
annotationProcessor "org.projectlombok:lombok:1.18.30"

0 commit comments

Comments
 (0)