From 81b74307953c8a6f75178d2623019b2542b192ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:05:04 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy to v1.18.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 63dd5a04..b8bbc291 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.20.0' testImplementation 'org.powermock:powermock-module-junit4:2.0.9' testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' - testImplementation 'net.bytebuddy:byte-buddy:1.18.1' + testImplementation 'net.bytebuddy:byte-buddy:1.18.3' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'