Skip to content

Commit

Permalink
Revert "Bump kafkaVersion from 3.8.0 to 3.8.1 in /src/jvm/knet (#707)" (
Browse files Browse the repository at this point in the history
#712)

This reverts commit bb9d94b.
  • Loading branch information
masesdevelopers authored Nov 4, 2024
1 parent bb9d94b commit 95d8d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jvm/knet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<classpathfile>${basedir}/classpathfile.classpath</classpathfile>
<kafkaVersion>3.8.1</kafkaVersion>
<kafkaVersion>3.8.0</kafkaVersion>
<knetVersion>2.8.1.0</knetVersion>
<jcobridgepath>../../../bin/net8.0/JCOBridge.jar</jcobridgepath>
<jnetpath>../../../bin/net8.0/jars/jnet-2.5.9.0.jar</jnetpath>
Expand Down Expand Up @@ -247,7 +247,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
<version>3.23.4</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit 95d8d21

Please sign in to comment.