Skip to content

Commit dbb00a3

Browse files
Update all maven test dependencies
1 parent 5f930e9 commit dbb00a3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.bouncycastle</groupId>
129129
<artifactId>bcpkix-jdk18on</artifactId>
130-
<version>1.79</version>
130+
<version>1.81</version>
131131
<scope>test</scope>
132132
</dependency>
133133

@@ -140,25 +140,25 @@
140140
<dependency>
141141
<groupId>io.jsonwebtoken</groupId>
142142
<artifactId>jjwt-api</artifactId>
143-
<version>0.12.6</version>
143+
<version>0.13.0</version>
144144
<scope>test</scope>
145145
</dependency>
146146
<dependency>
147147
<groupId>io.jsonwebtoken</groupId>
148148
<artifactId>jjwt-impl</artifactId>
149-
<version>0.12.6</version>
149+
<version>0.13.0</version>
150150
<scope>test</scope>
151151
</dependency>
152152
<dependency>
153153
<groupId>io.jsonwebtoken</groupId>
154154
<artifactId>jjwt-jackson</artifactId>
155-
<version>0.12.6</version>
155+
<version>0.13.0</version>
156156
<scope>test</scope>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.springframework.cloud</groupId>
160160
<artifactId>spring-cloud-contract-wiremock</artifactId>
161-
<version>4.1.0</version>
161+
<version>4.3.0</version>
162162
<scope>test</scope>
163163
</dependency>
164164
</dependencies>

0 commit comments

Comments
 (0)