From ea60aa7c596969c982562fae3c62fdcce8820be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:57:31 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [no.nav.helse:syfosm-common-models](https://github.com/navikt/syfosm-common), [no.nav.helse:syfosm-common-kafka](https://github.com/navikt/syfosm-common) and [no.nav.helse:syfosm-common-diagnosis-codes](https://github.com/navikt/syfosm-common). Updates `no.nav.helse:syfosm-common-models` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/2.0.6...2.0.7) Updates `no.nav.helse:syfosm-common-kafka` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/2.0.6...2.0.7) Updates `no.nav.helse:syfosm-common-diagnosis-codes` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: no.nav.helse:syfosm-common-models dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-kafka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-diagnosis-codes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 c5136074..745cda60 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ val commonsTextVersion = "1.11.0" val cxfVersion = "3.4.5" val javaxAnnotationApiVersion = "1.3.2" val jaxbRuntimeVersion = "2.4.0-b180830.0438" -val smCommonVersion = "2.0.6" +val smCommonVersion = "2.0.7" val javaTimeAdapterVersion = "1.1.3" val ioMockVersion = "1.13.8" val kotlinVersion = "1.9.21"