You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/10/18 07:51:13 UTC

svn commit: r1632726 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: krosenvold
Date: Sat Oct 18 05:51:13 2014
New Revision: 1632726

URL: http://svn.apache.org/r1632726
Log:
[MCHECKSTYLE-254] Updated p-i to avoid thread safety issues

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1632726&r1=1632725&r2=1632726&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sat Oct 18 05:51:13 2014
@@ -178,7 +178,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.19</version>
+      <version>1.21</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>