This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 6e93eb4b0d252b9f3d079b58bc1f5a73296e3e72 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 59ab4de..40aafa2 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>