Repository: tomee Updated Branches: refs/heads/master a92c80f0d -> 4f10b751e
TOMEE-2242 update commons-lang3 to 3.8 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/4f10b751 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/4f10b751 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/4f10b751 Branch: refs/heads/master Commit: 4f10b751e7f9589df1bf4a9e2d1c0dcff73c96b9 Parents: a92c80f Author: Jonathan Gallimore <[email protected]> Authored: Sat Sep 22 22:44:15 2018 +0100 Committer: Jonathan Gallimore <[email protected]> Committed: Sat Sep 22 22:44:15 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/4f10b751/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dfeb8ea..588664c 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,7 @@ <commons-codec.version>1.10</commons-codec.version> <commons-fileupload.version>1.3.1</commons-fileupload.version> <commons-discovery.version>0.5</commons-discovery.version> - <commons-lang3.version>3.5</commons-lang3.version> + <commons-lang3.version>3.8</commons-lang3.version> <commons-io.version>2.4</commons-io.version> <commons-net.version>3.3</commons-net.version>
