From b58782a890e45649e2d802c3c3999c30ecc4212c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 05:20:28 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy to v1.14.19 --- spring-security-rest/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-security-rest/build.gradle b/spring-security-rest/build.gradle index 5822becf..992e98f1 100644 --- a/spring-security-rest/build.gradle +++ b/spring-security-rest/build.gradle @@ -29,7 +29,7 @@ dependencies { api "com.fasterxml.jackson.core:jackson-databind:2.11.0" testImplementation "org.gperfutils:gbench:0.4.3-groovy-2.4" - testImplementation 'net.bytebuddy:byte-buddy:1.10.10' + testImplementation 'net.bytebuddy:byte-buddy:1.14.19' profile "org.grails.profiles:web-plugin:${grailsVersion}" }