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 |
| --- | --- | --- |
| [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) | `1.1.10.4` | `1.1.10.5` |
| [no.nav.helse:syfosm-common-models](https://github.com/navikt/syfosm-common) | `2.0.0` | `2.0.2` |
| [no.nav.helse:syfosm-common-networking](https://github.com/navikt/syfosm-common) | `2.0.0` | `2.0.2` |
| [no.nav.helse:syfosm-common-kafka](https://github.com/navikt/syfosm-common) | `2.0.0` | `2.0.2` |
| [no.nav.helse:syfosm-common-mq](https://github.com/navikt/syfosm-common) | `2.0.0` | `2.0.2` |


Updates `org.xerial.snappy:snappy-java` from 1.1.10.4 to 1.1.10.5
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@v1.1.10.4...v1.1.10.5)

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

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

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

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

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 9ec9d89 commit a72b182
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,7 +12,7 @@ val ktorVersion = "2.3.4"
val logbackVersion = "1.4.11"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val smCommonVersion = "2.0.0"
val smCommonVersion = "2.0.2"
val jaxwsApiVersion = "2.3.1"
val commonsTextVersion = "1.10.0"
val javaxAnnotationApiVersion = "1.3.2"
Expand All @@ -29,7 +29,7 @@ val postgresVersion = "42.6.0"
val embeddedPostgresVersion = "2.0.4"
val commonsCodecVersion = "1.16.0"
val ktfmtVersion = "0.44"
val snappyJavaVersion = "1.1.10.4"
val snappyJavaVersion = "1.1.10.5"

plugins {
id("application")
Expand Down

0 comments on commit a72b182

Please sign in to comment.