This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 0fed57b71ea [FLINK-25109][table-sql-client] Update JLine3 to 3.21.0.
This closes #17961
0fed57b71ea is described below
commit 0fed57b71ea73348fa59479e2d5a1ce4e821ae5a
Author: Sergey <[email protected]>
AuthorDate: Tue Nov 30 12:03:24 2021 +0100
[FLINK-25109][table-sql-client] Update JLine3 to 3.21.0. This closes #17961
---
flink-table/flink-sql-client/pom.xml | 4 ++--
flink-table/flink-sql-client/src/main/resources/META-INF/NOTICE | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/flink-table/flink-sql-client/pom.xml
b/flink-table/flink-sql-client/pom.xml
index bf93bc8b6af..e4b11598aa9 100644
--- a/flink-table/flink-sql-client/pom.xml
+++ b/flink-table/flink-sql-client/pom.xml
@@ -56,13 +56,13 @@ under the License.
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-terminal</artifactId>
- <version>3.9.0</version>
+ <version>3.21.0</version>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-reader</artifactId>
- <version>3.9.0</version>
+ <version>3.21.0</version>
</dependency>
<!-- configuration -->
diff --git a/flink-table/flink-sql-client/src/main/resources/META-INF/NOTICE
b/flink-table/flink-sql-client/src/main/resources/META-INF/NOTICE
index e9302d88c35..20dc0d46bad 100644
--- a/flink-table/flink-sql-client/src/main/resources/META-INF/NOTICE
+++ b/flink-table/flink-sql-client/src/main/resources/META-INF/NOTICE
@@ -7,5 +7,5 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the BSD license.
See bundled license files for details.
-- org.jline:jline-terminal:3.9.0
-- org.jline:jline-reader:3.9.0
+- org.jline:jline-terminal:3.21.0
+- org.jline:jline-reader:3.21.0