Skip to content

Commit

Permalink
[pinpoint-apm#9592] Bump spring-kafka 2.3.10.RELEASE to 2.9.4, kafka-…
Browse files Browse the repository at this point in the history
…clients from 2.3.1 to 3.2.3
  • Loading branch information
donghun-cho committed Jan 3, 2023
1 parent 5fbb710 commit fb9de0c
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 fb9de0c

Please sign in to comment.