This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
The following commit(s) were added to refs/heads/deps by this push: new dac4381 Bump plexus-i18n from 1.0-beta-7 to 1.0-beta-10 dac4381 is described below commit dac4381a68f49a8d728093b3fc402d1eb7f258c2 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Wed Nov 25 12:43:24 2020 +0100 Bump plexus-i18n from 1.0-beta-7 to 1.0-beta-10 --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 95fe840..ca2f9d1 100644 --- a/pom.xml +++ b/pom.xml @@ -207,14 +207,10 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-i18n</artifactId> - <version>1.0-beta-7</version> + <version>1.0-beta-10</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - </exclusion> - <exclusion> - <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-api</artifactId> </exclusion> </exclusions>