File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
flink-connector-kafka/src/test/java/org/apache/flink/connector/kafka/testutils
flink-sql-connector-kafka/src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
*/
25
25
public class DockerImageVersions {
26
26
27
- public static final String KAFKA = "confluentinc/cp-kafka:7.7 .2" ;
27
+ public static final String KAFKA = "confluentinc/cp-kafka:7.9 .2" ;
28
28
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" ;
30
30
31
31
public static final String ZOOKEEPER = "zookeeper:3.8.4" ;
32
32
}
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).
6
6
7
7
This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
8
8
9
- - org.apache.kafka:kafka-clients:3.9.0
9
+ - org.apache.kafka:kafka-clients:3.9.1
Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ under the License.
50
50
51
51
<properties >
52
52
<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>
55
55
56
56
<jackson-bom .version>2.16.2</jackson-bom .version>
57
57
<junit4 .version>4.13.2</junit4 .version>
58
58
<junit5 .version>5.9.1</junit5 .version>
59
59
<assertj .version>3.23.1</assertj .version>
60
- <testcontainers .version>1.17 .2</testcontainers .version>
60
+ <testcontainers .version>1.21 .2</testcontainers .version>
61
61
<mockito .version>3.4.6</mockito .version>
62
62
<powermock .version>2.0.9</powermock .version>
63
63
<hamcrest .version>1.3</hamcrest .version>
@@ -499,7 +499,7 @@ under the License.
499
499
<dependency >
500
500
<groupId >com.github.docker-java</groupId >
501
501
<artifactId >docker-java-api</artifactId >
502
- <version >3.2.13 </version >
502
+ <version >3.5.1 </version >
503
503
</dependency >
504
504
505
505
<dependency >
You can’t perform that action at this time.
0 commit comments