Skip to content

Commit 0cdf454

Browse files
Merge pull request #44 from tronprotocol/releases/release_v2.1.1
Merge branch 'releases/release v2.1.1' into master
2 parents 97bea8c + 4878342 commit 0cdf454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/kafkaplugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dependencies {
22
// compileOnly important!!! We do not want to put the api into the zip file since the main program has it already!
33
compileOnly project(':api')
44

5-
implementation ("org.apache.kafka:kafka-clients:3.9.0"){
5+
implementation ("org.apache.kafka:kafka-clients:3.9.1"){
66
exclude group: "org.slf4j"
77
}
88
}

0 commit comments

Comments
 (0)