Skip to content

Commit 787f0fc

Browse files
chore(deps): bump the github group across 1 directory with 2 updates
Bumps the github group with 2 updates in the / directory: [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) and [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core). Updates `com.nimbusds:oauth2-oidc-sdk` from 11.10.1 to 11.11 - [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.11..11.10.1) Updates `io.projectreactor:reactor-test` from 3.6.5 to 3.6.6 - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.6.5...v3.6.6) --- updated-dependencies: - dependency-name: com.nimbusds:oauth2-oidc-sdk 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]>
1 parent b4d9e9b commit 787f0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
44
val assertjVersion = "3.25.3"
55
val kotlinLoggingVersion = "3.0.5"
66
val logbackVersion = "1.5.6"
7-
val nimbusSdkVersion = "11.10.1"
7+
val nimbusSdkVersion = "11.11"
88
val mockWebServerVersion = "4.12.0"
99
val jacksonVersion = "2.17.1"
1010
val nettyVersion = "4.1.109.Final"
@@ -14,7 +14,7 @@ val freemarkerVersion = "2.3.32"
1414
val kotestVersion = "5.9.0"
1515
val bouncyCastleVersion = "1.78.1"
1616
val springBootVersion = "3.2.5"
17-
val reactorTestVersion = "3.6.5"
17+
val reactorTestVersion = "3.6.6"
1818
val ktorVersion = "2.3.11"
1919
val jsonPathVersion = "2.9.0"
2020

0 commit comments

Comments
 (0)