We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97bea8c + 4878342 commit 0cdf454Copy full SHA for 0cdf454
1 file changed
plugins/kafkaplugin/build.gradle
@@ -2,7 +2,7 @@ dependencies {
2
// compileOnly important!!! We do not want to put the api into the zip file since the main program has it already!
3
compileOnly project(':api')
4
5
- implementation ("org.apache.kafka:kafka-clients:3.9.0"){
+ implementation ("org.apache.kafka:kafka-clients:3.9.1"){
6
exclude group: "org.slf4j"
7
}
8
0 commit comments