From fc870e6a3b248225482de1c58692dd233511e603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:44:49 +0200 Subject: [PATCH] Bump the kontrakt group across 1 directory with 4 updates (#2639) Bumps the kontrakt group with 4 updates in the / directory: [no.nav.k9.sak:kontrakt](https://github.com/navikt/k9-sak), [no.nav.k9.sak:kodeverk](https://github.com/navikt/k9-sak), [no.nav.k9.klage:kontrakt](https://github.com/navikt/k9-klage) and [no.nav.k9.klage:kodeverk](https://github.com/navikt/k9-klage). Updates `no.nav.k9.sak:kontrakt` from 4.3.0 to 5.0.0 - [Commits](https://github.com/navikt/k9-sak/commits) Updates `no.nav.k9.sak:kodeverk` from 4.3.0 to 5.0.0 - [Commits](https://github.com/navikt/k9-sak/commits) Updates `no.nav.k9.sak:kodeverk` from 4.3.0 to 5.0.0 - [Commits](https://github.com/navikt/k9-sak/commits) Updates `no.nav.k9.klage:kontrakt` from 0.4.4 to 0.4.5 - [Commits](https://github.com/navikt/k9-klage/commits) Updates `no.nav.k9.klage:kodeverk` from 0.4.4 to 0.4.5 - [Commits](https://github.com/navikt/k9-klage/commits) Updates `no.nav.k9.klage:kodeverk` from 0.4.4 to 0.4.5 - [Commits](https://github.com/navikt/k9-klage/commits) --- updated-dependencies: - dependency-name: no.nav.k9.sak:kontrakt dependency-type: direct:production update-type: version-update:semver-major dependency-group: kontrakt - dependency-name: no.nav.k9.sak:kodeverk dependency-type: direct:production update-type: version-update:semver-major dependency-group: kontrakt - dependency-name: no.nav.k9.sak:kodeverk dependency-type: direct:production update-type: version-update:semver-major dependency-group: kontrakt - dependency-name: no.nav.k9.klage:kontrakt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kontrakt - dependency-name: no.nav.k9.klage:kodeverk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kontrakt - dependency-name: no.nav.k9.klage:kodeverk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kontrakt ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0508bdcde..218ca4649 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,8 +6,8 @@ val flywayVersion = "10.18.0" val vaultJdbcVersion = "1.3.10" val koinVersion = "3.5.6" val kotliqueryVersion = "1.9.0" -val k9SakVersion = "4.3.0" -val k9KlageVersion = "0.4.4" +val k9SakVersion = "5.0.0" +val k9KlageVersion = "0.4.5" val fuelVersion = "2.3.1" val jacksonVersion = "2.17.2" val commonsTextVersion = "1.12.0"