Skip to content

Commit 3b9e5de

Browse files
fix(deps): update dependency com.auth0:java-jwt to v4.5.1 (#2231)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.auth0:java-jwt](https://redirect.github.com/auth0/java-jwt) | `4.5.0` → `4.5.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.auth0:java-jwt/4.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.auth0:java-jwt/4.5.0/4.5.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>auth0/java-jwt (com.auth0:java-jwt)</summary> ### [`v4.5.1`](https://redirect.github.com/auth0/java-jwt/blob/HEAD/CHANGELOG.md#451-2026-02-10) [Compare Source](https://redirect.github.com/auth0/java-jwt/compare/4.5.0...4.5.1) [Full Changelog](https://redirect.github.com/auth0/java-jwt/compare/4.5.0...4.5.1) **Added** - Update jackson dependency [#&#8203;732](https://redirect.github.com/auth0/java-jwt/pull/732) ([tanya732](https://redirect.github.com/tanya732)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 659d128 commit 3b9e5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("io.ktor:ktor-client-logging:3.4.0")
2121
implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.0")
2222
implementation("io.github.oshai:kotlin-logging:7.0.14")
23-
implementation("com.auth0:java-jwt:4.5.0")
23+
implementation("com.auth0:java-jwt:4.5.1")
2424
implementation("org.kohsuke:github-api:1.330")
2525

2626
testImplementation("io.kotest:kotest-extensions-mockserver:6.1.3")

0 commit comments

Comments
 (0)