Skip to content

Commit 1b9bb96

Browse files
committed
deps: update dependency org.apache.kafka:kafka-clients to v2.7.0
1 parent 13f2138 commit 1b9bb96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.kafka</groupId>
2929
<artifactId>kafka-clients</artifactId>
30-
<version>2.6.0</version>
30+
<version>2.7.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.google.api</groupId>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.apache.kafka</groupId>
5050
<artifactId>kafka-clients</artifactId>
51-
<version>2.6.0</version>
51+
<version>2.7.0</version>
5252
</dependency>
5353
<!-- {x-version-update-end} -->
5454

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.apache.kafka</groupId>
5050
<artifactId>kafka-clients</artifactId>
51-
<version>2.6.0</version>
51+
<version>2.7.0</version>
5252
</dependency>
5353

5454
<dependency>

0 commit comments

Comments
 (0)