diff --git a/build.gradle b/build.gradle index 0d2d2ef..a69c8ae 100644 --- a/build.gradle +++ b/build.gradle @@ -19,10 +19,10 @@ dependencies { implementation 'io.qameta.allure:allure-junit-platform:2.27.0' implementation 'com.github.automatedowl:allure-environment-writer:1.0.0' - compileOnly 'org.projectlombok:lombok:1.18.32' - testCompileOnly 'org.projectlombok:lombok:1.18.32' - annotationProcessor 'org.projectlombok:lombok:1.18.32' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.32' + compileOnly 'org.projectlombok:lombok:1.18.34' + testCompileOnly 'org.projectlombok:lombok:1.18.34' + annotationProcessor 'org.projectlombok:lombok:1.18.34' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.34' testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'