You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/01/19 10:34:27 UTC

[tomee] 01/01: TOMEE-3723 Update Commons Lang to 3.12.0

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

jlmonteiro pushed a commit to branch tomee-3723-commons-lang
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit d10bc838b1f32e96cf853bcbafbfd43de2368869
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Jan 19 11:34:21 2022 +0100

    TOMEE-3723 Update Commons Lang to 3.12.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4e4753b..4e5f076 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
     <commons-codec.version>1.15</commons-codec.version>
     <commons-fileupload.version>1.4</commons-fileupload.version>
     <commons-discovery.version>0.5</commons-discovery.version>
-    <commons-lang3.version>3.11</commons-lang3.version>
+    <commons-lang3.version>3.12.0</commons-lang3.version>
     <commons-io.version>2.11.0</commons-io.version>
     <commons-net.version>3.8.0</commons-net.version>