diff --git a/consent/build.gradle b/consent/build.gradle index 67e8897bc..12740c1fe 100644 --- a/consent/build.gradle +++ b/consent/build.gradle @@ -40,7 +40,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.jeasy:easy-random-core:4.2.0' testImplementation "com.squareup.okhttp3:okhttp:4.8.1" - testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1" + testImplementation "com.squareup.okhttp3:mockwebserver:4.9.1" implementation 'com.google.guava:guava:29.0-jre' implementation 'io.jsonwebtoken:jjwt:0.9.1' implementation 'javax.xml.bind:jaxb-api:2.3.1'