diff --git a/commons/build.gradle b/commons/build.gradle index 7bc61d0b6..589156e55 100644 --- a/commons/build.gradle +++ b/commons/build.gradle @@ -26,7 +26,7 @@ dependencies { compileOnly 'org.projectlombok:lombok' testCompileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' - implementation 'org.jeasy:easy-random-core:4.2.0' + implementation 'org.jeasy:easy-random-core:4.3.0' implementation 'com.google.guava:guava:29.0-jre' implementation 'io.lettuce:lettuce-core:5.3.3.RELEASE' implementation 'net.logstash.logback:logstash-logback-encoder:6.4' diff --git a/consent/build.gradle b/consent/build.gradle index 67e8897bc..b51b20886 100644 --- a/consent/build.gradle +++ b/consent/build.gradle @@ -38,7 +38,7 @@ dependencies { compileOnly 'org.projectlombok:lombok' testCompileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' - testImplementation 'org.jeasy:easy-random-core:4.2.0' + testImplementation 'org.jeasy:easy-random-core:4.3.0' testImplementation "com.squareup.okhttp3:okhttp:4.8.1" testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1" implementation 'com.google.guava:guava:29.0-jre' diff --git a/dataflow/build.gradle b/dataflow/build.gradle index f392b5869..443b4b986 100644 --- a/dataflow/build.gradle +++ b/dataflow/build.gradle @@ -43,7 +43,7 @@ dependencies { testImplementation 'org.springframework.amqp:spring-rabbit-test' testImplementation 'org.springframework.security:spring-security-test' implementation 'io.vertx:vertx-pg-client:3.9.2' - testImplementation 'org.jeasy:easy-random-core:4.2.0' + testImplementation 'org.jeasy:easy-random-core:4.3.0' implementation 'com.nimbusds:nimbus-jose-jwt:8.20' implementation 'io.lettuce:lettuce-core:5.3.3.RELEASE' diff --git a/user/build.gradle b/user/build.gradle index 753a7e801..7db908679 100644 --- a/user/build.gradle +++ b/user/build.gradle @@ -46,7 +46,7 @@ dependencies { } testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.springframework.security:spring-security-test' - testImplementation 'org.jeasy:easy-random-core:4.2.0' + testImplementation 'org.jeasy:easy-random-core:4.3.0' testImplementation 'org.apache.commons:commons-lang3:3.11' implementation project(':commons')