Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 2.5.0 to 3.7.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent a0302fc commit 1a690e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/accounts/admin-event-listener/jar-module/pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.5.0</version>
<version>3.7.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion applications/accounts/admin-event-listener/pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.5.0</version>
<version>3.7.1</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 1a690e6

Please sign in to comment.