Skip to content

Commit 828f67f

Browse files
chore(deps): bump the github group across 1 directory with 2 updates (#733)
Bumps the github group with 2 updates in the / directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions). Updates `ch.qos.logback:logback-classic` from 1.5.6 to 1.5.7 - [Commits](qos-ch/logback@v_1.5.6...v_1.5.7) Updates `com.nimbusds:oauth2-oidc-sdk` from 11.16 to 11.18 - [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.18..11.16) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fe5d8e commit 828f67f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
44

55
val assertjVersion = "3.26.3"
66
val kotlinLoggingVersion = "3.0.5"
7-
val logbackVersion = "1.5.6"
8-
val nimbusSdkVersion = "11.16"
7+
val logbackVersion = "1.5.7"
8+
val nimbusSdkVersion = "11.18"
99
val mockWebServerVersion = "4.12.0"
1010
val jacksonVersion = "2.17.2"
1111
val nettyVersion = "4.1.112.Final"

0 commit comments

Comments
 (0)