This is an automated email from the ASF dual-hosted git repository.
sjaranowski 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 41d5069 Bump org.apache.commons:commons-lang3 from 3.8.1 to 3.18.0 in
ITs (#648)
41d5069 is described below
commit 41d5069a387acb232cf562b3f7a025b08a268888
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 08:32:19 2025 +0200
Bump org.apache.commons:commons-lang3 from 3.8.1 to 3.18.0 in ITs (#648)
* Bump org.apache.commons:commons-lang3
Bumps org.apache.commons:commons-lang3 from 3.8.1 to 3.18.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.18.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix tests
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
---
src/it/MPMD-317-auxclasspath-provided/module-a/pom.xml | 2 +-
src/it/MPMD-317-auxclasspath-provided/verify.groovy | 2 +-
src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml | 2 +-
src/it/MPMD-318-auxclasspath-includeTests/verify.groovy | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/it/MPMD-317-auxclasspath-provided/module-a/pom.xml
b/src/it/MPMD-317-auxclasspath-provided/module-a/pom.xml
index f53700f..5a7d2b6 100644
--- a/src/it/MPMD-317-auxclasspath-provided/module-a/pom.xml
+++ b/src/it/MPMD-317-auxclasspath-provided/module-a/pom.xml
@@ -34,7 +34,7 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.8.1</version>
+ <version>3.18.0</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/it/MPMD-317-auxclasspath-provided/verify.groovy
b/src/it/MPMD-317-auxclasspath-provided/verify.groovy
index bb4affa..8bf5f79 100644
--- a/src/it/MPMD-317-auxclasspath-provided/verify.groovy
+++ b/src/it/MPMD-317-auxclasspath-provided/verify.groovy
@@ -36,6 +36,6 @@ assert 1 == auxclasspathLog.count( '[DEBUG] Using aggregated
aux classpath:' )
assert 2 == auxclasspathLog.count( 'module-a/target/classes' )
// compile
-assert 2 == auxclasspathLog.count(
'org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar' )
+assert 2 == auxclasspathLog.count(
'org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar' )
// provided
assert 2 == auxclasspathLog.count(
'javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar' )
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 f65175f..88acf01 100644
--- a/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml
+++ b/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml
@@ -34,7 +34,7 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.8.1</version>
+ <version>3.18.0</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy
b/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy
index 9b5698c..d5a794e 100644
--- a/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy
+++ b/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy
@@ -37,7 +37,7 @@ assert 2 == auxclasspathLog.count(
'module-a/target/test-classes' )
assert 2 == auxclasspathLog.count( 'module-a/target/classes' )
// compile
-assert 2 == auxclasspathLog.count(
'org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar' )
+assert 2 == auxclasspathLog.count(
'org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar' )
// provided
assert 2 == auxclasspathLog.count(
'javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar' )
// test