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

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


The following commit(s) were added to refs/heads/main by this push:
     new ad6f720  kafka : impossible to authenticate with oauth2 (#2879)
ad6f720 is described below

commit ad6f720e41a06206e48971bf7b68bb93887009b6
Author: Zineb BENDHIBA <bendhiba.zi...@gmail.com>
AuthorDate: Tue Jul 6 15:01:59 2021 +0200

    kafka : impossible to authenticate with oauth2 (#2879)
    
    fixes #2878
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f963d94..5905ab4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
         <netty3.version>${netty3-version}</netty3.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 -->
         <mvel2.version>${mvel-version}</mvel2.version>
-        <nimbus-jose-jwt.version>4.41.1</nimbus-jose-jwt.version><!-- Mess in 
hdfs transitive deps -->
+        <nimbus-jose-jwt.version>9.10</nimbus-jose-jwt.version><!-- It's 
placed here because of mess in hdfs transitive deps, please upgrade when it's 
possible -->
         <okhttp.version>${squareup-okhttp-version}</okhttp.version>
         <okio.version>${squareup-okio-version}</okio.version>
         <protobuf.version>${protobuf-version}</protobuf.version>

Reply via email to