From 4118c1f9bfb4355b097c6f106c69798e98709fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 06:41:13 +0000 Subject: [PATCH] Bump the dependencies group with 8 updates Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [no.nav.helse.xml:sm2013](https://github.com/navikt/syfo-xml-codegen) | `1.0.4` | `1.35193f7` | | [no.nav.helse.xml:xmlfellesformat](https://github.com/navikt/syfo-xml-codegen) | `1.0.4` | `1.35193f7` | | [no.nav.helse.xml:kith-hodemelding](https://github.com/navikt/syfo-xml-codegen) | `1.0.4` | `1.35193f7` | | [no.nav.helse.xml:kith-apprec](https://github.com/navikt/syfo-xml-codegen) | `1.0.4` | `1.35193f7` | | [no.nav.helse:syfosm-common-models](https://github.com/navikt/syfosm-common) | `1.0.19` | `2.0.0` | | [no.nav.helse:syfosm-common-networking](https://github.com/navikt/syfosm-common) | `1.0.19` | `2.0.0` | | [no.nav.helse:syfosm-common-kafka](https://github.com/navikt/syfosm-common) | `1.0.19` | `2.0.0` | | [no.nav.helse:syfosm-common-mq](https://github.com/navikt/syfosm-common) | `1.0.19` | `2.0.0` | Updates `no.nav.helse.xml:sm2013` from 1.0.4 to 1.35193f7 - [Release notes](https://github.com/navikt/syfo-xml-codegen/releases) - [Commits](https://github.com/navikt/syfo-xml-codegen/commits) Updates `no.nav.helse.xml:xmlfellesformat` from 1.0.4 to 1.35193f7 - [Release notes](https://github.com/navikt/syfo-xml-codegen/releases) - [Commits](https://github.com/navikt/syfo-xml-codegen/commits) Updates `no.nav.helse.xml:kith-hodemelding` from 1.0.4 to 1.35193f7 - [Release notes](https://github.com/navikt/syfo-xml-codegen/releases) - [Commits](https://github.com/navikt/syfo-xml-codegen/commits) Updates `no.nav.helse.xml:kith-apprec` from 1.0.4 to 1.35193f7 - [Release notes](https://github.com/navikt/syfo-xml-codegen/releases) - [Commits](https://github.com/navikt/syfo-xml-codegen/commits) Updates `no.nav.helse:syfosm-common-models` from 1.0.19 to 2.0.0 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/1.0.19...2.0.0) Updates `no.nav.helse:syfosm-common-networking` from 1.0.19 to 2.0.0 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/1.0.19...2.0.0) Updates `no.nav.helse:syfosm-common-kafka` from 1.0.19 to 2.0.0 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/1.0.19...2.0.0) Updates `no.nav.helse:syfosm-common-mq` from 1.0.19 to 2.0.0 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](https://github.com/navikt/syfosm-common/compare/1.0.19...2.0.0) --- updated-dependencies: - dependency-name: no.nav.helse.xml:sm2013 dependency-type: direct:production dependency-group: dependencies - dependency-name: no.nav.helse.xml:xmlfellesformat dependency-type: direct:production dependency-group: dependencies - dependency-name: no.nav.helse.xml:kith-hodemelding dependency-type: direct:production dependency-group: dependencies - dependency-name: no.nav.helse.xml:kith-apprec dependency-type: direct:production dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-models dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-networking dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-kafka dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-mq dependency-type: direct:production update-type: version-update:semver-major 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 ffb8cd93..dbbd8fe8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ group = "no.nav.syfo" version = "1.0.0" val coroutinesVersion = "1.7.3" -val syfoXmlCodegenVersion = "1.0.4" +val syfoXmlCodegenVersion = "1.35193f7" val ibmMqVersion = "9.3.1.0" val javaxActivationVersion = "1.1.1" val jacksonVersion = "2.15.2" @@ -12,7 +12,7 @@ val ktorVersion = "2.3.4" val logbackVersion = "1.4.11" val logstashEncoderVersion = "7.4" val prometheusVersion = "0.16.0" -val smCommonVersion = "1.0.19" +val smCommonVersion = "2.0.0" val jaxwsApiVersion = "2.3.1" val commonsTextVersion = "1.10.0" val javaxAnnotationApiVersion = "1.3.2"