diff --git a/build.gradle b/build.gradle index 0e1697c..5569b0d 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ dependencies { runtimeOnly 'org.eclipse.angus:angus-activation:2.0.3' // Lombok - compileOnly 'org.projectlombok:lombok:1.18.46' - annotationProcessor 'org.projectlombok:lombok:1.18.46' + compileOnly 'org.projectlombok:lombok:1.18.48' + annotationProcessor 'org.projectlombok:lombok:1.18.48' // Log implementation 'org.slf4j:slf4j-api:2.0.18' @@ -49,8 +49,8 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.23.0' - testCompileOnly 'org.projectlombok:lombok:1.18.46' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.46' + testCompileOnly 'org.projectlombok:lombok:1.18.48' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.48' } tasks.withType(JavaCompile) {