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

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

commit d59209efa6c202451f2cb09511576923683ce87f
Author: Zineb Bendhiba <bendhiba.zi...@gmail.com>
AuthorDate: Wed Aug 4 17:10:58 2021 +0200

    Sync minio version with quarkiverse version due to incompatible okhttp 
version between quarkus and recent minio version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4a704a2..45b7b22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
         <libthrift.version>${libthrift-version}</libthrift.version> <!-- Spark 
-->
         <netty3.version>${netty3-version}</netty3.version><!-- Spark -->
         <metrics.version>${metrics-version}</metrics.version><!-- Spark -->
-        <minio.version>${minio-version}</minio.version><!-- Keep in sync with 
quarkiverse-minio and Camel, preferring Camel assuming that it is more likely 
to be up to date -->
+        <minio.version>8.2.2</minio.version><!-- Keep in sync with 
quarkiverse-minio and Camel, preferring Camel assuming that it is more likely 
to be up to date. Keep quarkiverse version, until the okhttp dependeny version 
inherited from quarkus-bom is resolved as described here 
https://github.com/quarkiverse/quarkus-minio/pull/72  -->
         <mvel2.version>${mvel-version}</mvel2.version>
         <nimbus-jose-jwt.version>9.10</nimbus-jose-jwt.version><!-- Mess in 
hdfs transitive deps, used also by io.strimzi:kafka-oauth-client recommended by 
https://quarkus.io/guides/kafka#authenticating-with-oauth -->
         <okhttp.version>${squareup-okhttp-version}</okhttp.version>

Reply via email to