You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2022/05/06 15:02:16 UTC

[maven-pmd-plugin] branch master updated: Bump commons-io from 2.6 to 2.7 in /src/it/MPMD-318-auxclasspath-includeTests/module-a (#65)

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

adangel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6474abe  Bump commons-io from 2.6 to 2.7 in /src/it/MPMD-318-auxclasspath-includeTests/module-a (#65)
6474abe is described below

commit 6474abe37b0accadb986bf3e7b7706b7b9fe2077
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 6 17:02:12 2022 +0200

    Bump commons-io from 2.6 to 2.7 in /src/it/MPMD-318-auxclasspath-includeTests/module-a (#65)
    
    * Bump commons-io in /src/it/MPMD-318-auxclasspath-includeTests/module-a
    
    Bumps commons-io from 2.6 to 2.7.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Andreas Dangel <ad...@apache.org>
---
 src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml | 2 +-
 src/it/MPMD-318-auxclasspath-includeTests/verify.groovy    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml b/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml
index 0250bdb..9b4fba4 100644
--- a/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml
+++ b/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml
@@ -46,7 +46,7 @@ under the License.
     <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
         <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy b/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy
index 4190e39..7df6a7c 100644
--- a/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy
+++ b/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy
@@ -41,4 +41,4 @@ assert 2 == auxclasspathLog.count( 'org/apache/commons/commons-lang3/3.8.1/commo
 // provided
 assert 2 == auxclasspathLog.count( 'javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar' )
 // test
-assert 2 == auxclasspathLog.count( 'commons-io/commons-io/2.6/commons-io-2.6.jar' )
+assert 2 == auxclasspathLog.count( 'commons-io/commons-io/2.7/commons-io-2.7.jar' )