Skip to content

Commit a8d9207

Browse files
committed
fix(dependencies): update versions for mongodb-driver-sync, caffeine, gson, commons-codec, commons-jxpath, snakeyaml, jna, tika-core, junit-jupiter, mockito-core, and various plugins
1 parent 90222fd commit a8d9207

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<dependency>
198198
<groupId>org.mongodb</groupId>
199199
<artifactId>mongodb-driver-sync</artifactId>
200-
<version>5.3.1</version>
200+
<version>5.5.1</version>
201201
</dependency>
202202
<dependency>
203203
<groupId>io.undertow</groupId>
@@ -222,12 +222,12 @@
222222
<dependency>
223223
<groupId>com.github.ben-manes.caffeine</groupId>
224224
<artifactId>caffeine</artifactId>
225-
<version>3.1.8</version>
225+
<version>3.2.1</version>
226226
</dependency>
227227
<dependency>
228228
<groupId>com.google.code.gson</groupId>
229229
<artifactId>gson</artifactId>
230-
<version>2.12.1</version>
230+
<version>2.13.1</version>
231231
</dependency>
232232
<dependency>
233233
<groupId>com.jayway.jsonpath</groupId>
@@ -247,17 +247,17 @@
247247
<dependency>
248248
<groupId>commons-codec</groupId>
249249
<artifactId>commons-codec</artifactId>
250-
<version>1.17.2</version>
250+
<version>1.18.0</version>
251251
</dependency>
252252
<dependency>
253253
<groupId>commons-jxpath</groupId>
254254
<artifactId>commons-jxpath</artifactId>
255-
<version>1.3</version>
255+
<version>1.4.0</version>
256256
</dependency>
257257
<dependency>
258258
<groupId>org.yaml</groupId>
259259
<artifactId>snakeyaml</artifactId>
260-
<version>2.3</version>
260+
<version>2.4</version>
261261
</dependency>
262262
<dependency>
263263
<groupId>ch.qos.logback</groupId>
@@ -277,7 +277,7 @@
277277
<dependency>
278278
<groupId>net.java.dev.jna</groupId>
279279
<artifactId>jna</artifactId>
280-
<version>5.16.0</version>
280+
<version>5.17.0</version>
281281
</dependency>
282282
<dependency>
283283
<groupId>org.fusesource.jansi</groupId>
@@ -292,7 +292,7 @@
292292
<dependency>
293293
<groupId>org.apache.tika</groupId>
294294
<artifactId>tika-core</artifactId>
295-
<version>3.1.0</version>
295+
<version>3.2.0</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>io.dropwizard.metrics</groupId>
@@ -377,7 +377,7 @@
377377
<dependency>
378378
<groupId>org.junit.jupiter</groupId>
379379
<artifactId>junit-jupiter</artifactId>
380-
<version>5.11.4</version>
380+
<version>5.12.2</version>
381381
<scope>test</scope>
382382
</dependency>
383383
<dependency>
@@ -395,7 +395,7 @@
395395
<dependency>
396396
<groupId>org.mockito</groupId>
397397
<artifactId>mockito-core</artifactId>
398-
<version>5.15.2</version>
398+
<version>5.18.0</version>
399399
<scope>test</scope>
400400
</dependency>
401401
<dependency>
@@ -488,7 +488,7 @@
488488
<plugin>
489489
<groupId>org.apache.maven.plugins</groupId>
490490
<artifactId>maven-compiler-plugin</artifactId>
491-
<version>3.13.0</version>
491+
<version>3.14.0</version>
492492
<configuration>
493493
<debug>true</debug>
494494
<compilerArgument>-Xlint:unchecked</compilerArgument>
@@ -499,7 +499,7 @@
499499
<plugin>
500500
<groupId>org.apache.maven.plugins</groupId>
501501
<artifactId>maven-surefire-plugin</artifactId>
502-
<version>3.5.2</version>
502+
<version>3.5.3</version>
503503
<configuration>
504504
<skipTests>${skipUTs}</skipTests>
505505
<excludes>
@@ -512,7 +512,7 @@
512512
<plugin>
513513
<groupId>org.apache.maven.plugins</groupId>
514514
<artifactId>maven-failsafe-plugin</artifactId>
515-
<version>3.5.2</version>
515+
<version>3.5.3</version>
516516
<configuration>
517517
<skipTests>${skipTests}</skipTests>
518518
<skipITs>${skipITs}</skipITs>
@@ -538,12 +538,12 @@
538538
<plugin>
539539
<groupId>io.fabric8</groupId>
540540
<artifactId>docker-maven-plugin</artifactId>
541-
<version>0.45.1</version>
541+
<version>0.46.0</version>
542542
</plugin>
543543
<plugin>
544544
<groupId>org.graalvm.buildtools</groupId>
545545
<artifactId>native-maven-plugin</artifactId>
546-
<version>0.10.4</version>
546+
<version>0.10.6</version>
547547
</plugin>
548548
<plugin>
549549
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)