Skip to content

Commit b716efd

Browse files
renovate-botlesv
authored andcommitted
chore(deps): update dependency com.auth0:java-jwt to v3.10.1
1 parent 34fbfe3 commit b716efd

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

0 commit comments

Comments
 (0)