You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/05/18 05:57:01 UTC

[creadur-rat] branch dependabot/maven/org.codehaus.plexus-plexus-utils-3.4.2 updated: RAT-290: Upgrade plexus utils to 3.4.2

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

pottlinger pushed a commit to branch dependabot/maven/org.codehaus.plexus-plexus-utils-3.4.2
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.4.2 by this push:
     new e1a82067 RAT-290: Upgrade plexus utils to 3.4.2
e1a82067 is described below

commit e1a82067908a6fa87dc1792b59f3ca28bffec40e
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Wed May 18 07:54:56 2022 +0200

    RAT-290: Upgrade plexus utils to 3.4.2
---
 .../src/test/java/org/apache/rat/mp/util/ExclusionHelperTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache-rat-plugin/src/test/java/org/apache/rat/mp/util/ExclusionHelperTest.java b/apache-rat-plugin/src/test/java/org/apache/rat/mp/util/ExclusionHelperTest.java
index 57532c45..e1fd9c5d 100644
--- a/apache-rat-plugin/src/test/java/org/apache/rat/mp/util/ExclusionHelperTest.java
+++ b/apache-rat-plugin/src/test/java/org/apache/rat/mp/util/ExclusionHelperTest.java
@@ -88,7 +88,7 @@ public class ExclusionHelperTest {
 
     @Test
     public void testAddingPlexusAndScmExclusion() {
-        final int expectedSizeMergedFromPlexusDefaultsAndScm = (38 + SourceCodeManagementSystems.getPluginExclusions().size());
+        final int expectedSizeMergedFromPlexusDefaultsAndScm = (37 + SourceCodeManagementSystems.getPluginExclusions().size());
 
         final Set<String> exclusion = new HashSet<>();
         addPlexusAndScmDefaults(log, false, exclusion);