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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 32cb49177 [Bugfix]Bump commons-cli version to resolve compatibility 
problem under flink 1.17 (#2725)
32cb49177 is described below

commit 32cb49177f3ff461f9806a0385552fd9738cdb11
Author: cygnusdark <[email protected]>
AuthorDate: Tue Aug 22 21:02:57 2023 +0800

    [Bugfix]Bump commons-cli version to resolve compatibility problem under 
flink 1.17 (#2725)
    
    * upgrade commons cli version to 1.5 to fix compatibility problem under 
flink 1.17.0
    
    ---------
    
    Co-authored-by: zhangxinyi12 <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5d88186c0..624783ff5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <snakeyaml.version>2.0</snakeyaml.version>
         <typesafe-conf.version>1.4.2</typesafe-conf.version>
         <json4s-jackson.version>4.0.6</json4s-jackson.version>
-        <commons-cli.version>1.3.1</commons-cli.version>
+        <commons-cli.version>1.5.0</commons-cli.version>
         <commons-net.version>3.9.0</commons-net.version>
         <commons-lang3.version>3.8.1</commons-lang3.version>
         <enumeratum.version>1.6.1</enumeratum.version>

Reply via email to