From 9f9f9446fa6c8384e7a3e585107d416456b8fcdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:58:01 +0000 Subject: [PATCH] Bump org.hamcrest:hamcrest from 2.+ to 3.0 Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 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/commits/v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 248358b..fa88b35 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ dependencies { testImplementation 'org.springframework:spring-webflux' testImplementation 'org.springframework.graphql:spring-graphql-test' testImplementation "org.mockito:mockito-core:5.+" - testImplementation 'org.hamcrest:hamcrest:2.+' + testImplementation 'org.hamcrest:hamcrest:3.+' testImplementation "org.testcontainers:postgresql:1.+" testImplementation "org.testcontainers:junit-jupiter:1.+" }