From f786915a4ea05233b9887a9c35aabae7b711747c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:40:05 +0000 Subject: [PATCH] fix(deps): bump org.hamcrest:hamcrest from 2.2 to 3.0 Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dec6ad4..dddafd0 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation('ch.qos.logback:logback-classic:1.3.15') testImplementation('com.github.tomakehurst:wiremock-jre8-standalone:2.35.2') testImplementation('org.assertj:assertj-core:3.27.6') - testImplementation('org.hamcrest:hamcrest:2.2') + testImplementation('org.hamcrest:hamcrest:3.0') testRuntimeOnly('ch.qos.logback:logback-core:1.3.15') compileOnly('org.projectlombok:lombok:1.18.42')