This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch surefire-shared-utils in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 277715323e0788e08af051119f68c39257ba0ab0 Author: Tibor Digaňa <[email protected]> AuthorDate: Sat Jan 1 23:23:23 2022 +0100 Upgrade commons-lang3 to Version 3.12.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 63cc149..1c7702a 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <javaVersion>8</javaVersion> <mavenVersion>3.2.5</mavenVersion> <!-- <shadedVersion>3.0.0-M2</shadedVersion> commented out due to https://issues.apache.org/jira/browse/MRELEASE-799 --> - <commonsLang3Version>3.8.1</commonsLang3Version> + <commonsLang3Version>3.12.0</commonsLang3Version> <commonsCompress>1.20</commonsCompress> <commonsIoVersion>2.6</commonsIoVersion> <doxiaVersion>1.11.1</doxiaVersion>
