Skip to content

Commit 9fe45b3

Browse files
committed
Various dependency updates
1 parent b4b11f9 commit 9fe45b3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

jsonschema2pojo-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>org.apache.johnzon</groupId>
193193
<artifactId>johnzon-jsonb</artifactId>
194-
<version>1.2.19</version>
194+
<version>1.2.21</version>
195195
<scope>test</scope>
196196
</dependency>
197197
<dependency>

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</plugin>
103103
<plugin>
104104
<artifactId>maven-javadoc-plugin</artifactId>
105-
<version>3.5.0</version>
105+
<version>3.10.0</version>
106106
</plugin>
107107
<plugin>
108108
<artifactId>maven-plugin-plugin</artifactId>
@@ -358,13 +358,13 @@
358358
<dependency>
359359
<groupId>commons-codec</groupId>
360360
<artifactId>commons-codec</artifactId>
361-
<version>1.15</version>
361+
<version>1.17.1</version>
362362
<scope>test</scope>
363363
</dependency>
364364
<dependency>
365365
<groupId>commons-io</groupId>
366366
<artifactId>commons-io</artifactId>
367-
<version>2.11.0</version>
367+
<version>2.17.0</version>
368368
</dependency>
369369
<dependency>
370370
<groupId>commons-lang</groupId>
@@ -374,12 +374,12 @@
374374
<dependency>
375375
<groupId>org.apache.commons</groupId>
376376
<artifactId>commons-text</artifactId>
377-
<version>1.10.0</version>
377+
<version>1.12.0</version>
378378
</dependency>
379379
<dependency>
380380
<groupId>org.apache.commons</groupId>
381381
<artifactId>commons-lang3</artifactId>
382-
<version>3.12.0</version>
382+
<version>3.17.0</version>
383383
</dependency>
384384
<dependency>
385385
<groupId>javax.annotation</groupId>
@@ -399,7 +399,7 @@
399399
<dependency>
400400
<groupId>joda-time</groupId>
401401
<artifactId>joda-time</artifactId>
402-
<version>2.12.2</version>
402+
<version>2.13.0</version>
403403
</dependency>
404404
<dependency>
405405
<groupId>junit</groupId>
@@ -436,7 +436,7 @@
436436
<dependency>
437437
<groupId>org.apache.ant</groupId>
438438
<artifactId>ant</artifactId>
439-
<version>1.10.13</version>
439+
<version>1.10.15</version>
440440
</dependency>
441441
<dependency>
442442
<groupId>org.apache.bval</groupId>
@@ -512,7 +512,7 @@
512512
<dependency>
513513
<groupId>org.skyscreamer</groupId>
514514
<artifactId>jsonassert</artifactId>
515-
<version>1.5.1</version>
515+
<version>1.5.3</version>
516516
<scope>test</scope>
517517
</dependency>
518518
</dependencies>

0 commit comments

Comments
 (0)