From 1afe6d6a48819d80da79df0dcdfdc5f7b52a9dae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 19:05:58 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy --- build.gradle | 2 +- ivy.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 492d243..9bdf22c 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,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.18.3' // allows mocking of classes (in addition to interfaces) + testRuntimeOnly 'net.bytebuddy:byte-buddy:1.18.7' // allows mocking of classes (in addition to interfaces) testRuntimeOnly "org.objenesis:objenesis:3.5" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB) // dependencies used by examples in this project diff --git a/ivy.xml b/ivy.xml index 07a7d6e..5e1b6eb 100644 --- a/ivy.xml +++ b/ivy.xml @@ -35,7 +35,7 @@ - + diff --git a/pom.xml b/pom.xml index 65c5fec..80d2b79 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ net.bytebuddy byte-buddy - 1.18.3 + 1.18.7-jdk5 test