From 65151c5f37276458a45daa168caf3b780c5092ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 13:20:31 +0000 Subject: [PATCH] chore(deps): bump org.hamcrest:hamcrest-library from 1.3 to 3.0 Bumps [org.hamcrest:hamcrest-library](https://github.com/hamcrest/JavaHamcrest) from 1.3 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/hamcrest-java-1.3...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest-library 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 3d549aea..e74cb6b2 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3' testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0' - testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' + testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '3.0' implementation 'com.google.code.gson:gson:2.13.1' implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okio:okio:3.15.0'