Skip to content

Commit 6fc0d85

Browse files
authored
fix(deps): update dependency com.auth0:java-jwt to v3.19.2 (GoogleCloudPlatform#7123)
[![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.19.1` -> `3.19.2` | [![age](https://badges.renovateapi.com/packages/maven/com.auth0:java-jwt/3.19.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.auth0:java-jwt/3.19.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.auth0:java-jwt/3.19.2/compatibility-slim/3.19.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.auth0:java-jwt/3.19.2/confidence-slim/3.19.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>auth0/java-jwt</summary> ### [`v3.19.2`](https://togithub.com/auth0/java-jwt/blob/HEAD/CHANGELOG.md#&#8203;3192-httpsgithubcomauth0java-jwttree3192-2022-05-05) [Compare Source](https://togithub.com/auth0/java-jwt/compare/3.19.1...3.19.2) [Full Changelog](https://togithub.com/auth0/java-jwt/compare/3.19.1...3.19.2) **Security** - \[SDK-3311] Added protection against CVE-2022-21449 [#&GoogleCloudPlatform#8203;579](https://togithub.com/auth0/java-jwt/pull/579) ([poovamraj](https://togithub.com/poovamraj)) </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 cf73d28 commit 6fc0d85

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.19.1</version>
43+
<version>3.19.2</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.19.1</version>
36+
<version>3.19.2</version>
3737
</dependency>
3838
</dependencies>
3939
<build>

0 commit comments

Comments
 (0)