Skip to content

Commit c0751f1

Browse files
committed
Update of dependency libraries versions
1 parent 475d1a4 commit c0751f1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,32 +38,32 @@
3838
<dependency>
3939
<groupId>com.fasterxml.jackson.core</groupId>
4040
<artifactId>jackson-annotations</artifactId>
41-
<version>2.8.6</version>
41+
<version>2.10.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.fasterxml.jackson.core</groupId>
4545
<artifactId>jackson-core</artifactId>
46-
<version>2.8.6</version>
46+
<version>2.10.1</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.fasterxml.jackson.core</groupId>
5050
<artifactId>jackson-databind</artifactId>
51-
<version>2.8.6</version>
51+
<version>2.10.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>javax.xml.bind</groupId>
5555
<artifactId>jaxb-api</artifactId>
56-
<version>2.2.11</version>
56+
<version>2.3.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.sun.xml.bind</groupId>
6060
<artifactId>jaxb-impl</artifactId>
61-
<version>2.2.11</version>
61+
<version>2.3.6</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.sun.xml.bind</groupId>
6565
<artifactId>jaxb-core</artifactId>
66-
<version>2.2.11</version>
66+
<version>2.3.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.httpcomponents</groupId>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>commons-io</groupId>
7575
<artifactId>commons-io</artifactId>
76-
<version>2.5</version>
76+
<version>2.11.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>javax.servlet</groupId>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>junit</groupId>
8686
<artifactId>junit</artifactId>
87-
<version>4.11</version>
87+
<version>4.13.2</version>
8888
<scope>test</scope>
8989
</dependency>
9090
</dependencies>

0 commit comments

Comments
 (0)