From ad8921d692141c84d6ed930f6964e38652eb104c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 05:59:20 +0000 Subject: [PATCH] Bump the kontrakt group with 4 updates Bumps the kontrakt group with 4 updates: [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.1.5 to 4.1.6 - [Commits](https://github.com/navikt/k9-sak/commits) Updates `no.nav.k9.sak:kodeverk` from 4.1.5 to 4.1.6 - [Commits](https://github.com/navikt/k9-sak/commits) Updates `no.nav.k9.klage:kontrakt` from 0.4.0 to 0.4.1 - [Commits](https://github.com/navikt/k9-klage/commits) Updates `no.nav.k9.klage:kodeverk` from 0.4.0 to 0.4.1 - [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-patch dependency-group: kontrakt - dependency-name: no.nav.k9.sak:kodeverk dependency-type: direct:production update-type: version-update:semver-patch 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 ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b4ee550a9..6cd857b20 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,8 +6,8 @@ val flywayVersion = "9.22.3" val vaultJdbcVersion = "1.3.10" val koinVersion = "3.5.3" val kotliqueryVersion = "1.9.0" -val k9SakVersion = "4.1.5" -val k9KlageVersion = "0.4.0" +val k9SakVersion = "4.1.6" +val k9KlageVersion = "0.4.1" val fuelVersion = "2.3.1" val jacksonVersion = "2.16.0" val commonsTextVersion = "1.11.0"