You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2021/08/04 15:11:41 UTC

[camel-quarkus] 04/04: Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version

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

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

commit 5974f3d22525e1fe9cd0b4eecc376fabfdd3a517
Author: Zineb Bendhiba <be...@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 cb0ff11..4ef8d3a 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>