diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index fa690cca31666b53b59bf9c11a199ab33c9223a5..184c74034bc59eec451d9a2765ae8fce76c929e2 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.5.5.Final" annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final" - compileOnly "org.projectlombok:lombok:1.18.26" - annotationProcessor "org.projectlombok:lombok:1.18.26" + compileOnly "org.projectlombok:lombok:1.18.28" + annotationProcessor "org.projectlombok:lombok:1.18.28" testImplementation "io.rest-assured:rest-assured:5.3.1" testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"