From e7c879326104987d757854f6d97ab8c69e277053 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 17:57:21 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy to v1.15.0 --- 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..3a746805 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.15.0' profile "org.grails.profiles:web-plugin:${grailsVersion}" }