This is an automated email from the ASF dual-hosted git repository.
snuyanzin 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 85a8e7ac0c3 [FLINK-39793][table] Bump quartz to 2.5.2
85a8e7ac0c3 is described below
commit 85a8e7ac0c3b76101b354e82f7d8be85643114f7
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Thu May 28 15:02:26 2026 +0200
[FLINK-39793][table] Bump quartz to 2.5.2
---
flink-table/flink-sql-gateway/src/main/resources/META-INF/NOTICE | 2 +-
flink-table/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/flink-table/flink-sql-gateway/src/main/resources/META-INF/NOTICE
b/flink-table/flink-sql-gateway/src/main/resources/META-INF/NOTICE
index b70db5044ca..e2ee3946c14 100644
--- a/flink-table/flink-sql-gateway/src/main/resources/META-INF/NOTICE
+++ b/flink-table/flink-sql-gateway/src/main/resources/META-INF/NOTICE
@@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the Apache Software
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- org.quartz-scheduler:quartz:2.3.2
+- org.quartz-scheduler:quartz:2.5.2
diff --git a/flink-table/pom.xml b/flink-table/pom.xml
index 769a062fd6a..476e9115684 100644
--- a/flink-table/pom.xml
+++ b/flink-table/pom.xml
@@ -82,6 +82,6 @@ under the License.
<calcite.version>1.37.0</calcite.version>
<janino.version>3.1.11</janino.version>
<guava.version>33.4.0-jre</guava.version>
- <quartz.version>2.3.2</quartz.version>
+ <quartz.version>2.5.2</quartz.version>
</properties>
</project>