From ba8944520a6981e2fa41180784cfb60dbd772172 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 26 Jan 2026 05:56:09 +0000
Subject: [PATCH] Update dependency org.objenesis:objenesis to v3.5
---
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 99c83c3..b4c6c54 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,7 +32,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 "org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
+ 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
testRuntimeOnly "com.h2database:h2:2.4.240"
diff --git a/ivy.xml b/ivy.xml
index 561bf14..bd7403f 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -34,7 +34,7 @@
-
+
diff --git a/pom.xml b/pom.xml
index 8fcc426..ec5b1dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
org.objenesis
objenesis
- 3.4
+ 3.5
test