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.+" }