This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new bffbdbdaa [KYUUBI #5962] Bump Flink 1.17.1 to 1.17.2
bffbdbdaa is described below
commit bffbdbdaa58a8b37fa3b1cd600420fe6cded1fe8
Author: liuxiao <[email protected]>
AuthorDate: Thu Jan 11 14:47:30 2024 +0800
[KYUUBI #5962] Bump Flink 1.17.1 to 1.17.2
# :mag: Description
## Issue References ๐
This pull request fixes when exec `./build/mvn clean package -Pmirror-cdn
-DskipTests -Dapache.archive.dist=https://mirrors.aliyun.com/apache/`, it shows
flink 1.17.1 is missing.
## Describe Your Solution ๐ง
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that are
required for this change.
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [ ] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #5962 from liuxiaocs7/bump_flink.
Closes #5962
5a9496d12 [liuxiao] Bump Flink 1.17.1 to 1.17.2
Authored-by: liuxiao <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c666058d6..d23fb5c3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
<failsafe.verion>2.4.4</failsafe.verion>
<fb303.version>0.9.3</fb303.version>
<flexmark.version>0.62.2</flexmark.version>
- <flink.version>1.17.1</flink.version>
+ <flink.version>1.17.2</flink.version>
<flink.archive.name>flink-${flink.version}-bin-scala_2.12.tgz</flink.archive.name>
<flink.archive.mirror>${apache.archive.dist}/flink/flink-${flink.version}</flink.archive.mirror>
<flink.archive.download.skip>false</flink.archive.download.skip>
@@ -2337,7 +2337,7 @@
<profile>
<id>flink-1.17</id>
<properties>
- <flink.version>1.17.1</flink.version>
+ <flink.version>1.17.2</flink.version>
</properties>
</profile>