Skip to content

Commit ccccaa8

Browse files
authored
[FLINK-37983] Update to Kafka client 3.9.1 (#180)
Signed-off-by: Thomas Cooper <[email protected]>
1 parent 0455935 commit ccccaa8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

flink-connector-kafka/src/test/java/org/apache/flink/connector/kafka/testutils/DockerImageVersions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
*/
2525
public class DockerImageVersions {
2626

27-
public static final String KAFKA = "confluentinc/cp-kafka:7.7.2";
27+
public static final String KAFKA = "confluentinc/cp-kafka:7.9.2";
2828

29-
public static final String SCHEMA_REGISTRY = "confluentinc/cp-schema-registry:7.7.2";
29+
public static final String SCHEMA_REGISTRY = "confluentinc/cp-schema-registry:7.9.2";
3030

3131
public static final String ZOOKEEPER = "zookeeper:3.8.4";
3232
}

flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).
66

77
This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
88

9-
- org.apache.kafka:kafka-clients:3.9.0
9+
- org.apache.kafka:kafka-clients:3.9.1

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ under the License.
5050

5151
<properties>
5252
<flink.version>2.0.0</flink.version>
53-
<kafka.version>3.9.0</kafka.version>
54-
<confluent.version>7.8.2</confluent.version>
53+
<kafka.version>3.9.1</kafka.version>
54+
<confluent.version>7.9.2</confluent.version>
5555

5656
<jackson-bom.version>2.16.2</jackson-bom.version>
5757
<junit4.version>4.13.2</junit4.version>
5858
<junit5.version>5.9.1</junit5.version>
5959
<assertj.version>3.23.1</assertj.version>
60-
<testcontainers.version>1.17.2</testcontainers.version>
60+
<testcontainers.version>1.21.2</testcontainers.version>
6161
<mockito.version>3.4.6</mockito.version>
6262
<powermock.version>2.0.9</powermock.version>
6363
<hamcrest.version>1.3</hamcrest.version>
@@ -499,7 +499,7 @@ under the License.
499499
<dependency>
500500
<groupId>com.github.docker-java</groupId>
501501
<artifactId>docker-java-api</artifactId>
502-
<version>3.2.13</version>
502+
<version>3.5.1</version>
503503
</dependency>
504504

505505
<dependency>

0 commit comments

Comments
 (0)