Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the backend group with 34 updates (#6510)
* Bump the backend group with 34 updates Bumps the backend group with 34 updates: | Package | From | To | | --- | --- | --- | | [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `6.1.0` | `6.2.1` | | [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.20.1` | `11.0.0` | | org.flywaydb:flyway-database-postgresql | `10.20.1` | `11.0.0` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.1` | `2.18.2` | | com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.18.1` | `2.18.2` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.1` | `2.18.2` | | [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-logging-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-auth](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-core-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-double-receive](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-auth](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-call-id](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-metrics-micrometer](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-mustache](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-resources](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-tests](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-webjars](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.8` | `5.0.13` | | [no.nav.security:token-validation-ktor-v2](https://github.com/navikt/token-support) | `5.0.8` | `5.0.13` | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) | `9.2.4` | `9.2.6` | | [io.github.smiley4:ktor-swagger-ui](https://github.com/SMILEY4/ktor-swagger-ui) | `3.6.0` | `4.1.0` | Updates `com.zaxxer:HikariCP` from 6.1.0 to 6.2.1 - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-6.1.0...HikariCP-6.2.1) Updates `org.flywaydb:flyway-core` from 10.20.1 to 11.0.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.20.1...flyway-11.0.0) Updates `org.flywaydb:flyway-database-postgresql` from 10.20.1 to 11.0.0 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.1 to 2.18.2 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.1 to 2.18.2 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.1...jackson-module-kotlin-2.18.2) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.1 to 2.18.2 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.1...jackson-module-kotlin-2.18.2) Updates `io.ktor:ktor-client-okhttp` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-core` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-logging-jvm` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-auth` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-core-jvm` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-double-receive` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-cio` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-auth` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-serialization-jackson` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-call-logging` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-call-id` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-status-pages` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-metrics-micrometer` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-mustache` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-mock` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-resources` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-tests` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-webjars` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-webjars` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `no.nav.security:token-client-core` from 5.0.8 to 5.0.13 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.8...5.0.13) Updates `no.nav.security:token-validation-ktor-v2` from 5.0.8 to 5.0.13 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.8...5.0.13) Updates `no.nav.security:token-validation-ktor-v2` from 5.0.8 to 5.0.13 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.8...5.0.13) Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.testcontainers:kafka` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.testcontainers:kafka` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `io.getunleash:unleash-client-java` from 9.2.4 to 9.2.6 - [Release notes](https://github.com/Unleash/unleash-client-java/releases) - [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md) - [Commits](Unleash/unleash-client-java@unleash-client-java-9.2.4...unleash-client-java-9.2.6) Updates `io.github.smiley4:ktor-swagger-ui` from 3.6.0 to 4.1.0 - [Release notes](https://github.com/SMILEY4/ktor-swagger-ui/releases) - [Commits](SMILEY4/ktor-swagger-ui@3.6.0...4.1.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-core-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-double-receive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-serialization-jackson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-call-logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-call-id dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-status-pages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-metrics-micrometer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-mustache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-mock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-resources dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-tests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-webjars dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-webjars dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: no.nav.security:token-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: no.nav.security:token-validation-ktor-v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: no.nav.security:token-validation-ktor-v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.getunleash:unleash-client-java dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.github.smiley4:ktor-swagger-ui dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend ... Signed-off-by: dependabot[bot] <[email protected]> * Bruker versjon 3 for ktor-swagger-ui da 4 ikker er støtter for ktor 2 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henrik Gundersen <[email protected]>
- Loading branch information