diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index 100c397f9f839d343e11f1c542c543fe2f648f39..709adaa4266a9baf5a272888344541a5cae38826 100644 --- a/plugins/gradle/example-client/build.gradle +++ b/plugins/gradle/example-client/build.gradle @@ -30,8 +30,8 @@ dependencies { implementation "org.mapstruct:mapstruct:1.4.2.Final" annotationProcessor "org.mapstruct:mapstruct-processor:1.4.2.Final" - compileOnly "org.projectlombok:lombok:1.18.20" - annotationProcessor "org.projectlombok:lombok:1.18.20" + compileOnly "org.projectlombok:lombok:1.18.18" + annotationProcessor "org.projectlombok:lombok:1.18.12" testImplementation "io.rest-assured:rest-assured:4.3.3" testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.1"