From af96b8ba92da7f9ed7e32e67120e3c18284862b1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 14 Sep 2023 17:26:40 +0000
Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy to v1.14.8
---
build.gradle | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index c5f8c24..acbdd87 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ dependencies {
// optional dependencies for using Spock
testImplementation "org.hamcrest:hamcrest-core:2.2" // only necessary if Hamcrest matchers are used
- testRuntimeOnly 'net.bytebuddy:byte-buddy:1.14.7' // allows mocking of classes (in addition to interfaces)
+ testRuntimeOnly 'net.bytebuddy:byte-buddy:1.14.8' // allows mocking of classes (in addition to interfaces)
testRuntimeOnly "org.objenesis:objenesis:3.3" // 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 d510d2b..50fb57a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
net.bytebuddy
byte-buddy
- 1.14.7
+ 1.14.8
test