Skip to content

Commit 425b452

Browse files
Bump org.mapstruct:mapstruct-processor in /plugins/gradle/example-server
Bumps [org.mapstruct:mapstruct-processor](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-processor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a18ed9b commit 425b452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-server/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'org.projectlombok:lombok-mapstruct-binding:0.2.0'
2828

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

3333
compileJava.dependsOn "graphqlCodegen"

0 commit comments

Comments
 (0)