From b105690f544134d844e4333d68806838a5a3ce75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:57:05 +0000 Subject: [PATCH] fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.11 --- graphql-java-servlet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index 8e7363ed..eb7a6767 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -34,7 +34,7 @@ dependencies { // Unit testing testImplementation "org.apache.groovy:groovy-all:4.0.16" testImplementation "org.spockframework:spock-core:2.3-groovy-4.0" - testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.10" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.11" testRuntimeOnly "org.objenesis:objenesis:3.3" testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER" testImplementation "org.springframework:spring-test:6.1.2"