Skip to content

Commit 3982da6

Browse files
dependabot[bot]slachiewicz
authored andcommitted
Bump org.apache.commons:commons-lang3 in /src/it/projects/tree
Bumps org.apache.commons:commons-lang3 from 3.14.0 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] <support@github.com>
1 parent 9bdfecf commit 3982da6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/it/projects/tree/expected-v4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ org.apache.maven.its.dependency:test:jar:1.0-SNAPSHOT
3535
| +- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
3636
| +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
3737
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
38-
\- org.apache.commons:commons-lang3:jar:3.14.0:compile (optional)
38+
\- org.apache.commons:commons-lang3:jar:3.18.0:compile (optional)

src/it/projects/tree/expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ org.apache.maven.its.dependency:test:jar:1.0-SNAPSHOT
3535
| +- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
3636
| +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
3737
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
38-
\- org.apache.commons:commons-lang3:jar:3.14.0:compile (optional)
38+
\- org.apache.commons:commons-lang3:jar:3.18.0:compile (optional)

src/it/projects/tree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.apache.commons</groupId>
4747
<artifactId>commons-lang3</artifactId>
48-
<version>3.14.0</version>
48+
<version>3.18.0</version>
4949
<optional>true</optional>
5050
</dependency>
5151
</dependencies>

0 commit comments

Comments
 (0)