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 e136c01 Use the same version of Opencensus (0.12.3) used by gRPC 1.14.0 e136c01 is described below commit e136c01acc6c695ecc0a386ac579dab63da6fa28 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Aug 24 08:59:02 2018 +0200 Use the same version of Opencensus (0.12.3) used by gRPC 1.14.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0e65b8a..77912db 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -536,7 +536,7 @@ <olingo4-version>4.4.0</olingo4-version> <ognl-version>3.1.12</ognl-version> <ognl-bundle-version>3.1.12_1</ognl-bundle-version> - <opencensus-api-version>0.8.0</opencensus-api-version> + <opencensus-api-version>0.12.3</opencensus-api-version> <oncrpc-version>1.1.3</oncrpc-version> <openejb-version>4.7.5</openejb-version> <openhft-affinity-version>3.1.9</openhft-affinity-version>