diff --git a/plugins/gradle/example-server/build.gradle b/plugins/gradle/example-server/build.gradle index 69e455a3..9c047460 100644 --- a/plugins/gradle/example-server/build.gradle +++ b/plugins/gradle/example-server/build.gradle @@ -26,8 +26,8 @@ dependencies { implementation 'org.projectlombok:lombok-mapstruct-binding:0.2.0' - implementation "org.mapstruct:mapstruct:1.5.5.Final" - annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final" + implementation "org.mapstruct:mapstruct:1.6.0" + annotationProcessor "org.mapstruct:mapstruct-processor:1.6.0" } compileJava.dependsOn "graphqlCodegen"