diff --git a/build.gradle.kts b/build.gradle.kts index b60823b..402b3eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { // we want to use the one provided by R&R, not the Confluent-specific one exclude(group = "org.apache.kafka", module = "kafka-clients") } - implementation("com.github.navikt:rapids-and-rivers:2024082010411724143294.7221e391eba8") + implementation("com.github.navikt:rapids-and-rivers:2024082313161724411773.1db923f4402d") implementation("com.natpryce:konfig:1.6.10.0") testImplementation(platform("org.junit:junit-bom:5.11.0"))