Skip to content

Commit 5d3197e

Browse files
Update dependency io.jsonwebtoken:jjwt to v0.12.5
1 parent ce16863 commit 5d3197e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

inventory-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>io.jsonwebtoken</groupId>
8989
<artifactId>jjwt</artifactId>
90-
<version>0.9.1</version>
90+
<version>0.12.5</version>
9191
<scope>compile</scope>
9292
</dependency>
9393
<dependency>

order-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>io.jsonwebtoken</groupId>
8484
<artifactId>jjwt</artifactId>
85-
<version>0.9.1</version>
85+
<version>0.12.5</version>
8686
<scope>compile</scope>
8787
</dependency>
8888
<dependency>

payment-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>io.jsonwebtoken</groupId>
9797
<artifactId>jjwt</artifactId>
98-
<version>0.9.1</version>
98+
<version>0.12.5</version>
9999
<scope>compile</scope>
100100
</dependency>
101101
<dependency>

user-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>io.jsonwebtoken</groupId>
9898
<artifactId>jjwt</artifactId>
99-
<version>0.9.1</version>
99+
<version>0.12.5</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>io.jsonwebtoken</groupId>

0 commit comments

Comments
 (0)