Skip to content

Commit 92bea37

Browse files
committed
[#9592] Bump spring-kafka 2.3.10.RELEASE to 2.9.4, kafka-clients from 2.3.1 to 3.2.3
1 parent 5fbb710 commit 92bea37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

metric-module/metric/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,17 @@
165165
<dependency>
166166
<groupId>org.apache.kafka</groupId>
167167
<artifactId>kafka-clients</artifactId>
168-
<version>2.3.1</version>
168+
<version>3.2.3</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.springframework.kafka</groupId>
172172
<artifactId>spring-kafka</artifactId>
173-
<version>2.3.10.RELEASE</version>
173+
<version>2.9.4</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.springframework.kafka</groupId>
177177
<artifactId>spring-kafka-test</artifactId>
178-
<version>2.3.10.RELEASE</version>
178+
<version>2.9.4</version>
179179
<scope>test</scope>
180180
<exclusions>
181181
<exclusion>

0 commit comments

Comments
 (0)