This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MSHARED-484 in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git
commit 5d038ffa46151a8f855911d8041f9247dc347890 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun May 3 14:24:14 2020 +0200 [MSHARED-484] Upgrade plexus-digest from 1.0 to 1.1 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 72de993..14aa087 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,13 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-digest</artifactId> - <version>1.0</version> + <version>1.1</version> + </dependency> + <dependency> + <groupId>org.sonatype.sisu</groupId> + <artifactId>sisu-inject-plexus</artifactId> + <version>1.4.2</version><!-- Maven 3.0.0 --> + <scope>test</scope> </dependency> <dependency>