Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 55b62eb

Browse files
Updated dependencies (#1491)
* Ignore fields to avoid duplicated values * Updated dependencies * Revert Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
1 parent 29cb98e commit 55b62eb

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,13 @@
268268
<dependency>
269269
<groupId>junit</groupId>
270270
<artifactId>junit</artifactId>
271-
<version>4.13.1</version>
271+
<version>4.13.2</version>
272272
<scope>test</scope>
273273
</dependency>
274274
<dependency>
275275
<groupId>org.mockito</groupId>
276276
<artifactId>mockito-core</artifactId>
277-
<version>3.8.0</version>
277+
<version>3.12.4</version>
278278
<scope>test</scope>
279279
</dependency>
280280

@@ -286,12 +286,12 @@
286286
<dependency>
287287
<groupId>com.fasterxml.jackson.datatype</groupId>
288288
<artifactId>jackson-datatype-jdk8</artifactId>
289-
<version>2.13.3</version>
289+
<version>2.13.4</version>
290290
</dependency>
291291
<dependency>
292292
<groupId>com.fasterxml.jackson.datatype</groupId>
293293
<artifactId>jackson-datatype-jsr310</artifactId>
294-
<version>2.13.3</version>
294+
<version>2.13.4</version>
295295
</dependency>
296296
<dependency>
297297
<groupId>com.fasterxml.jackson.core</groupId>
@@ -302,82 +302,82 @@
302302
<dependency>
303303
<groupId>com.codepoetics</groupId>
304304
<artifactId>protonpack</artifactId>
305-
<version>1.13</version>
305+
<version>1.16</version>
306306
</dependency>
307307
<dependency>
308308
<groupId>com.auth0</groupId>
309309
<artifactId>java-jwt</artifactId>
310-
<version>3.13.0</version>
310+
<version>3.19.2</version>
311311
</dependency>
312312
<dependency>
313313
<groupId>com.auth0</groupId>
314314
<artifactId>jwks-rsa</artifactId>
315-
<version>0.15.0</version>
315+
<version>0.21.2</version>
316316
</dependency>
317317
<dependency>
318318
<groupId>org.slf4j</groupId>
319319
<artifactId>slf4j-api</artifactId>
320-
<version>1.7.22</version>
320+
<version>1.7.36</version>
321321
</dependency>
322322
<dependency>
323323
<groupId>org.apache.commons</groupId>
324324
<artifactId>commons-lang3</artifactId>
325-
<version>3.9</version>
325+
<version>3.12.0</version>
326326
</dependency>
327327
<dependency>
328328
<groupId>commons-io</groupId>
329329
<artifactId>commons-io</artifactId>
330-
<version>2.8.0</version>
330+
<version>2.11.0</version>
331331
</dependency>
332332
<dependency>
333333
<groupId>com.google.guava</groupId>
334334
<artifactId>guava</artifactId>
335-
<version>30.1-jre</version>
335+
<version>31.1-jre</version>
336336
</dependency>
337337
<dependency>
338338
<groupId>net.minidev</groupId>
339339
<artifactId>json-smart</artifactId>
340-
<version>2.4.7</version>
340+
<version>2.4.8</version>
341341
</dependency>
342342

343343
<dependency>
344344
<groupId>org.apache.logging.log4j</groupId>
345345
<artifactId>log4j-api</artifactId>
346-
<version>2.17.1</version>
346+
<version>2.19.0</version>
347347
<scope>test</scope>
348348
</dependency>
349349
<dependency>
350350
<groupId>org.slf4j</groupId>
351351
<artifactId>slf4j-log4j12</artifactId>
352-
<version>1.7.25</version>
352+
<version>1.7.36</version>
353353
<scope>test</scope>
354354
</dependency>
355355
<dependency>
356356
<groupId>org.apache.logging.log4j</groupId>
357357
<artifactId>log4j-core</artifactId>
358-
<version>2.17.1</version>
358+
<version>2.19.0</version>
359359
<scope>test</scope>
360360
</dependency>
361361

362362
<dependency>
363363
<groupId>com.squareup.okhttp3</groupId>
364364
<artifactId>okhttp</artifactId>
365-
<version>3.12.2</version>
365+
<version>3.14.9</version>
366366
</dependency>
367367
<dependency>
368368
<groupId>com.squareup.okhttp3</groupId>
369369
<artifactId>logging-interceptor</artifactId>
370-
<version>3.12.2</version>
370+
<version>3.14.9</version>
371371
</dependency>
372372
<dependency>
373373
<groupId>com.squareup.okhttp3</groupId>
374374
<artifactId>okhttp-urlconnection</artifactId>
375-
<version>3.12.2</version>
375+
<version>3.14.9</version>
376376
</dependency>
377377
<dependency>
378378
<groupId>com.squareup.okhttp3</groupId>
379379
<artifactId>mockwebserver</artifactId>
380-
<version>3.12.2</version>
380+
<version>3.14.9</version>
381381
<scope>test</scope>
382382
</dependency>
383383

0 commit comments

Comments
 (0)