Skip to content

Commit 5117d7f

Browse files
committed
Upgrade dependencies
1 parent f63190b commit 5117d7f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,31 +158,31 @@
158158
<dependency>
159159
<groupId>org.junit.jupiter</groupId>
160160
<artifactId>junit-jupiter-engine</artifactId>
161-
<version>5.12.0</version>
161+
<version>6.0.1</version>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.junit.jupiter</groupId>
166166
<artifactId>junit-jupiter</artifactId>
167-
<version>5.12.0</version>
167+
<version>6.0.1</version>
168168
<scope>test</scope>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.mockito</groupId>
172172
<artifactId>mockito-core</artifactId>
173-
<version>5.16.0</version>
173+
<version>5.20.0</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.mockito</groupId>
178178
<artifactId>mockito-junit-jupiter</artifactId>
179-
<version>5.16.0</version>
179+
<version>5.20.0</version>
180180
<scope>test</scope>
181181
</dependency>
182182
<dependency>
183183
<groupId>org.apache.logging.log4j</groupId>
184184
<artifactId>log4j-slf4j-impl</artifactId>
185-
<version>2.24.3</version>
185+
<version>2.25.2</version>
186186
<scope>test</scope>
187187
</dependency>
188188
<dependency>
@@ -194,34 +194,34 @@
194194
<dependency>
195195
<groupId>org.json</groupId>
196196
<artifactId>json</artifactId>
197-
<version>20250107</version>
197+
<version>20250517</version>
198198
<scope>test</scope>
199199
</dependency>
200200
<dependency>
201201
<groupId>com.google.crypto.tink</groupId>
202202
<artifactId>tink</artifactId>
203-
<version>1.17.0</version>
203+
<version>1.19.0</version>
204204
<scope>test</scope>
205205
</dependency>
206206
<dependency>
207207
<groupId>decentralized-identity</groupId>
208208
<artifactId>jsonld-common-java</artifactId>
209-
<version>1.14.0</version>
209+
<version>1.15.0</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>com.danubetech</groupId>
213213
<artifactId>data-integrity-java</artifactId>
214-
<version>1.17.0</version>
214+
<version>1.19.0</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>com.nimbusds</groupId>
218218
<artifactId>nimbus-jose-jwt</artifactId>
219-
<version>10.0.2</version>
219+
<version>10.6</version>
220220
</dependency>
221221
<dependency>
222222
<groupId>com.fasterxml.jackson.core</groupId>
223223
<artifactId>jackson-databind</artifactId>
224-
<version>2.18.3</version>
224+
<version>2.19.4</version>
225225
</dependency>
226226
</dependencies>
227227

0 commit comments

Comments
 (0)