This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new ae5712cf BIGTOP-3874. Bump Flink to 1.15.3 (#1057)
ae5712cf is described below
commit ae5712cf29ff9757bd85d8511ce062035532e2ca
Author: Zhiguo Wu <[email protected]>
AuthorDate: Fri Nov 25 23:03:23 2022 +0800
BIGTOP-3874. Bump Flink to 1.15.3 (#1057)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index 2c416009..949c78f2 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -223,7 +223,7 @@ bigtop {
'flink' {
name = 'flink'
relNotes = 'Apache Flink'
- version { base = '1.15.0'; pkg = base; release = 1 }
+ version { base = '1.15.3'; pkg = base; release = 1 }
tarball { destination = "$name-${version.base}.tar.gz"
source = "$name-${version.base}-src.tgz" }
url { download_path = "/$name/$name-${version.base}"