Skip to content

Commit 41d5069

Browse files
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]>
1 parent 3ef805b commit 41d5069

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/it/MPMD-317-auxclasspath-provided/module-a/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ under the License.
3434
<dependency>
3535
<groupId>org.apache.commons</groupId>
3636
<artifactId>commons-lang3</artifactId>
37-
<version>3.8.1</version>
37+
<version>3.18.0</version>
3838
<scope>compile</scope>
3939
</dependency>
4040
<dependency>

src/it/MPMD-317-auxclasspath-provided/verify.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ assert 1 == auxclasspathLog.count( '[DEBUG] Using aggregated aux classpath:' )
3636
assert 2 == auxclasspathLog.count( 'module-a/target/classes' )
3737

3838
// compile
39-
assert 2 == auxclasspathLog.count( 'org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar' )
39+
assert 2 == auxclasspathLog.count( 'org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar' )
4040
// provided
4141
assert 2 == auxclasspathLog.count( 'javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar' )

src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ under the License.
3434
<dependency>
3535
<groupId>org.apache.commons</groupId>
3636
<artifactId>commons-lang3</artifactId>
37-
<version>3.8.1</version>
37+
<version>3.18.0</version>
3838
<scope>compile</scope>
3939
</dependency>
4040
<dependency>

src/it/MPMD-318-auxclasspath-includeTests/verify.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ assert 2 == auxclasspathLog.count( 'module-a/target/test-classes' )
3737
assert 2 == auxclasspathLog.count( 'module-a/target/classes' )
3838

3939
// compile
40-
assert 2 == auxclasspathLog.count( 'org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar' )
40+
assert 2 == auxclasspathLog.count( 'org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar' )
4141
// provided
4242
assert 2 == auxclasspathLog.count( 'javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar' )
4343
// test

0 commit comments

Comments
 (0)