Skip to content

Commit 952e1dd

Browse files
committed
chore: Upgrade dependencies
1 parent 763aec3 commit 952e1dd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,25 +158,25 @@
158158
<dependency>
159159
<groupId>org.junit.jupiter</groupId>
160160
<artifactId>junit-jupiter-engine</artifactId>
161-
<version>5.10.1</version>
161+
<version>5.11.0</version>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.junit.jupiter</groupId>
166166
<artifactId>junit-jupiter</artifactId>
167-
<version>5.10.1</version>
167+
<version>5.11.0</version>
168168
<scope>test</scope>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.mockito</groupId>
172172
<artifactId>mockito-core</artifactId>
173-
<version>5.8.0</version>
173+
<version>5.13.0</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.mockito</groupId>
178178
<artifactId>mockito-junit-jupiter</artifactId>
179-
<version>5.8.0</version>
179+
<version>5.13.0</version>
180180
<scope>test</scope>
181181
</dependency>
182182
<dependency>
@@ -188,29 +188,29 @@
188188
<dependency>
189189
<groupId>org.json</groupId>
190190
<artifactId>json</artifactId>
191-
<version>20231013</version>
191+
<version>20240303</version>
192192
<scope>test</scope>
193193
</dependency>
194194
<dependency>
195195
<groupId>com.google.crypto.tink</groupId>
196196
<artifactId>tink</artifactId>
197-
<version>1.12.0</version>
197+
<version>1.15.0</version>
198198
<scope>test</scope>
199199
</dependency>
200200
<dependency>
201201
<groupId>info.weboftrust</groupId>
202202
<artifactId>ld-signatures-java</artifactId>
203-
<version>1.9.0</version>
203+
<version>1.10.0</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>com.nimbusds</groupId>
207207
<artifactId>nimbus-jose-jwt</artifactId>
208-
<version>9.37.3</version>
208+
<version>9.41.1</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>com.fasterxml.jackson.core</groupId>
212212
<artifactId>jackson-databind</artifactId>
213-
<version>2.16.1</version>
213+
<version>2.17.2</version>
214214
</dependency>
215215
</dependencies>
216216

0 commit comments

Comments
 (0)