diff --git a/build.gradle b/build.gradle index 6cb048b..01a1960 100644 --- a/build.gradle +++ b/build.gradle @@ -13,8 +13,8 @@ repositories { dependencies { compile 'org.slf4j:slf4j-api:1.7.25' - compileOnly 'org.projectlombok:lombok:1.18.2' - annotationProcessor 'org.projectlombok:lombok:1.18.2' + compileOnly 'org.projectlombok:lombok:1.18.34' + annotationProcessor 'org.projectlombok:lombok:1.18.34' testCompile 'junit:junit:4.11' testCompile 'org.mockito:mockito-all:1.10.19'