Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [no.nav.helse:syfosm-common-models](https://github.com/navikt/syfosm-common) | `2.0.3` | `2.0.4` |
| [no.nav.helse:syfosm-common-networking](https://github.com/navikt/syfosm-common) | `2.0.3` | `2.0.4` |
| [no.nav.helse:syfosm-common-kafka](https://github.com/navikt/syfosm-common) | `2.0.3` | `2.0.4` |
| [no.nav.helse:syfosm-common-mq](https://github.com/navikt/syfosm-common) | `2.0.3` | `2.0.4` |
| org.apache.commons:commons-text | `1.10.0` | `1.11.0` |


Updates `no.nav.helse:syfosm-common-models` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/navikt/syfosm-common/releases)
- [Commits](navikt/syfosm-common@2.0.3...2.0.4)

Updates `no.nav.helse:syfosm-common-networking` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/navikt/syfosm-common/releases)
- [Commits](navikt/syfosm-common@2.0.3...2.0.4)

Updates `no.nav.helse:syfosm-common-kafka` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/navikt/syfosm-common/releases)
- [Commits](navikt/syfosm-common@2.0.3...2.0.4)

Updates `no.nav.helse:syfosm-common-mq` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/navikt/syfosm-common/releases)
- [Commits](navikt/syfosm-common@2.0.3...2.0.4)

Updates `org.apache.commons:commons-text` from 1.10.0 to 1.11.0

---
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-networking
  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-mq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent de5eedb commit 72d5c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ val ktorVersion = "2.3.5"
val logbackVersion = "1.4.11"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val smCommonVersion = "2.0.3"
val smCommonVersion = "2.0.4"
val jaxwsApiVersion = "2.3.1"
val commonsTextVersion = "1.10.0"
val commonsTextVersion = "1.11.0"
val javaxAnnotationApiVersion = "1.3.2"
val jaxwsToolsVersion = "2.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
Expand Down

0 comments on commit 72d5c3b

Please sign in to comment.