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 github group across 1 directory with 19 updates #760

Closed
wants to merge 1 commit into from

Commits on Oct 22, 2024

  1. chore(deps): bump the github group across 1 directory with 19 updates

    Bumps the github group with 19 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.2` | `2.18.0` |
    | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.17.2` | `2.18.0` |
    | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.7` | `1.5.11` |
    | [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.18` | `11.20.1` |
    | [io.netty:netty-codec-http](https://github.com/netty/netty) | `4.1.112.Final` | `4.1.114.Final` |
    | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.7.1` | `1.7.3` |
    | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.3` |
    | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.3` |
    | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.3` |
    | [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` |
    | [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
    | [org.springframework.boot:spring-boot-starter-oauth2-resource-server](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
    | [org.springframework.boot:spring-boot-starter-oauth2-client](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
    | [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
    | [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
    | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.2` | `2.3` |
    | [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) | `3.6.9` | `3.6.11` |
    | [jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` |
    | com.google.cloud.tools.jib | `3.4.3` | `3.4.4` |
    
    
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.2 to 2.18.0
    - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.2...jackson-module-kotlin-2.18.0)
    
    Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.11
    - [Commits](qos-ch/logback@v_1.5.7...v_1.5.11)
    
    Updates `com.nimbusds:oauth2-oidc-sdk` from 11.18 to 11.20.1
    - [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)
    - [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.20.1..11.18)
    
    Updates `io.netty:netty-codec-http` from 4.1.112.Final to 4.1.114.Final
    - [Commits](netty/netty@netty-4.1.112.Final...netty-4.1.114.Final)
    
    Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.2 to 2.18.0
    - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.2...jackson-module-kotlin-2.18.0)
    
    Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.1 to 1.7.3
    - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
    - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.3)
    
    Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.0...r5.11.3)
    
    Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.0...r5.11.3)
    
    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.0...r5.11.3)
    
    Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.0...r5.11.3)
    
    Updates `org.jetbrains.kotlin:kotlin-test-junit5` 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.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.0...r5.11.3)
    
    Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.3.3 to 3.3.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)
    
    Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.3.3 to 3.3.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)
    
    Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.3.3 to 3.3.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)
    
    Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.3 to 3.3.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)
    
    Updates `org.springframework.boot:spring-boot-test` from 3.3.3 to 3.3.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)
    
    Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.3.3 to 3.3.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)
    
    Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.3.3 to 3.3.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)
    
    Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.3 to 3.3.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)
    
    Updates `org.springframework.boot:spring-boot-test` from 3.3.3 to 3.3.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)
    
    Updates `org.yaml:snakeyaml` from 2.2 to 2.3
    - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2)
    
    Updates `io.projectreactor:reactor-test` from 3.6.9 to 3.6.11
    - [Release notes](https://github.com/reactor/reactor-core/releases)
    - [Commits](reactor/reactor-core@v3.6.9...v3.6.11)
    
    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.google.cloud.tools.jib` from 3.4.3 to 3.4.4
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github
    - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: com.nimbusds:oauth2-oidc-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github
    - dependency-name: io.netty:netty-codec-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github
    - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.springframework.boot:spring-boot-starter-webflux
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.springframework.boot:spring-boot-starter-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.springframework.boot:spring-boot-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.springframework.boot:spring-boot-starter-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.springframework.boot:spring-boot-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: org.yaml:snakeyaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github
    - dependency-name: io.projectreactor:reactor-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: jvm
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    - dependency-name: com.google.cloud.tools.jib
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0d63871 View commit details
    Browse the repository at this point in the history