We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18ed9b commit 4074646Copy full SHA for 4074646
plugins/gradle/example-server/build.gradle
@@ -26,8 +26,8 @@ dependencies {
26
27
implementation 'org.projectlombok:lombok-mapstruct-binding:0.2.0'
28
29
- implementation "org.mapstruct:mapstruct:1.5.5.Final"
30
- annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final"
+ implementation "org.mapstruct:mapstruct:1.6.0"
+ annotationProcessor "org.mapstruct:mapstruct-processor:1.6.0"
31
}
32
33
compileJava.dependsOn "graphqlCodegen"
0 commit comments