Skip to content

Commit d0e6f78

Browse files
authored
Merge pull request #6 from apache/latest
update hamcrest and aether
2 parents 305be60 + 97d31f9 commit d0e6f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ under the License.
119119
<!-- org.sonatype.aether.util.artifact.SubArtifact -->
120120
<groupId>org.sonatype.aether</groupId>
121121
<artifactId>aether-util</artifactId>
122-
<version>1.7</version>
122+
<version>1.13.1</version>
123123
<optional>true</optional>
124124
</dependency>
125125
<dependency>
@@ -142,7 +142,7 @@ under the License.
142142
<dependency>
143143
<groupId>org.hamcrest</groupId>
144144
<artifactId>hamcrest-core</artifactId>
145-
<version>1.3</version>
145+
<version>2.2</version>
146146
<scope>test</scope>
147147
</dependency>
148148
</dependencies>

0 commit comments

Comments
 (0)