diff --git a/build.gradle b/build.gradle
index 55b331f..99c83c3 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.2' // allows mocking of classes (in addition to interfaces)
+ testRuntimeOnly 'net.bytebuddy:byte-buddy:1.18.3' // 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/ivy.xml b/ivy.xml
index ada7948..561bf14 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -35,7 +35,7 @@
-
+
diff --git a/pom.xml b/pom.xml
index 5fd2ae0..8fcc426 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
net.bytebuddy
byte-buddy
- 1.18.2
+ 1.18.3
test