Skip to content

Commit 5cf623a

Browse files
Merge pull request #12 from marksreeves/update-dependencies
Update dependencies
2 parents 87c52a7 + 6a36562 commit 5cf623a

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
<properties>
1414
<surefireArgLine />
15-
<surefire.version>2.20</surefire.version>
16-
<maven.compiler.target>1.7</maven.compiler.target>
17-
<maven.compiler.source>1.7</maven.compiler.source>
15+
<surefire.version>2.22.0</surefire.version>
16+
<maven.compiler.target>1.8</maven.compiler.target>
17+
<maven.compiler.source>1.8</maven.compiler.source>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<stagingBaseUrl>https://oss.sonatype.org/</stagingBaseUrl>
2020
<stagingUrl>${stagingBaseUrl}service/local/staging/deploy/maven2/</stagingUrl>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.apache.commons</groupId>
108108
<artifactId>commons-lang3</artifactId>
109-
<version>3.4</version>
109+
<version>3.8</version>
110110
<type>jar</type>
111111
</dependency>
112112
<dependency>
@@ -155,12 +155,12 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-site-plugin</artifactId>
158-
<version>3.4</version>
158+
<version>3.7.1</version>
159159
<dependencies>
160160
<dependency>
161161
<groupId>org.apache.maven.doxia</groupId>
162162
<artifactId>doxia-module-markdown</artifactId>
163-
<version>1.6</version>
163+
<version>1.8</version>
164164
</dependency>
165165
</dependencies>
166166
<executions>
@@ -195,13 +195,13 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-compiler-plugin</artifactId>
198-
<version>3.3</version>
198+
<version>3.8.0</version>
199199
</plugin>
200200

201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-javadoc-plugin</artifactId>
204-
<version>2.10.3</version>
204+
<version>3.0.1</version>
205205
<configuration>
206206
<archive>
207207
<manifestEntries>
@@ -230,12 +230,12 @@
230230
<plugin>
231231
<groupId>org.apache.maven.plugins</groupId>
232232
<artifactId>maven-site-plugin</artifactId>
233-
<version>3.4</version>
233+
<version>3.7.1</version>
234234
<dependencies>
235235
<dependency>
236236
<groupId>org.apache.maven.doxia</groupId>
237237
<artifactId>doxia-module-markdown</artifactId>
238-
<version>1.6</version>
238+
<version>1.8</version>
239239
</dependency>
240240
</dependencies>
241241
<executions>
@@ -251,7 +251,7 @@
251251
<plugin>
252252
<groupId>org.apache.maven.plugins</groupId>
253253
<artifactId>maven-enforcer-plugin</artifactId>
254-
<version>1.4.1</version>
254+
<version>3.0.0-M2</version>
255255
<executions>
256256
<execution>
257257
<id>enforce-require-property-diverges</id>
@@ -272,7 +272,7 @@
272272
<dependency>
273273
<groupId>org.codehaus.mojo</groupId>
274274
<artifactId>extra-enforcer-rules</artifactId>
275-
<version>1.0-beta-6</version>
275+
<version>1.0-beta-9</version>
276276
</dependency>
277277
</dependencies>
278278
</plugin>
@@ -289,7 +289,7 @@
289289
</dependency>
290290
</dependencies>
291291
</plugin>
292-
292+
293293
</plugins>
294294
</build>
295295

@@ -310,7 +310,7 @@
310310
<plugin>
311311
<groupId>org.apache.maven.plugins</groupId>
312312
<artifactId>maven-source-plugin</artifactId>
313-
<version>2.4</version>
313+
<version>3.0.1</version>
314314
<configuration>
315315
<archive>
316316
<manifestEntries>

qa-parent/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-checkstyle-plugin</artifactId>
46-
<version>2.17</version>
46+
<version>3.0.0</version>
4747
<configuration>
4848
<configLocation>bordertech/checkstyle.xml</configLocation>
4949
<consoleOutput>true</consoleOutput>
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.jacoco</groupId>
129129
<artifactId>jacoco-maven-plugin</artifactId>
130-
<version>0.7.5.201505241946</version>
130+
<version>0.8.2</version>
131131
<executions>
132132
<!-- Prepare jacco agent. -->
133133
<execution>
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-project-info-reports-plugin</artifactId>
204-
<version>2.8.1</version>
204+
<version>3.0.0</version>
205205
<reportSets>
206206
<reportSet>
207207
<reports>
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.apache.maven.plugins</groupId>
239239
<artifactId>maven-javadoc-plugin</artifactId>
240-
<version>2.10.3</version>
240+
<version>3.0.1</version>
241241
<configuration>
242242
<charset>UTF-8</charset>
243243
<encoding>UTF-8</encoding>
@@ -284,7 +284,7 @@
284284
<plugin>
285285
<groupId>org.apache.maven.plugins</groupId>
286286
<artifactId>maven-checkstyle-plugin</artifactId>
287-
<version>2.17</version>
287+
<version>3.0.0</version>
288288
<configuration>
289289
<skip>false</skip>
290290
<configLocation>bordertech/checkstyle.xml</configLocation>
@@ -306,7 +306,7 @@
306306
<plugin>
307307
<groupId>org.apache.maven.plugins</groupId>
308308
<artifactId>maven-pmd-plugin</artifactId>
309-
<version>3.5</version>
309+
<version>3.10.0</version>
310310
<configuration>
311311
<skip>false</skip>
312312
<aggregate>true</aggregate>
@@ -328,7 +328,7 @@
328328
<plugin>
329329
<groupId>org.codehaus.mojo</groupId>
330330
<artifactId>findbugs-maven-plugin</artifactId>
331-
<version>3.0.3</version>
331+
<version>3.0.5</version>
332332
<configuration>
333333
<skip>false</skip>
334334
<effort>Max</effort>

0 commit comments

Comments
 (0)