Skip to content

Commit efa476c

Browse files
authored
chore(deps): update dependency com.auth0:java-jwt to v3.18.2 (GoogleCloudPlatform#6007)
1 parent aeb40cc commit efa476c

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

+1-1
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.1</version>
43+
<version>3.18.2</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.code.gson</groupId>

endpoints/getting-started/clients/pom.xml

+1-1
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.1</version>
36+
<version>3.18.2</version>
3737
</dependency>
3838
</dependencies>
3939
<build>

0 commit comments

Comments
 (0)