diff --git a/commons/build.gradle b/commons/build.gradle index 7bc61d0b6..b032d92c4 100644 --- a/commons/build.gradle +++ b/commons/build.gradle @@ -28,7 +28,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok' implementation 'org.jeasy:easy-random-core:4.2.0' implementation 'com.google.guava:guava:29.0-jre' - implementation 'io.lettuce:lettuce-core:5.3.3.RELEASE' + implementation 'io.lettuce:lettuce-core:6.1.4.RELEASE' implementation 'net.logstash.logback:logstash-logback-encoder:6.4' implementation 'org.springframework.data:spring-data-redis' testImplementation 'org.apache.commons:commons-lang3:3.11' diff --git a/consent/build.gradle b/consent/build.gradle index 67e8897bc..d7014e605 100644 --- a/consent/build.gradle +++ b/consent/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.nimbusds:nimbus-jose-jwt:8.20' implementation 'io.vavr:vavr:0.10.3' implementation 'org.passay:passay:1.6.0' - implementation 'io.lettuce:lettuce-core:5.3.3.RELEASE' + implementation 'io.lettuce:lettuce-core:6.1.4.RELEASE' implementation 'net.logstash.logback:logstash-logback-encoder:6.4' implementation 'org.springframework.data:spring-data-redis' testImplementation 'org.apache.commons:commons-lang3:3.11' diff --git a/dataflow/build.gradle b/dataflow/build.gradle index f392b5869..0d299fc7d 100644 --- a/dataflow/build.gradle +++ b/dataflow/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'io.vertx:vertx-pg-client:3.9.2' testImplementation 'org.jeasy:easy-random-core:4.2.0' implementation 'com.nimbusds:nimbus-jose-jwt:8.20' - implementation 'io.lettuce:lettuce-core:5.3.3.RELEASE' + implementation 'io.lettuce:lettuce-core:6.1.4.RELEASE' implementation project(':commons') }