From 1c66ede58997c4f789acdd9dcda28f66c084e8c9 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Fri, 24 Jan 2025 18:11:33 -0800 Subject: [PATCH] Bump byte-buddy from 1.14.12 to 1.16.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6cf26f98..975c6068 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ subprojects { } testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.12" // allows Spock to mock classes (in addition to interfaces) + testRuntimeOnly "net.bytebuddy:byte-buddy:1.16.1" // allows Spock to mock classes (in addition to interfaces) testRuntimeOnly "org.objenesis:objenesis:3.4" // Allow Spock to mock classes with constructor arguments testRuntimeOnly "org.slf4j:slf4j-jdk14:${slf4jVersion}" // Runtime implementation of slf4j }