|
158 | 158 | <dependency> |
159 | 159 | <groupId>org.junit.jupiter</groupId> |
160 | 160 | <artifactId>junit-jupiter-engine</artifactId> |
161 | | - <version>5.12.0</version> |
| 161 | + <version>6.0.1</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.12.0</version> |
| 167 | + <version>6.0.1</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.16.0</version> |
| 173 | + <version>5.20.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.16.0</version> |
| 179 | + <version>5.20.0</version> |
180 | 180 | <scope>test</scope> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
183 | 183 | <groupId>org.apache.logging.log4j</groupId> |
184 | 184 | <artifactId>log4j-slf4j-impl</artifactId> |
185 | | - <version>2.24.3</version> |
| 185 | + <version>2.25.2</version> |
186 | 186 | <scope>test</scope> |
187 | 187 | </dependency> |
188 | 188 | <dependency> |
|
194 | 194 | <dependency> |
195 | 195 | <groupId>org.json</groupId> |
196 | 196 | <artifactId>json</artifactId> |
197 | | - <version>20250107</version> |
| 197 | + <version>20250517</version> |
198 | 198 | <scope>test</scope> |
199 | 199 | </dependency> |
200 | 200 | <dependency> |
201 | 201 | <groupId>com.google.crypto.tink</groupId> |
202 | 202 | <artifactId>tink</artifactId> |
203 | | - <version>1.17.0</version> |
| 203 | + <version>1.19.0</version> |
204 | 204 | <scope>test</scope> |
205 | 205 | </dependency> |
206 | 206 | <dependency> |
207 | 207 | <groupId>decentralized-identity</groupId> |
208 | 208 | <artifactId>jsonld-common-java</artifactId> |
209 | | - <version>1.14.0</version> |
| 209 | + <version>1.15.0</version> |
210 | 210 | </dependency> |
211 | 211 | <dependency> |
212 | 212 | <groupId>com.danubetech</groupId> |
213 | 213 | <artifactId>data-integrity-java</artifactId> |
214 | | - <version>1.17.0</version> |
| 214 | + <version>1.19.0</version> |
215 | 215 | </dependency> |
216 | 216 | <dependency> |
217 | 217 | <groupId>com.nimbusds</groupId> |
218 | 218 | <artifactId>nimbus-jose-jwt</artifactId> |
219 | | - <version>10.0.2</version> |
| 219 | + <version>10.6</version> |
220 | 220 | </dependency> |
221 | 221 | <dependency> |
222 | 222 | <groupId>com.fasterxml.jackson.core</groupId> |
223 | 223 | <artifactId>jackson-databind</artifactId> |
224 | | - <version>2.18.3</version> |
| 224 | + <version>2.19.4</version> |
225 | 225 | </dependency> |
226 | 226 | </dependencies> |
227 | 227 |
|
|
0 commit comments