From 30a0e95db32ec7b7636a80c303f9ba44124bb305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:49:52 +0000 Subject: [PATCH] Update dependency org.hamcrest:hamcrest-core to v3 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 513ea6c..a493795 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation "org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules // optional dependencies for using Spock - testImplementation "org.hamcrest:hamcrest-core:2.2" // only necessary if Hamcrest matchers are used + testImplementation "org.hamcrest:hamcrest-core:3.0" // only necessary if Hamcrest matchers are used testRuntimeOnly 'net.bytebuddy:byte-buddy:1.14.17' // 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) diff --git a/pom.xml b/pom.xml index ce6d69b..bfc157b 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ org.hamcrest hamcrest-core - 2.2 + 3.0 test