You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/01/18 14:36:15 UTC

[maven-surefire] 01/04: [SUREFIRE-1980] Upgrade Apache commons-lang3 to Version 3.12.0

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch ext-libs
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit a974951253211d3b3f1949728ea18f39c94b2f5d
Author: Tibor Digaňa <ti...@apache.org>
AuthorDate: Tue Jan 18 13:34:37 2022 +0100

    [SUREFIRE-1980] Upgrade Apache commons-lang3 to Version 3.12.0
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3a791c5..1db58f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,8 +89,7 @@
   <properties>
     <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>