We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18ed9b commit 0f05e21Copy full SHA for 0f05e21
plugins/gradle/example-client/build.gradle
@@ -27,8 +27,8 @@ dependencies {
27
implementation "org.apache.httpcomponents:httpclient:4.5.14"
28
implementation "javax.validation:validation-api:2.0.1.Final"
29
30
- implementation "org.mapstruct:mapstruct:1.5.5.Final"
31
- annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final"
+ implementation "org.mapstruct:mapstruct:1.6.0"
+ annotationProcessor "org.mapstruct:mapstruct-processor:1.6.0"
32
33
compileOnly "org.projectlombok:lombok:1.18.30"
34
annotationProcessor "org.projectlombok:lombok:1.18.30"
0 commit comments