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-doxia.git
commit 6538b6e2c1757700ca9628ac22c7febb7c53135c Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Jun 12 10:01:06 2022 +0200 [DOXIA-658] Upgrade test dependencies --- doxia-core/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml index 8a9f7154..09f8522a 100644 --- a/doxia-core/pom.xml +++ b/doxia-core/pom.xml @@ -75,7 +75,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> <dependency> diff --git a/pom.xml b/pom.xml index 1bef0c3b..5fe49494 100644 --- a/pom.xml +++ b/pom.xml @@ -190,7 +190,7 @@ under the License. <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> - <version>4.2.2</version> + <version>4.2.3</version> <classifier>no_aop</classifier> </dependency> <dependency>