From 461b2fadff7834fccac40db8e0f75ed036d1ab69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 04:52:38 +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 2024022311041708682651.01821651ed22 to 2024041714471713358051.71746f05c18e. - [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 e6b97be..63d09e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { implementation(kotlin("stdlib")) implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.23") implementation("org.jetbrains:annotations:24.1.0") - implementation("com.github.navikt:rapids-and-rivers:2024022311041708682651.01821651ed22") + implementation("com.github.navikt:rapids-and-rivers:2024041714471713358051.71746f05c18e") implementation("com.natpryce:konfig:1.6.10.0") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")