Skip to content

Commit f0b96ab

Browse files
hazendazeolivelli
authored andcommitted
[MCHECKSTYLE-388] Upgrade dependencies
- Bump build helper plugin to 3.0.0 - Bump junit to 4.13 - Bump plexus-interpolation to 1.26 - Bump plexus-velocity to 1.2 - Bump velocity to 1.7 - Bump commons-collections to 3.2.2 - Bump animal sniffer plugin to 1.18 - Bump plexus-utils to 3.3.0 - Bump jaxb-api to 2.3.1 - Bump l10n plugin to 1.8
1 parent eae07f9 commit f0b96ab

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,17 @@ under the License.
174174
<dependency>
175175
<groupId>org.codehaus.plexus</groupId>
176176
<artifactId>plexus-utils</artifactId>
177-
<version>3.0.24</version>
177+
<version>3.3.0</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>org.codehaus.plexus</groupId>
181181
<artifactId>plexus-interpolation</artifactId>
182-
<version>1.24</version>
182+
<version>1.26</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>org.codehaus.plexus</groupId>
186186
<artifactId>plexus-velocity</artifactId>
187-
<version>1.1.8</version>
187+
<version>1.2</version>
188188
<exclusions>
189189
<exclusion>
190190
<groupId>org.codehaus.plexus</groupId>
@@ -219,19 +219,19 @@ under the License.
219219
<dependency>
220220
<groupId>org.apache.velocity</groupId>
221221
<artifactId>velocity</artifactId>
222-
<version>1.5</version>
222+
<version>1.7</version>
223223
</dependency>
224224
<dependency>
225225
<groupId>commons-collections</groupId>
226226
<artifactId>commons-collections</artifactId>
227-
<version>3.2.1</version>
227+
<version>3.2.2</version>
228228
</dependency>
229229

230230
<!-- test -->
231231
<dependency>
232232
<groupId>junit</groupId>
233233
<artifactId>junit</artifactId>
234-
<version>4.8.2</version>
234+
<version>4.13</version>
235235
<scope>test</scope>
236236
</dependency>
237237
<dependency>
@@ -277,7 +277,7 @@ under the License.
277277
<plugin>
278278
<groupId>org.codehaus.mojo</groupId>
279279
<artifactId>build-helper-maven-plugin</artifactId>
280-
<version>1.9.1</version>
280+
<version>3.0.0</version>
281281
<executions>
282282
<!--
283283
Make the version parts of the maven.compiler.target property
@@ -299,7 +299,7 @@ under the License.
299299
<plugin>
300300
<groupId>org.codehaus.mojo</groupId>
301301
<artifactId>animal-sniffer-maven-plugin</artifactId>
302-
<version>1.16</version>
302+
<version>1.18</version>
303303
<configuration>
304304
<signature>
305305
<groupId>org.codehaus.mojo.signature</groupId>
@@ -363,9 +363,9 @@ under the License.
363363
<!-- can't use this version: parent still uses sourceDirectory -->
364364
</plugin>
365365
<plugin>
366-
<groupId>org.codehaus.mojo</groupId>
366+
<groupId>com.googlecode.l10n-maven-plugin</groupId>
367367
<artifactId>l10n-maven-plugin</artifactId>
368-
<version>1.0-alpha-2</version>
368+
<version>1.8</version>
369369
<configuration>
370370
<excludes>
371371
<exclude>**/log4j.properties</exclude>
@@ -413,7 +413,7 @@ under the License.
413413
<dependency>
414414
<groupId>javax.xml.bind</groupId>
415415
<artifactId>jaxb-api</artifactId>
416-
<version>2.3.0</version>
416+
<version>2.3.1</version>
417417
</dependency>
418418
</dependencies>
419419
</profile>

0 commit comments

Comments
 (0)