Skip to content

Commit e83a6a8

Browse files
Update dependency org.apache.kafka:kafka-clients to v7.8.0-ce (#2711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e00d49 commit e83a6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ under the License.
7676
<dependency>
7777
<groupId>org.apache.kafka</groupId>
7878
<artifactId>kafka-clients</artifactId>
79-
<version>7.7.2-ce</version>
79+
<version>7.8.0-ce</version>
8080
</dependency>
8181

8282
<!-- The following dependencies are for connector/format sql-jars that
@@ -234,7 +234,7 @@ under the License.
234234
<artifactItem>
235235
<groupId>org.apache.kafka</groupId>
236236
<artifactId>kafka-clients</artifactId>
237-
<version>7.7.2-ce</version>
237+
<version>7.8.0-ce</version>
238238
<destFileName>kafka-clients.jar</destFileName>
239239
<type>jar</type>
240240
<outputDirectory>${project.build.directory}/dependencies</outputDirectory>

0 commit comments

Comments
 (0)