Skip to content

Commit

Permalink
build: update to kafka 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Sep 27, 2024
1 parent 408836b commit b924c17
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<spring-native.version>0.12.2</spring-native.version>
<picocli.version>4.6.3</picocli.version>
<junit5.version>5.11.0</junit5.version>
<aws-java-sdk2.version>2.28.2</aws-java-sdk2.version>
<junit5.version>5.11.1</junit5.version>
<aws-java-sdk2.version>2.28.10</aws-java-sdk2.version>
<start-class>org.mvnsearch.http.HttpxApplication</start-class>
</properties>

Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>com.github.curious-odd-man</groupId>
Expand Down Expand Up @@ -178,7 +178,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.4.1</version>
<version>3.7.1</version>
<exclusions>
<exclusion>
<groupId>com.github.luben</groupId>
Expand Down Expand Up @@ -309,7 +309,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-jre</version>
<version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -334,6 +334,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -455,7 +459,7 @@
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.19</version>
<version>0.2.20</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand Down Expand Up @@ -487,7 +491,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-fluent</artifactId>
<version>5.3</version>
<version>5.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b924c17

Please sign in to comment.