Skip to content

Commit

Permalink
Bump the backend group with 34 updates (#6510)
Browse files Browse the repository at this point in the history
* 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
dependabot[bot] and henrikg authored Dec 4, 2024
1 parent 3d22cb7 commit 8aa308e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ versions = { id = "se.ascp.gradle.gradle-versions-filter", version = "0.1.16" }
license = { id = 'com.github.jk1.dependency-license-report', version = '2.9' }

[versions]
jackson-version = "2.18.1"
jackson-version = "2.18.2"
jupiter-version = "5.11.3"
ktor2-version = "2.3.12"
navfelles-token-version = "5.0.8"
ktor2-version = "2.3.13"
navfelles-token-version = "5.0.13"
prometheus-version = "0.16.0"
testcontainer-version = "1.20.3"
testcontainer-version = "1.20.4"
tjenestespesifikasjoner-version = "1.1436e29"

[libraries]
cache-caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }

database-hikaricp = { module = "com.zaxxer:HikariCP", version = "6.1.0" }
database-flywaydb = { module = "org.flywaydb:flyway-core", version = "10.20.1" }
database-flywaydbpostgres = { module = "org.flywaydb:flyway-database-postgresql", version = "10.20.1" }
database-hikaricp = { module = "com.zaxxer:HikariCP", version = "6.2.1" }
database-flywaydb = { module = "org.flywaydb:flyway-core", version = "11.0.0" }
database-flywaydbpostgres = { module = "org.flywaydb:flyway-database-postgresql", version = "11.0.0" }
database-postgresql = { module = "org.postgresql:postgresql", version = "42.7.4" }
database-kotliquery = { module = "com.github.seratch:kotliquery", version = "1.9.0" }

Expand Down Expand Up @@ -91,7 +91,7 @@ test-testcontainer-postgresql = { module = "org.testcontainers:postgresql", vers
test-testcontainer-kafka = { module = "org.testcontainers:kafka", version.ref = "testcontainer-version" }

commons-compress = { module = "org.apache.commons:commons-compress", version = "1.27.1" }
unleash-client = { module = "io.getunleash:unleash-client-java", version = "9.2.4" }
unleash-client = { module = "io.getunleash:unleash-client-java", version = "9.2.6" }
openapi = { module = "io.github.smiley4:ktor-swagger-ui", version = "3.6.0" }

[bundles]
Expand Down

0 comments on commit 8aa308e

Please sign in to comment.