You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/02 10:43:30 UTC

[camel-spring-boot] branch master updated: Align dependencies to camel master: Protobuf version to 3.11.1

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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f80fae  Align dependencies to camel master: Protobuf version to 3.11.1
7f80fae is described below

commit 7f80fae100a84b2033974d1e79a4d1aab4bda8a9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 11:40:18 2020 +0100

    Align dependencies to camel master: Protobuf version to 3.11.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c2a290..f420a61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
         <opentracing-version>0.33.0</opentracing-version>
         <os-maven-plugin-version>1.6.0</os-maven-plugin-version>
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
-        <protobuf-version>3.9.1</protobuf-version>
+        <protobuf-version>3.11.1</protobuf-version>
         <reactor-version>3.2.12.RELEASE</reactor-version>
         <roaster-version>2.20.1.Final</roaster-version>
         <rxjava-version>1.3.8</rxjava-version>