Skip to content

Commit 8d793ad

Browse files
authored
fix(deps): update dependency com.auth0:java-jwt to v3.19.0 (GoogleCloudPlatform#6901)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.auth0:java-jwt](https://togithub.com/auth0/java-jwt) | `3.18.3` -> `3.19.0` | [![age](https://badges.renovateapi.com/packages/maven/com.auth0:java-jwt/3.19.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.auth0:java-jwt/3.19.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.auth0:java-jwt/3.19.0/compatibility-slim/3.18.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.auth0:java-jwt/3.19.0/confidence-slim/3.18.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>auth0/java-jwt</summary> ### [`v3.19.0`](https://togithub.com/auth0/java-jwt/blob/HEAD/CHANGELOG.md#&#8203;3190-httpsgithubcomauth0java-jwttree3190-2022-03-14) [Compare Source](https://togithub.com/auth0/java-jwt/compare/3.18.3...3.19.0) [Full Changelog](https://togithub.com/auth0/java-jwt/compare/3.18.3...3.19.0) **Deprecated** - Deprecate ES256K Algorithm [#&GoogleCloudPlatform#8203;543](https://togithub.com/auth0/java-jwt/pull/543) ([poovamraj](https://togithub.com/poovamraj)) **Fixed** - fix typos in JWTVerifier#verify docstring [#&GoogleCloudPlatform#8203;526](https://togithub.com/auth0/java-jwt/pull/526) ([OdunlamiZO](https://togithub.com/OdunlamiZO)) **Security** - Bump `jackson-databind` dependency to 2.13.2 [#&GoogleCloudPlatform#8203;542](https://togithub.com/auth0/java-jwt/pull/542) ([evansims](https://togithub.com/evansims)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent a06bbbf commit 8d793ad

File tree

2 files changed

+2
-2
lines changed
  • compute/signed-metadata
  • endpoints/getting-started/clients

2 files changed

+2
-2
lines changed

compute/signed-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.auth0</groupId>
4242
<artifactId>java-jwt</artifactId>
43-
<version>3.18.3</version>
43+
<version>3.19.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.code.gson</groupId>

endpoints/getting-started/clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.auth0</groupId>
3535
<artifactId>java-jwt</artifactId>
36-
<version>3.18.3</version>
36+
<version>3.19.0</version>
3737
</dependency>
3838
</dependencies>
3939
<build>

0 commit comments

Comments
 (0)