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 fd5060787f8 [FLINK-39670][build] Update test-scope dependencies 
(kafka-clients, okhttp, wiremock)
fd5060787f8 is described below

commit fd5060787f8964f18e1e262e5a039e510a063fad
Author: Purushottam Sinha <[email protected]>
AuthorDate: Sat Jun 20 14:51:56 2026 +0530

    [FLINK-39670][build] Update test-scope dependencies (kafka-clients, okhttp, 
wiremock)
---
 flink-end-to-end-tests/flink-sql-client-test/pom.xml | 2 +-
 flink-metrics/flink-metrics-influxdb/pom.xml         | 2 +-
 flink-runtime/pom.xml                                | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/flink-end-to-end-tests/flink-sql-client-test/pom.xml 
b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
index 8e459c2457e..849ef672608 100644
--- a/flink-end-to-end-tests/flink-sql-client-test/pom.xml
+++ b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
@@ -68,7 +68,7 @@ under the License.
                <dependency>
                        <groupId>org.apache.kafka</groupId>
                        <artifactId>kafka-clients</artifactId>
-                       <version>3.2.3</version>
+                       <version>3.9.2</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
diff --git a/flink-metrics/flink-metrics-influxdb/pom.xml 
b/flink-metrics/flink-metrics-influxdb/pom.xml
index 81e21de9a45..5c6e4615723 100644
--- a/flink-metrics/flink-metrics-influxdb/pom.xml
+++ b/flink-metrics/flink-metrics-influxdb/pom.xml
@@ -71,7 +71,7 @@ under the License.
                <dependency>
                        <groupId>com.github.tomakehurst</groupId>
                        <artifactId>wiremock-jre8</artifactId>
-                       <version>2.32.0</version>
+                       <version>2.35.2</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index 5e362314c50..1cf155ab7b6 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -298,7 +298,6 @@ under the License.
                <dependency>
                        <groupId>com.squareup.okhttp3</groupId>
                        <artifactId>okhttp</artifactId>
-                       <version>3.7.0</version>
                        <scope>test</scope>
                </dependency>
 

Reply via email to