Skip to content

Commit db1cb20

Browse files
authored
Merge pull request #32 from apache/update
update dependencies
2 parents 2284376 + 6e16af8 commit db1cb20

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ out/
1313
/bootstrap
1414
/dependencies.xml
1515
.java-version
16+
.checkstyle
17+

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ under the License.
102102
<dependency>
103103
<groupId>org.ow2.asm</groupId>
104104
<artifactId>asm</artifactId>
105-
<version>7.2</version>
105+
<version>7.3.1</version>
106106
</dependency>
107107
</dependencies>
108108
</dependencyManagement>
@@ -175,7 +175,7 @@ under the License.
175175
<dependency>
176176
<groupId>commons-io</groupId>
177177
<artifactId>commons-io</artifactId>
178-
<version>2.5</version>
178+
<version>2.6</version>
179179
</dependency>
180180

181181
<!-- doxia -->
@@ -199,7 +199,7 @@ under the License.
199199
<dependency>
200200
<groupId>org.codehaus.plexus</groupId>
201201
<artifactId>plexus-archiver</artifactId>
202-
<version>4.1.0</version>
202+
<version>4.2.2</version>
203203
</dependency>
204204
<dependency>
205205
<groupId>org.codehaus.plexus</groupId>
@@ -220,7 +220,7 @@ under the License.
220220
<dependency>
221221
<groupId>org.codehaus.plexus</groupId>
222222
<artifactId>plexus-io</artifactId>
223-
<version>3.1.0</version>
223+
<version>3.2.0</version>
224224
</dependency>
225225

226226
<!-- shared -->
@@ -284,7 +284,7 @@ under the License.
284284
<dependency>
285285
<groupId>junit</groupId>
286286
<artifactId>junit</artifactId>
287-
<version>4.11</version>
287+
<version>4.13</version>
288288
<scope>test</scope>
289289
</dependency>
290290
<dependency>
@@ -309,7 +309,7 @@ under the License.
309309
<dependency>
310310
<groupId>org.codehaus.plexus</groupId>
311311
<artifactId>plexus-interpolation</artifactId>
312-
<version>1.24</version>
312+
<version>1.26</version>
313313
<scope>test</scope>
314314
</dependency>
315315

0 commit comments

Comments
 (0)