Skip to content

Commit 4b77da2

Browse files
Update dependency io.jsonwebtoken:jjwt-api to v0.12.5
1 parent e1dbc19 commit 4b77da2

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
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>io.jsonwebtoken</groupId>
100100
<artifactId>jjwt-api</artifactId>
101-
<version>0.11.5</version>
101+
<version>0.12.5</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>io.jsonwebtoken</groupId>

order-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>io.jsonwebtoken</groupId>
9090
<artifactId>jjwt-api</artifactId>
91-
<version>0.11.5</version>
91+
<version>0.12.5</version>
9292
<scope>compile</scope>
9393
</dependency>
9494
<dependency>

payment-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>io.jsonwebtoken</groupId>
103103
<artifactId>jjwt-api</artifactId>
104-
<version>0.11.5</version>
104+
<version>0.12.5</version>
105105
<scope>compile</scope>
106106
</dependency>
107107
<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.5</version>
7373
<scope>compile</scope>
7474
</dependency>
7575
<dependency>

user-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>io.jsonwebtoken</groupId>
103103
<artifactId>jjwt-api</artifactId>
104-
<version>0.11.5</version>
104+
<version>0.12.5</version>
105105
<scope>compile</scope>
106106
</dependency>
107107
<dependency>

0 commit comments

Comments
 (0)