From 60fb98b441664f41a742f6b6a094830dbf70e864 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:38:41 +0000 Subject: [PATCH] Update dependency org.springframework.boot:spring-boot-configuration-processor to v2.7.18 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d96993c..dc1ee8e 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { testImplementation 'net.bytebuddy:byte-buddy:1.12.16' testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1' - annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.3' + annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.18' annotationProcessor 'org.projectlombok:lombok:1.18.24' compileOnly 'org.projectlombok:lombok:1.18.24'