Skip to content

Commit 1263bc1

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-api to v0.12.6
1 parent 94c7e33 commit 1263bc1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

inventory-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>io.jsonwebtoken</groupId>
102102
<artifactId>jjwt-api</artifactId>
103-
<version>0.11.5</version>
103+
<version>0.12.6</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>io.jsonwebtoken</groupId>

order-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>io.jsonwebtoken</groupId>
9292
<artifactId>jjwt-api</artifactId>
93-
<version>0.11.5</version>
93+
<version>0.12.6</version>
9494
<scope>compile</scope>
9595
</dependency>
9696
<dependency>

payment-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>io.jsonwebtoken</groupId>
105105
<artifactId>jjwt-api</artifactId>
106-
<version>0.11.5</version>
106+
<version>0.12.6</version>
107107
<scope>compile</scope>
108108
</dependency>
109109
<dependency>

proxy-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>io.jsonwebtoken</groupId>
7171
<artifactId>jjwt-api</artifactId>
72-
<version>0.11.5</version>
72+
<version>0.12.6</version>
7373
<scope>compile</scope>
7474
</dependency>
7575
<dependency>

user-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>io.jsonwebtoken</groupId>
105105
<artifactId>jjwt-api</artifactId>
106-
<version>0.11.5</version>
106+
<version>0.12.6</version>
107107
<scope>compile</scope>
108108
</dependency>
109109
<dependency>

0 commit comments

Comments
 (0)