From f54ffde6457c3cf7f6606c9b9dc41116db5d42a2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 8 Apr 2026 23:08:55 +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..a94dfab 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.8' // 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..5524394 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -35,7 +35,7 @@
-
+
diff --git a/pom.xml b/pom.xml
index 65c5fec..cf8dad9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
net.bytebuddy
byte-buddy
- 1.18.3
+ 1.18.8-jdk5
test