From eb4c18eb3aac91488dc03ffc5f7a4403b4a7a75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:33:44 +0000 Subject: [PATCH] Bump org.hamcrest:hamcrest-library from 2.2 to 3.0 Bumps [org.hamcrest:hamcrest-library](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-library dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- fluvio/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluvio/build.gradle b/fluvio/build.gradle index 9cf06c9..3bc4258 100644 --- a/fluvio/build.gradle +++ b/fluvio/build.gradle @@ -47,7 +47,7 @@ dependencies { // Use JUnit test framework. testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation 'org.junit.jupiter:junit-jupiter' - testImplementation 'org.hamcrest:hamcrest-library:2.2' + testImplementation 'org.hamcrest:hamcrest-library:3.0' } test {