diff options
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r-- | nsh/impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 1d7d08d08..958d024d6 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -29,7 +29,7 @@ <packaging>bundle</packaging> <properties> - <guice.version>4.1.0</guice.version> + <guice.version>4.2.2</guice.version> <guice.config.version>1.2.0</guice.config.version> </properties> @@ -62,7 +62,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> |