|
158 | 158 | <dependency> |
159 | 159 | <groupId>org.junit.jupiter</groupId> |
160 | 160 | <artifactId>junit-jupiter-engine</artifactId> |
161 | | - <version>5.10.1</version> |
| 161 | + <version>5.11.0</version> |
162 | 162 | <scope>test</scope> |
163 | 163 | </dependency> |
164 | 164 | <dependency> |
165 | 165 | <groupId>org.junit.jupiter</groupId> |
166 | 166 | <artifactId>junit-jupiter</artifactId> |
167 | | - <version>5.10.1</version> |
| 167 | + <version>5.11.0</version> |
168 | 168 | <scope>test</scope> |
169 | 169 | </dependency> |
170 | 170 | <dependency> |
171 | 171 | <groupId>org.mockito</groupId> |
172 | 172 | <artifactId>mockito-core</artifactId> |
173 | | - <version>5.8.0</version> |
| 173 | + <version>5.13.0</version> |
174 | 174 | <scope>test</scope> |
175 | 175 | </dependency> |
176 | 176 | <dependency> |
177 | 177 | <groupId>org.mockito</groupId> |
178 | 178 | <artifactId>mockito-junit-jupiter</artifactId> |
179 | | - <version>5.8.0</version> |
| 179 | + <version>5.13.0</version> |
180 | 180 | <scope>test</scope> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
|
188 | 188 | <dependency> |
189 | 189 | <groupId>org.json</groupId> |
190 | 190 | <artifactId>json</artifactId> |
191 | | - <version>20231013</version> |
| 191 | + <version>20240303</version> |
192 | 192 | <scope>test</scope> |
193 | 193 | </dependency> |
194 | 194 | <dependency> |
195 | 195 | <groupId>com.google.crypto.tink</groupId> |
196 | 196 | <artifactId>tink</artifactId> |
197 | | - <version>1.12.0</version> |
| 197 | + <version>1.15.0</version> |
198 | 198 | <scope>test</scope> |
199 | 199 | </dependency> |
200 | 200 | <dependency> |
201 | 201 | <groupId>info.weboftrust</groupId> |
202 | 202 | <artifactId>ld-signatures-java</artifactId> |
203 | | - <version>1.9.0</version> |
| 203 | + <version>1.10.0</version> |
204 | 204 | </dependency> |
205 | 205 | <dependency> |
206 | 206 | <groupId>com.nimbusds</groupId> |
207 | 207 | <artifactId>nimbus-jose-jwt</artifactId> |
208 | | - <version>9.37.3</version> |
| 208 | + <version>9.41.1</version> |
209 | 209 | </dependency> |
210 | 210 | <dependency> |
211 | 211 | <groupId>com.fasterxml.jackson.core</groupId> |
212 | 212 | <artifactId>jackson-databind</artifactId> |
213 | | - <version>2.16.1</version> |
| 213 | + <version>2.17.2</version> |
214 | 214 | </dependency> |
215 | 215 | </dependencies> |
216 | 216 |
|
|
0 commit comments