Skip to content

Commit

Permalink
Merge pull request #32 from apache/update
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
elharo committed Mar 1, 2020
2 parents 2284376 + 6e16af8 commit db1cb20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ out/
/bootstrap
/dependencies.xml
.java-version
.checkstyle

12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ under the License.
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>7.2</version>
<version>7.3.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -175,7 +175,7 @@ under the License.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>

<!-- doxia -->
Expand All @@ -199,7 +199,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.1.0</version>
<version>4.2.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -220,7 +220,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>

<!-- shared -->
Expand Down Expand Up @@ -284,7 +284,7 @@ under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -309,7 +309,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
<version>1.24</version>
<version>1.26</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit db1cb20

Please sign in to comment.