From 6bfc01c76f9dc012c89ba5896c0d411a200652f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:06:18 +0000 Subject: [PATCH] Bump com.github.navikt:rapids-and-rivers Bumps [com.github.navikt:rapids-and-rivers](https://github.com/navikt/rapids-and-rivers) from 2024061408021718344972.64ebbdb34321 to 2024081412411723632093.f3cd450418cb. - [Release notes](https://github.com/navikt/rapids-and-rivers/releases) - [Commits](https://github.com/navikt/rapids-and-rivers/commits) --- updated-dependencies: - dependency-name: com.github.navikt:rapids-and-rivers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))