Repository: tomee Updated Branches: refs/heads/tomee-7.1.x ad56aad8d -> 4a396c311
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/4a396c31 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/4a396c31 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/4a396c31 Branch: refs/heads/tomee-7.1.x Commit: 4a396c311fb8976fb997fadd79ec44e81a6ab321 Parents: ad56aad Author: Jonathan Gallimore <[email protected]> Authored: Sat Sep 22 22:44:15 2018 +0100 Committer: Jonathan Gallimore <[email protected]> Committed: Sat Sep 22 22:45:21 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/4a396c31/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c14aef..202c91f 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,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>
