Skip to content

Commit

Permalink
build(deps): bump org.apache.kafka:kafka-clients in /plugins/kafka
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 2.1.1 to 2.6.3.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 18, 2024
1 parent b285356 commit 8d11194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.1.1</version>
<version>2.6.3</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<!-- <version.spring-cloud-starter-gateway>2.2.8.RELEASE</version.spring-cloud-starter-gateway>-->
<version.maven-shade-plugin>3.2.4</version.maven-shade-plugin>
<version.log4j>2.17.1</version.log4j>
<version.kafka>2.8.2</version.kafka>
<version.kafka>2.6.3</version.kafka>
<version.lettuce>5.3.6.RELEASE</version.lettuce>
<version.metrics>4.2.23</version.metrics>
<version.jedis>3.5.2</version.jedis>
Expand Down

0 comments on commit 8d11194

Please sign in to comment.