Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group with 15 updates
Bumps the dependencies group with 15 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [no.nav.helse:syfosm-common-models](https://github.com/navikt/syfosm-common) | `2.0.5` | `2.1.0-jdk` | | [no.nav.helse:syfosm-common-networking](https://github.com/navikt/syfosm-common) | `2.0.5` | `2.1.0-jdk` | | [no.nav.helse:syfosm-common-kafka](https://github.com/navikt/syfosm-common) | `2.0.5` | `2.1.0-jdk` | | [no.nav.helse:syfosm-common-mq](https://github.com/navikt/syfosm-common) | `2.0.5` | `2.1.0-jdk` | | [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) | `2.29.0` | `2.29.1` | | [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `5.0.1` | `5.1.0` | | [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `9.22.3` | `10.0.0` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.10.0` | `5.10.1` | Updates `io.ktor:ktor-server-core` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-netty` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-core` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-apache` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-serialization-jackson` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-test-host` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) 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](navikt/syfosm-common@2.0.5...2.1.0-jdk) Updates `no.nav.helse:syfosm-common-networking` from 2.0.5 to 2.1.0-jdk - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](navikt/syfosm-common@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](navikt/syfosm-common@2.0.5...2.1.0-jdk) Updates `no.nav.helse:syfosm-common-mq` from 2.0.5 to 2.1.0-jdk - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](navikt/syfosm-common@2.0.5...2.1.0-jdk) Updates `com.google.cloud:google-cloud-storage` from 2.29.0 to 2.29.1 - [Release notes](https://github.com/googleapis/java-storage/releases) - [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md) - [Commits](googleapis/java-storage@v2.29.0...v2.29.1) Updates `com.zaxxer:HikariCP` from 5.0.1 to 5.1.0 - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-5.0.1...HikariCP-5.1.0) Updates `org.flywaydb:flyway-core` from 9.22.3 to 10.0.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-9.22.3...flyway-10.0.0) Updates `org.junit.jupiter:junit-jupiter` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-apache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-serialization-jackson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-test-host 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-minor dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-networking 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-mq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.google.cloud:google-cloud-storage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information