From c1630c42f66031c71333407285af4459722de41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:32:08 +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 b94da4a7..d51d903b 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"