From 0f1dab85fb64962c317e74df28a5d19f5cc4315f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:24:14 +0100 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy to v1.17.0 (#163) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6f4f9b3..559a9c8 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { // optional dependencies for using Spock testImplementation "org.hamcrest:hamcrest-core:3.0" // only necessary if Hamcrest matchers are used - testRuntimeOnly 'net.bytebuddy:byte-buddy:1.15.8' // allows mocking of classes (in addition to interfaces) + testRuntimeOnly 'net.bytebuddy:byte-buddy:1.17.0' // allows mocking of classes (in addition to interfaces) testRuntimeOnly "org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB) // dependencies used by examples in this project diff --git a/pom.xml b/pom.xml index fe18144..a948957 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ net.bytebuddy byte-buddy - 1.15.8 + 1.17.0 test