This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
commit cc892128fb089634af6ac519e09a3512e49f3084 Author: Michael Osipov <[email protected]> AuthorDate: Tue Nov 16 20:50:26 2021 +0100 Upgrade Hamcrest to 2.2 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 77c847f..5d2bcc7 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,7 @@ <antVersion>1.9.16</antVersion> <javaVersion>8</javaVersion> <junitVersion>4.13.2</junitVersion> + <hamcrestVersion>2.2</hamcrestVersion> <maven.site.path>resolver-archives/resolver-ant-tasks-LATEST</maven.site.path> <checkstyle.violation.ignore>LineLength,MagicNumber</checkstyle.violation.ignore> <project.build.outputTimestamp>2021-05-13T18:07:07Z</project.build.outputTimestamp> @@ -225,13 +226,13 @@ <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> - <version>1.3</version> + <version>${hamcrestVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> - <version>1.3</version> + <version>${hamcrestVersion}</version> <scope>test</scope> </dependency> <dependency>
