From f4f19edf30bbae89ea4353ab75bbd1692ff253ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:26:00 +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 2024082010411724143294.7221e391eba8 to 2024082313161724411773.1db923f4402d. - [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 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"))