Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit fb0ff45

Browse files
committed
Update dependencies and plugins
1 parent 1f10039 commit fb0ff45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
<sonar.core.codeCoveragePlugin>cobertura</sonar.core.codeCoveragePlugin>
6868
<!-- force sonar to reuse reports generated during build cycle -->
6969
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
70-
<mockserver.version>3.11</mockserver.version>
70+
<mockserver.version>5.3.0</mockserver.version>
7171
</properties>
7272

7373
<dependencies>
7474

7575
<dependency>
7676
<groupId>commons-io</groupId>
7777
<artifactId>commons-io</artifactId>
78-
<version>2.5</version>
78+
<version>2.6</version>
7979
</dependency>
8080

8181
<dependency>
@@ -94,19 +94,19 @@
9494
<dependency>
9595
<groupId>com.fasterxml.jackson.core</groupId>
9696
<artifactId>jackson-databind</artifactId>
97-
<version>2.9.1</version>
97+
<version>2.9.4</version>
9898
</dependency>
9999

100100
<dependency>
101101
<groupId>org.apache.tika</groupId>
102102
<artifactId>tika-core</artifactId>
103-
<version>1.12</version>
103+
<version>1.17</version>
104104
</dependency>
105105

106106
<dependency>
107107
<groupId>com.google.guava</groupId>
108108
<artifactId>guava</artifactId>
109-
<version>20.0</version>
109+
<version>24.0-android</version>
110110
</dependency>
111111

112112
<!-- Spock testing framework for all kinds of tests LICENSE: Apache 2.0 according to http://code.google.com/p/spock/ -->
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>cglib</groupId>
122122
<artifactId>cglib-nodep</artifactId>
123-
<version>3.2.5</version>
123+
<version>3.2.6</version>
124124
<scope>test</scope>
125125
</dependency>
126126

0 commit comments

Comments
 (0)