This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new a7010c5 [MNG-6840] Upgrade commons-lang3 to 3.12.0
a7010c5 is described below
commit a7010c55e17c586f4c1c790db197b982ef279020
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Jul 4 17:18:25 2021 +0200
[MNG-6840] Upgrade commons-lang3 to 3.12.0
This closes #308
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3576436..ea82503 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@ under the License.
<maven.compiler.target>1.8</maven.compiler.target>
<classWorldsVersion>2.6.0</classWorldsVersion>
<commonsCliVersion>1.4</commonsCliVersion>
- <commonsLangVersion>3.8.1</commonsLangVersion>
+ <commonsLangVersion>3.12.0</commonsLangVersion>
<junitVersion>5.7.0</junitVersion>
<mockitoVersion>3.2.0</mockitoVersion>
<plexusVersion>2.1.0</plexusVersion>