@@ -174,17 +174,17 @@ under the License.
174
174
<dependency >
175
175
<groupId >org.codehaus.plexus</groupId >
176
176
<artifactId >plexus-utils</artifactId >
177
- <version >3.0.24 </version >
177
+ <version >3.3.0 </version >
178
178
</dependency >
179
179
<dependency >
180
180
<groupId >org.codehaus.plexus</groupId >
181
181
<artifactId >plexus-interpolation</artifactId >
182
- <version >1.24 </version >
182
+ <version >1.26 </version >
183
183
</dependency >
184
184
<dependency >
185
185
<groupId >org.codehaus.plexus</groupId >
186
186
<artifactId >plexus-velocity</artifactId >
187
- <version >1.1.8 </version >
187
+ <version >1.2 </version >
188
188
<exclusions >
189
189
<exclusion >
190
190
<groupId >org.codehaus.plexus</groupId >
@@ -219,19 +219,19 @@ under the License.
219
219
<dependency >
220
220
<groupId >org.apache.velocity</groupId >
221
221
<artifactId >velocity</artifactId >
222
- <version >1.5 </version >
222
+ <version >1.7 </version >
223
223
</dependency >
224
224
<dependency >
225
225
<groupId >commons-collections</groupId >
226
226
<artifactId >commons-collections</artifactId >
227
- <version >3.2.1 </version >
227
+ <version >3.2.2 </version >
228
228
</dependency >
229
229
230
230
<!-- test -->
231
231
<dependency >
232
232
<groupId >junit</groupId >
233
233
<artifactId >junit</artifactId >
234
- <version >4.8.2 </version >
234
+ <version >4.13 </version >
235
235
<scope >test</scope >
236
236
</dependency >
237
237
<dependency >
@@ -277,7 +277,7 @@ under the License.
277
277
<plugin >
278
278
<groupId >org.codehaus.mojo</groupId >
279
279
<artifactId >build-helper-maven-plugin</artifactId >
280
- <version >1.9.1 </version >
280
+ <version >3.0.0 </version >
281
281
<executions >
282
282
<!--
283
283
Make the version parts of the maven.compiler.target property
@@ -299,7 +299,7 @@ under the License.
299
299
<plugin >
300
300
<groupId >org.codehaus.mojo</groupId >
301
301
<artifactId >animal-sniffer-maven-plugin</artifactId >
302
- <version >1.16 </version >
302
+ <version >1.18 </version >
303
303
<configuration >
304
304
<signature >
305
305
<groupId >org.codehaus.mojo.signature</groupId >
@@ -363,9 +363,9 @@ under the License.
363
363
<!-- can't use this version: parent still uses sourceDirectory -->
364
364
</plugin >
365
365
<plugin >
366
- <groupId >org.codehaus.mojo </groupId >
366
+ <groupId >com.googlecode.l10n-maven-plugin </groupId >
367
367
<artifactId >l10n-maven-plugin</artifactId >
368
- <version >1.0-alpha-2 </version >
368
+ <version >1.8 </version >
369
369
<configuration >
370
370
<excludes >
371
371
<exclude >**/log4j.properties</exclude >
@@ -413,7 +413,7 @@ under the License.
413
413
<dependency >
414
414
<groupId >javax.xml.bind</groupId >
415
415
<artifactId >jaxb-api</artifactId >
416
- <version >2.3.0 </version >
416
+ <version >2.3.1 </version >
417
417
</dependency >
418
418
</dependencies >
419
419
</profile >
0 commit comments