This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch latest in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git
commit 97d31f99bdfdb8a3b8f7fa90a08d96935fc5875f Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sun Apr 12 10:41:04 2020 -0400 update hamcrest and aether --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d33b7ea..a84513a 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ under the License. <!-- org.sonatype.aether.util.artifact.SubArtifact --> <groupId>org.sonatype.aether</groupId> <artifactId>aether-util</artifactId> - <version>1.7</version> + <version>1.13.1</version> <optional>true</optional> </dependency> <dependency> @@ -142,7 +142,7 @@ under the License. <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> - <version>1.3</version> + <version>2.2</version> <scope>test</scope> </dependency> </dependencies>