From 0d8c080bec5112afd81d381b95903f1903f12b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:14:51 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 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), [no.nav.helse:syfosm-common-diagnosis-codes](https://github.com/navikt/syfosm-common) and [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest). Updates `no.nav.helse:syfosm-common-models` from 2.0.5 to 2.1.0-jdk - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/2.0.5...2.1.0-jdk) Updates `no.nav.helse:syfosm-common-kafka` from 2.0.5 to 2.1.0-jdk - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/2.0.5...2.1.0-jdk) Updates `no.nav.helse:syfosm-common-diagnosis-codes` from 2.0.5 to 2.1.0-jdk - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/2.0.5...2.1.0-jdk) Updates `io.kotest:kotest-runner-junit5` from 5.7.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0) --- updated-dependencies: - dependency-name: no.nav.helse:syfosm-common-models dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-kafka dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-diagnosis-codes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... 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 7b7212d5..bd635ac9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ val ktorVersion = "2.3.5" val logbackVersion = "1.4.11" val logstashLogbackEncoderVersion = "7.4" val prometheusVersion = "0.16.0" -val kotestVersion = "5.7.2" +val kotestVersion = "5.8.0" val jaxbApiVersion = "2.1" val jaxbVersion = "2.3.0.1" val javaxActivationVersion = "1.1.1" @@ -25,7 +25,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.5" +val smCommonVersion = "2.1.0-jdk" val javaTimeAdapterVersion = "1.1.3" val ioMockVersion = "1.13.8" val kotlinVersion = "1.9.20"