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

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f05d49  fix dependency conflict issue (#406)
7f05d49 is described below

commit 7f05d4962da43ec11151f4a772da4e5bc74805be
Author: Bing-ok <[email protected]>
AuthorDate: Tue Nov 30 16:16:33 2021 +0800

    fix dependency conflict issue (#406)
    
    fix dependency conflict issue for org.apache.curator:curator-client:jar
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 700a701..57f6385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
         <gson.version>2.8.6</gson.version>
         <groovy.version>3.0.7</groovy.version>
         <guava.version>28.2-jre</guava.version>
-        <hadoop.version>3.2.1</hadoop.version>
+        <hadoop.version>3.2.2</hadoop.version>
         <hamcrest.version>2.2</hamcrest.version>
         <hamcrest-json.version>0.2</hamcrest-json.version>
         <httpclient.version>4.5.13</httpclient.version>

Reply via email to