Skip to content

Commit

Permalink
chore(deps): bump the github group across 1 directory with 5 updates (#…
Browse files Browse the repository at this point in the history
…726)

Bumps the github group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.14` | `11.16` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.0` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.0` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.0` |
| [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) | `3.6.8` | `3.6.9` |



Updates `com.nimbusds:oauth2-oidc-sdk` from 11.14 to 11.16
- [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.16..11.14)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `io.projectreactor:reactor-test` from 3.6.8 to 3.6.9
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.8...v3.6.9)

---
updated-dependencies:
- dependency-name: com.nimbusds:oauth2-oidc-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent ab2396e commit 014faf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
val assertjVersion = "3.26.3"
val kotlinLoggingVersion = "3.0.5"
val logbackVersion = "1.5.6"
val nimbusSdkVersion = "11.14"
val nimbusSdkVersion = "11.16"
val mockWebServerVersion = "4.12.0"
val jacksonVersion = "2.17.2"
val nettyVersion = "4.1.112.Final"
val junitJupiterVersion = "5.10.3"
val junitJupiterVersion = "5.11.0"
val kotlinVersion = "2.0.10"
val freemarkerVersion = "2.3.33"
val kotestVersion = "5.9.1"
val bouncyCastleVersion = "1.78.1"
val springBootVersion = "3.3.2"
val reactorTestVersion = "3.6.8"
val reactorTestVersion = "3.6.9"
val ktorVersion = "2.3.12"
val jsonPathVersion = "2.9.0"

Expand Down

0 comments on commit 014faf0

Please sign in to comment.