This repository was archived by the owner on Jul 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 67
67
<sonar .core.codeCoveragePlugin>cobertura</sonar .core.codeCoveragePlugin>
68
68
<!-- force sonar to reuse reports generated during build cycle -->
69
69
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
70
- <mockserver .version>3.11 </mockserver .version>
70
+ <mockserver .version>5.3.0 </mockserver .version>
71
71
</properties >
72
72
73
73
<dependencies >
74
74
75
75
<dependency >
76
76
<groupId >commons-io</groupId >
77
77
<artifactId >commons-io</artifactId >
78
- <version >2.5 </version >
78
+ <version >2.6 </version >
79
79
</dependency >
80
80
81
81
<dependency >
94
94
<dependency >
95
95
<groupId >com.fasterxml.jackson.core</groupId >
96
96
<artifactId >jackson-databind</artifactId >
97
- <version >2.9.1 </version >
97
+ <version >2.9.4 </version >
98
98
</dependency >
99
99
100
100
<dependency >
101
101
<groupId >org.apache.tika</groupId >
102
102
<artifactId >tika-core</artifactId >
103
- <version >1.12 </version >
103
+ <version >1.17 </version >
104
104
</dependency >
105
105
106
106
<dependency >
107
107
<groupId >com.google.guava</groupId >
108
108
<artifactId >guava</artifactId >
109
- <version >20.0 </version >
109
+ <version >24.0-android </version >
110
110
</dependency >
111
111
112
112
<!-- Spock testing framework for all kinds of tests LICENSE: Apache 2.0 according to http://code.google.com/p/spock/ -->
120
120
<dependency >
121
121
<groupId >cglib</groupId >
122
122
<artifactId >cglib-nodep</artifactId >
123
- <version >3.2.5 </version >
123
+ <version >3.2.6 </version >
124
124
<scope >test</scope >
125
125
</dependency >
126
126
You can’t perform that action at this time.
0 commit comments