From c0d9f1e288d7213307b38c0f67c0ce34448d529b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:39:44 +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 2024082313161724411773.1db923f4402d to 2024082715011724763661.50d7efb40f0f. - [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 402b3eb..071c4f9 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:2024082313161724411773.1db923f4402d") + implementation("com.github.navikt:rapids-and-rivers:2024082715011724763661.50d7efb40f0f") implementation("com.natpryce:konfig:1.6.10.0") testImplementation(platform("org.junit:junit-bom:5.11.0"))