This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new c5fc90cd Fix camel-protobuf due to recent change - osgi import problem 
with guava :(
c5fc90cd is described below

commit c5fc90cda399bb9b9fa636eb04b9d9d4f12cc636
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Sep 4 21:24:58 2022 +0200

    Fix camel-protobuf due to recent change - osgi import problem with guava :(
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c3baa310..5d2e3c8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,7 +269,7 @@
         <pax-tiny-bundle-version>3.0.0</pax-tiny-bundle-version>
         <pax-logging-version>1.11.10</pax-logging-version>
         <perfmark-version>0.17.0</perfmark-version>
-        <protobuf-guava-version>30.1.1-jre</protobuf-guava-version>
+        <protobuf-guava-version>31.1-jre</protobuf-guava-version>
         <protobuf-javanano-version>3.1.0</protobuf-javanano-version>
         <protobuf-version>3.21.4</protobuf-version>
         <reflections-bundle-version>0.9.12_1</reflections-bundle-version>

Reply via email to