You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/02/02 20:52:23 UTC

[maven-checkstyle-plugin] 01/01: Bump plexus-velocity from 1.2 to 1.3, plexus-resources from 1.1.0 to 1.2.0

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/org.codehaus.plexus-plexus-velocity-1.3
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 9dce511bd4bd58f3b3ff051083d8f5101f6c9bcc
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Nov 30 02:32:58 2021 +0100

    Bump plexus-velocity from 1.2 to 1.3, plexus-resources from 1.1.0 to 1.2.0
---
 pom.xml | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index e042d9e..648da1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,13 +151,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-resources</artifactId>
-      <version>1.1.0</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>plexus-container-default</artifactId>
-          <groupId>org.codehaus.plexus</groupId>
-        </exclusion>
-      </exclusions>
+      <version>1.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -172,20 +166,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
-      <version>1.2</version>
+      <version>1.3</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>
-        <exclusion>
-          <groupId>velocity</groupId>
-          <artifactId>velocity</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>