Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dependencies group across 1 directory with 21 updates #279

Closed
wants to merge 1 commit into from

Commits on Nov 4, 2024

  1. chore(deps): bump the dependencies group across 1 directory with 21 u…

    …pdates
    
    Bumps the dependencies group with 21 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` |
    | [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` |
    | [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-server-cors](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-server-auth](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-server-auth-jwt](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` |
    | [no.nav.helse:diagnosekoder](https://github.com/navikt/diagnosekoder) | `1.2024.0` | `1.2024.1` |
    | org.apache.kafka:kafka_2.12 | `3.8.0` | `3.8.1` |
    | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.8` | `1.5.12` |
    | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.0` | `2.18.1` |
    | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.0` | `2.18.1` |
    | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.12` | `1.13.13` |
    | [jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` |
    | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.3` | `8.3.5` |
    
    
    
    Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.20 to 2.0.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21)
    
    Updates `org.jetbrains.kotlin:kotlin-test` from 2.0.20 to 2.0.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21)
    
    Updates `io.ktor:ktor-server-core` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-netty` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-content-negotiation` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-status-pages` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-cors` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-auth` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-auth-jwt` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-serialization-jackson` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-client-apache` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-test-host` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-netty` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-content-negotiation` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-status-pages` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-cors` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-auth` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-server-auth-jwt` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-serialization-jackson` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `io.ktor:ktor-client-apache` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `no.nav.helse:diagnosekoder` from 1.2024.0 to 1.2024.1
    - [Release notes](https://github.com/navikt/diagnosekoder/releases)
    - [Commits](navikt/diagnosekoder@v1.2024.0...v1.2024.1)
    
    Updates `org.apache.kafka:kafka_2.12` from 3.8.0 to 3.8.1
    
    Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.12
    - [Commits](qos-ch/logback@v_1.5.8...v_1.5.12)
    
    Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.0 to 2.18.1
    - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.0...jackson-module-kotlin-2.18.1)
    
    Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.0 to 2.18.1
    
    Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.0 to 2.18.1
    
    Updates `org.jetbrains.kotlin:kotlin-test` from 2.0.20 to 2.0.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21)
    
    Updates `io.mockk:mockk` from 1.13.12 to 1.13.13
    - [Release notes](https://github.com/mockk/mockk/releases)
    - [Commits](mockk/mockk@1.13.12...1.13.13)
    
    Updates `io.ktor:ktor-server-test-host` from 2.3.12 to 3.0.1
    - [Release notes](https://github.com/ktorio/ktor/releases)
    - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
    - [Commits](ktorio/ktor@2.3.12...3.0.1)
    
    Updates `jvm` from 2.0.20 to 2.0.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21)
    
    Updates `com.gradleup.shadow` from 8.3.3 to 8.3.5
    - [Release notes](https://github.com/GradleUp/shadow/releases)
    - [Commits](GradleUp/shadow@8.3.3...8.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.jetbrains.kotlin:kotlin-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-core
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-netty
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-content-negotiation
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-status-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-cors
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-auth
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-auth-jwt
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-serialization-jackson
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-client-content-negotiation
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-client-apache
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-test-host
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-netty
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-content-negotiation
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-status-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-cors
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-auth
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-server-auth-jwt
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-serialization-jackson
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-client-content-negotiation
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.ktor:ktor-client-apache
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: no.nav.helse:diagnosekoder
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.apache.kafka:kafka_2.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.jetbrains.kotlin:kotlin-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.mockk:mockk
      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-major
      dependency-group: dependencies
    - dependency-name: jvm
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.gradleup.shadow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6fc1449 View commit details
    Browse the repository at this point in the history