diff --git a/build.gradle.kts b/build.gradle.kts index 956b55a..d6193e9 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:2024061408021718344972.64ebbdb34321") + implementation("com.github.navikt:rapids-and-rivers:2024081412411723632093.f3cd450418cb") implementation("com.natpryce:konfig:1.6.10.0") testImplementation(platform("org.junit:junit-bom:5.11.0"))