This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new df0a705 Start migration to JUnit 5. df0a705 is described below commit df0a7056d1e684c8a22c2ddb99f9bf3b82db8cbf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 26 12:23:12 2021 -0500 Start migration to JUnit 5. --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 27355b0..98ce584 100644 --- a/pom.xml +++ b/pom.xml @@ -88,15 +88,15 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <dependencies> <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest</artifactId> - <version>2.2</version> + <groupId>org.junit.vintage</groupId> + <artifactId>junit-vintage-engine</artifactId> + <version>5.8.2</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.13.2</version> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest</artifactId> + <version>2.2</version> <scope>test</scope> </dependency> <dependency>