Skip to content

Commit 4074646

Browse files
Bump org.mapstruct:mapstruct in /plugins/gradle/example-server
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] <[email protected]>
1 parent a18ed9b commit 4074646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/gradle/example-server/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626

2727
implementation 'org.projectlombok:lombok-mapstruct-binding:0.2.0'
2828

29-
implementation "org.mapstruct:mapstruct:1.5.5.Final"
30-
annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final"
29+
implementation "org.mapstruct:mapstruct:1.6.0"
30+
annotationProcessor "org.mapstruct:mapstruct-processor:1.6.0"
3131
}
3232

3333
compileJava.dependsOn "graphqlCodegen"

0 commit comments

Comments
 (0)