Skip to content

Commit

Permalink
[#9592] Bump spring-kafka 2.3.10.RELEASE to 2.9.4, kafka-clients from…
Browse files Browse the repository at this point in the history
… 2.3.1 to 3.2.3
  • Loading branch information
donghun-cho committed Jan 3, 2023
1 parent 5fbb710 commit 92bea37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metric-module/metric/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.3.1</version>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.3.10.RELEASE</version>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<version>2.3.10.RELEASE</version>
<version>2.9.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 92bea37

Please sign in to comment.