From 98489af334fa9307286006443b90bc33420a5b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:14:55 +0200 Subject: [PATCH] Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#162) 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e04cfeb..ff357d2 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:5.10.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation('com.github.npathai:hamcrest-optional:2.0.0') - testImplementation('org.hamcrest:hamcrest:2.2') + testImplementation('org.hamcrest:hamcrest:3.0') testImplementation('org.mockito:mockito-core:5.12.0') testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.1') }