Skip to content

Commit cf426c8

Browse files
Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ffae6d commit cf426c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

maven-scm-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-lang3</artifactId>
46-
<version>3.17.0</version>
46+
<version>3.18.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>junit</groupId>

maven-scm-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.apache.commons</groupId>
116116
<artifactId>commons-lang3</artifactId>
117-
<version>3.17.0</version>
117+
<version>3.18.0</version>
118118
</dependency>
119119

120120
<dependency>

maven-scm-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-lang3</artifactId>
46-
<version>3.17.0</version>
46+
<version>3.18.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.eclipse.sisu</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<dependency>
275275
<groupId>org.apache.commons</groupId>
276276
<artifactId>commons-lang3</artifactId>
277-
<version>3.17.0</version>
277+
<version>3.18.0</version>
278278
</dependency>
279279

280280
<!-- Test -->

0 commit comments

Comments
 (0)