diff --git a/build.gradle b/build.gradle index dec6ad4..dddafd0 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation('ch.qos.logback:logback-classic:1.3.15') testImplementation('com.github.tomakehurst:wiremock-jre8-standalone:2.35.2') testImplementation('org.assertj:assertj-core:3.27.6') - testImplementation('org.hamcrest:hamcrest:2.2') + testImplementation('org.hamcrest:hamcrest:3.0') testRuntimeOnly('ch.qos.logback:logback-core:1.3.15') compileOnly('org.projectlombok:lombok:1.18.42')