This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit a4017f6426729d8dfd68088401346f2b05cd77e3 Author: Volkan Yazıcı <vol...@yazi.ci> AuthorDate: Sun Oct 24 21:28:25 2021 +0200 Upgrade from hamcrest-all:1.3 to hamcrest:2.2. --- log4j-1.2-api/pom.xml | 2 +- log4j-api/pom.xml | 2 +- log4j-cassandra/pom.xml | 2 +- log4j-core-its/pom.xml | 2 +- log4j-core/pom.xml | 2 +- log4j-csv/pom.xml | 2 +- log4j-flume-ng/pom.xml | 2 +- log4j-gctests/pom.xml | 2 +- log4j-iostreams/pom.xml | 2 +- log4j-jcl/pom.xml | 2 +- log4j-jdbc-dbcp2/pom.xml | 2 +- log4j-jdbc/pom.xml | 2 +- log4j-jeromq/pom.xml | 2 +- log4j-jms/pom.xml | 2 +- log4j-jpa/pom.xml | 2 +- log4j-jpl/pom.xml | 2 +- log4j-jul/pom.xml | 2 +- log4j-kafka/pom.xml | 2 +- log4j-kubernetes/pom.xml | 2 +- log4j-layout-jackson-json/pom.xml | 2 +- log4j-layout-jackson-xml/pom.xml | 2 +- log4j-layout-jackson-yaml/pom.xml | 2 +- log4j-liquibase/pom.xml | 2 +- log4j-mongodb3/pom.xml | 2 +- log4j-mongodb4/pom.xml | 2 +- log4j-osgi/pom.xml | 2 +- log4j-plugins/pom.xml | 2 +- log4j-redis/pom.xml | 2 +- log4j-slf4j-impl/pom.xml | 2 +- log4j-slf4j18-impl/pom.xml | 2 +- log4j-smtp/pom.xml | 2 +- log4j-spring-boot/pom.xml | 2 +- log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml | 2 +- log4j-taglib/pom.xml | 2 +- log4j-to-slf4j/pom.xml | 2 +- log4j-web/pom.xml | 2 +- pom.xml | 4 ++-- 37 files changed, 38 insertions(+), 38 deletions(-) diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml index 0679ce9..f8e0372 100644 --- a/log4j-1.2-api/pom.xml +++ b/log4j-1.2-api/pom.xml @@ -45,7 +45,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml index 767aebe..526e1a4 100644 --- a/log4j-api/pom.xml +++ b/log4j-api/pom.xml @@ -71,7 +71,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-cassandra/pom.xml b/log4j-cassandra/pom.xml index 20c8a29..074f2dd 100644 --- a/log4j-cassandra/pom.xml +++ b/log4j-cassandra/pom.xml @@ -63,7 +63,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml index a4dcc7e..e695ca3 100644 --- a/log4j-core-its/pom.xml +++ b/log4j-core-its/pom.xml @@ -154,7 +154,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <!-- Useful mock classes and utilities --> diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index 43286d4..e28fb71 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -178,7 +178,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-csv/pom.xml b/log4j-csv/pom.xml index db61709..5903d45 100644 --- a/log4j-csv/pom.xml +++ b/log4j-csv/pom.xml @@ -49,7 +49,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml index 184200b..053ff9a 100644 --- a/log4j-flume-ng/pom.xml +++ b/log4j-flume-ng/pom.xml @@ -78,7 +78,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-gctests/pom.xml b/log4j-gctests/pom.xml index 6ca88c3..7422bb8 100644 --- a/log4j-gctests/pom.xml +++ b/log4j-gctests/pom.xml @@ -182,7 +182,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <!-- Mocking framework for use with JUnit --> diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml index 0f3d8bb..3e78ee3 100644 --- a/log4j-iostreams/pom.xml +++ b/log4j-iostreams/pom.xml @@ -64,7 +64,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml index a459df2..d939730 100644 --- a/log4j-jcl/pom.xml +++ b/log4j-jcl/pom.xml @@ -45,7 +45,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-jdbc-dbcp2/pom.xml b/log4j-jdbc-dbcp2/pom.xml index 462f407..c4261f8 100644 --- a/log4j-jdbc-dbcp2/pom.xml +++ b/log4j-jdbc-dbcp2/pom.xml @@ -55,7 +55,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-jdbc/pom.xml b/log4j-jdbc/pom.xml index 1ffb166..4869a6e 100644 --- a/log4j-jdbc/pom.xml +++ b/log4j-jdbc/pom.xml @@ -45,7 +45,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-jeromq/pom.xml b/log4j-jeromq/pom.xml index 33d3832..a6e57d1 100644 --- a/log4j-jeromq/pom.xml +++ b/log4j-jeromq/pom.xml @@ -50,7 +50,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-jms/pom.xml b/log4j-jms/pom.xml index 1566d65..3ba96fb 100644 --- a/log4j-jms/pom.xml +++ b/log4j-jms/pom.xml @@ -52,7 +52,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-jpa/pom.xml b/log4j-jpa/pom.xml index b92cd57..9df024e 100644 --- a/log4j-jpa/pom.xml +++ b/log4j-jpa/pom.xml @@ -59,7 +59,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-jpl/pom.xml b/log4j-jpl/pom.xml index b7c1b58..ee2e758 100644 --- a/log4j-jpl/pom.xml +++ b/log4j-jpl/pom.xml @@ -58,7 +58,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml index 2b28f71..f025d8b 100644 --- a/log4j-jul/pom.xml +++ b/log4j-jul/pom.xml @@ -53,7 +53,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-kafka/pom.xml b/log4j-kafka/pom.xml index 6b41781..4d7b1e8 100644 --- a/log4j-kafka/pom.xml +++ b/log4j-kafka/pom.xml @@ -50,7 +50,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-kubernetes/pom.xml b/log4j-kubernetes/pom.xml index 6e6c2b6..8e348a1 100644 --- a/log4j-kubernetes/pom.xml +++ b/log4j-kubernetes/pom.xml @@ -58,7 +58,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> </dependencies> diff --git a/log4j-layout-jackson-json/pom.xml b/log4j-layout-jackson-json/pom.xml index 29bbbe4..c73d2cc 100644 --- a/log4j-layout-jackson-json/pom.xml +++ b/log4j-layout-jackson-json/pom.xml @@ -62,7 +62,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-layout-jackson-xml/pom.xml b/log4j-layout-jackson-xml/pom.xml index 65f3cda..5c63f23 100644 --- a/log4j-layout-jackson-xml/pom.xml +++ b/log4j-layout-jackson-xml/pom.xml @@ -55,7 +55,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-layout-jackson-yaml/pom.xml b/log4j-layout-jackson-yaml/pom.xml index 1893c9d..1a811e9 100644 --- a/log4j-layout-jackson-yaml/pom.xml +++ b/log4j-layout-jackson-yaml/pom.xml @@ -50,7 +50,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-liquibase/pom.xml b/log4j-liquibase/pom.xml index f648761..12d2e57 100644 --- a/log4j-liquibase/pom.xml +++ b/log4j-liquibase/pom.xml @@ -74,7 +74,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> </dependencies> diff --git a/log4j-mongodb3/pom.xml b/log4j-mongodb3/pom.xml index 2d4e877..9c13f59 100644 --- a/log4j-mongodb3/pom.xml +++ b/log4j-mongodb3/pom.xml @@ -63,7 +63,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-mongodb4/pom.xml b/log4j-mongodb4/pom.xml index e6d40d2..408044d 100644 --- a/log4j-mongodb4/pom.xml +++ b/log4j-mongodb4/pom.xml @@ -63,7 +63,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml index 4e8f17a..9e4c2ee 100644 --- a/log4j-osgi/pom.xml +++ b/log4j-osgi/pom.xml @@ -63,7 +63,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-plugins/pom.xml b/log4j-plugins/pom.xml index a78d381..1d5a912 100644 --- a/log4j-plugins/pom.xml +++ b/log4j-plugins/pom.xml @@ -71,7 +71,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> </dependencies> diff --git a/log4j-redis/pom.xml b/log4j-redis/pom.xml index e5b1fce..577de01 100644 --- a/log4j-redis/pom.xml +++ b/log4j-redis/pom.xml @@ -51,7 +51,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml index 234d1f2..50c324c 100644 --- a/log4j-slf4j-impl/pom.xml +++ b/log4j-slf4j-impl/pom.xml @@ -94,7 +94,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> </dependencies> diff --git a/log4j-slf4j18-impl/pom.xml b/log4j-slf4j18-impl/pom.xml index 87564a4..3aadce8 100644 --- a/log4j-slf4j18-impl/pom.xml +++ b/log4j-slf4j18-impl/pom.xml @@ -94,7 +94,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> </dependencies> diff --git a/log4j-smtp/pom.xml b/log4j-smtp/pom.xml index 52a6e45..18ccb7a 100644 --- a/log4j-smtp/pom.xml +++ b/log4j-smtp/pom.xml @@ -50,7 +50,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-spring-boot/pom.xml b/log4j-spring-boot/pom.xml index 575dc15..debd8cc 100644 --- a/log4j-spring-boot/pom.xml +++ b/log4j-spring-boot/pom.xml @@ -71,7 +71,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml index 84eb722..b3d377d 100644 --- a/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml +++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml @@ -70,7 +70,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml index ba14d36..b1b4b4a 100644 --- a/log4j-taglib/pom.xml +++ b/log4j-taglib/pom.xml @@ -77,7 +77,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml index 235bd31..9d2dbf2 100644 --- a/log4j-to-slf4j/pom.xml +++ b/log4j-to-slf4j/pom.xml @@ -69,7 +69,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> </dependencies> diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml index 335eb1c..a661227 100644 --- a/log4j-web/pom.xml +++ b/log4j-web/pom.xml @@ -67,7 +67,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> diff --git a/pom.xml b/pom.xml index 160a87d..d756773 100644 --- a/pom.xml +++ b/pom.xml @@ -748,8 +748,8 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>1.3</version> + <artifactId>hamcrest</artifactId> + <version>2.2</version> <scope>test</scope> </dependency> <dependency>