This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MCOMPILER-377 in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit ccf4858ef094aa6cbc620440abe255c2a2812c6f Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sat Mar 23 21:14:50 2019 +0100 [MCOMPILER-377] - Upgrade plexus-java to 1.0.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9cfafa..298848a 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-java</artifactId> - <version>0.9.10</version> + <version>1.0.3</version> </dependency> <dependency>
