Skip to content

Commit

Permalink
Update dependency org.apache.kafka:kafka-clients to v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 6e1501a commit 2b72377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion driver-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.6.3</version>
<version>2.8.2</version>
<classifier>test</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion order-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.6.3</version>
<version>2.8.2</version>
<classifier>test</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion trip-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.6.3</version>
<version>2.8.2</version>
<classifier>test</classifier>
</dependency>
<dependency>
Expand Down

0 comments on commit 2b72377

Please sign in to comment.