From 3f91989a68118bbb458e7f2ad50aa7513ef950f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:51:25 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bb18c53e..c1f2ecf1 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3' testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0' - testImplementation 'org.hamcrest:hamcrest-library:2.2' + testImplementation 'org.hamcrest:hamcrest-library:3.0' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' testImplementation 'com.squareup.okhttp3:okhttp-tls:4.12.0' testImplementation 'io.zonky.test:embedded-postgres:2.0.7'