Skip to content

Commit da7ad66

Browse files
fix(deps): update dependency com.auth0:java-jwt to v4.5.2 (#2312)
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.1` → `4.5.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.auth0:java-jwt/4.5.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.auth0:java-jwt/4.5.1/4.5.2?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### Release Notes <details> <summary>auth0/java-jwt (com.auth0:java-jwt)</summary> ### [`v4.5.2`](https://redirect.github.com/auth0/java-jwt/blob/HEAD/CHANGELOG.md#452-2026-04-29) [Compare Source](https://redirect.github.com/auth0/java-jwt/compare/4.5.1...4.5.2) [Full Changelog](https://redirect.github.com/auth0/java-jwt/compare/4.5.1...4.5.2) **Added** - Chore: Bump update commons-beanutils dependency [#&#8203;761](https://redirect.github.com/auth0/java-jwt/pull/761) ([tanya732](https://redirect.github.com/tanya732)) - Chore: Update Readme with Java 21 [#&#8203;760](https://redirect.github.com/auth0/java-jwt/pull/760) ([tanya732](https://redirect.github.com/tanya732)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea6ff05 commit da7ad66

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.3")
2121
implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.3")
2222
implementation("io.github.oshai:kotlin-logging:8.0.01")
23-
implementation("com.auth0:java-jwt:4.5.1")
23+
implementation("com.auth0:java-jwt:4.5.2")
2424
implementation("org.kohsuke:github-api:1.330")
2525

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

0 commit comments

Comments
 (0)