Skip to content

Commit

Permalink
deps: update dependency org.apache.kafka:kafka-clients to v3.1.0 (#226)
Browse files Browse the repository at this point in the history
* deps: update dependency org.apache.kafka:kafka-clients to v3.2.0

* downgrade to 3.1.0

* downgrade version

* downgrade version

* add dep

Co-authored-by: Tianzi Cai <tianzi@google.com>
  • Loading branch information
renovate-bot and anguillanneuf authored May 26, 2022
1 parent 7c86255 commit 578af21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<version>1.0.0</version>
</dependency>
<!-- [END pubsublite-kafka_install_without_bom] -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>pubsublite-kafka</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down Expand Up @@ -100,4 +100,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.8.1</version>
<version>3.1.0</version>
</dependency>
<!-- [END pubsublite-kafka_java_dependencies] -->
<!-- [END pubsublite-kafka_install_without_bom] -->
Expand Down

0 comments on commit 578af21

Please sign in to comment.