This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 6f9e64b Upgrade Commons Pool to version 2.8.0 6f9e64b is described below commit 6f9e64bda68ee9875f72e858470f08b2a09a42f2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sat Dec 14 10:37:41 2019 +0100 Upgrade Commons Pool to version 2.8.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index d31abc2..453c943 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -142,7 +142,7 @@ <commons-math3-version>3.6.1</commons-math3-version> <commons-net-version>3.6</commons-net-version> <commons-pool-version>1.6</commons-pool-version> - <commons-pool2-version>2.7.0</commons-pool2-version> + <commons-pool2-version>2.8.0</commons-pool2-version> <commons-text-version>1.8</commons-text-version> <compress-lzf-version>1.0.4</compress-lzf-version> <consul-client-version>1.3.3</consul-client-version>