From 1305a3d3eef8e58102feb492bb4bbdc3fa81d80a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:17:15 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 3 updates Bumps the gradle group with 3 updates in the / directory: com.github.navikt.tbd-libs:naisful-app, com.github.navikt.tbd-libs:rapids-and-rivers and com.github.navikt.tbd-libs:rapids-and-rivers-test. Updates `com.github.navikt.tbd-libs:naisful-app` from 2024.11.15-09.09-08ca346b to 2024.11.19-09.27-9c591574 Updates `com.github.navikt.tbd-libs:rapids-and-rivers` from 2024.11.15-09.09-08ca346b to 2024.11.19-09.27-9c591574 Updates `com.github.navikt.tbd-libs:rapids-and-rivers-test` from 2024.11.15-09.09-08ca346b to 2024.11.19-09.27-9c591574 Updates `com.github.navikt.tbd-libs:rapids-and-rivers` from 2024.11.15-09.09-08ca346b to 2024.11.19-09.27-9c591574 Updates `com.github.navikt.tbd-libs:rapids-and-rivers-test` from 2024.11.15-09.09-08ca346b to 2024.11.19-09.27-9c591574 --- updated-dependencies: - dependency-name: com.github.navikt.tbd-libs:naisful-app dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.github.navikt.tbd-libs:rapids-and-rivers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.github.navikt.tbd-libs:rapids-and-rivers-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.github.navikt.tbd-libs:rapids-and-rivers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.github.navikt.tbd-libs:rapids-and-rivers-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... 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 a233480..60ca69b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ val logbackClassicVersion = "1.5.12" val logbackEncoderVersion = "8.0" val awaitilityVersion = "4.2.2" val kafkaTestcontainerVersion = "1.20.3" -val tbdLibsVersion = "2024.11.15-09.09-08ca346b" +val tbdLibsVersion = "2024.11.19-09.27-9c591574" group = "com.github.navikt" version = properties["version"] ?: "local-build"