Skip to content

Commit

Permalink
Upgrade Apache Kafka Client to 2.5.0 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrozov authored Jul 25, 2020
1 parent cfd083a commit 351f53e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<ldaptive.version>1.2.3</ldaptive.version>
<http.commons.version>4.5.3</http.commons.version>
<cxf.version>3.2.14</cxf.version>
<kafka.version>2.5.0</kafka.version>

<!-- assembly descriptors -->
<elasticsearch.assembly.descriptor>${basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
Expand Down Expand Up @@ -295,7 +296,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.0.1</version>
<version>${kafka.version}</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -458,7 +459,7 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<version>2.2.7.RELEASE</version>
<version>2.5.4.RELEASE</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 351f53e

Please sign in to comment.