From 179f5fe684ad2fa97f049d2863c186ae2c4c9481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:30:18 +0000 Subject: [PATCH] Bump kontrakterVersjon Bumps `kontrakterVersjon` from 2.0_20230313140330_0086324 to 2.0_20230428081448_858bc88. Updates `no.nav.familie.kontrakter:felles` from 2.0_20230313140330_0086324 to 2.0_20230428081448_858bc88 - [Commits](https://github.com/navikt/familie-kontrakter/commits) Updates `no.nav.familie.kontrakter:barnetrygd` from 2.0_20230313140330_0086324 to 2.0_20230428081448_858bc88 - [Commits](https://github.com/navikt/familie-kontrakter/commits) --- updated-dependencies: - dependency-name: no.nav.familie.kontrakter:felles dependency-type: direct:production - dependency-name: no.nav.familie.kontrakter:barnetrygd 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 ff7326ed..0ffc8d13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ val springdocVersion = "1.6.15" val navFoedselsnummerVersion = "1.0-SNAPSHOT.6" val skattKontraktVersjon = "2.0_20230214104704_706e9c0" val fellesVersjon = "1.20230116145510_2afcc20" -val kontrakterVersjon = "2.0_20230313140330_0086324" +val kontrakterVersjon = "2.0_20230428081448_858bc88" val coroutinesVersion = "1.6.4" val mainClass = "no.nav.familie.ba.infotrygd.Main"