File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 77 allow :
88 - dependency-name : " org.apache.kafka:*"
99 - dependency-name : " com.solacesystems:*"
10+ - dependency-name : " io.netty:*"
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ dependencies {
6161 testImplementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'
6262 testImplementation " org.apache.kafka:connect-api:$kafkaVersion "
6363
64+ implementation platform(' io.netty:netty-bom:4.1.121.Final' ) // override Netty transitive dependencies to latest
6465 // Marked as compile-only to prevent conflicts with Kafka runtime, since the runtime already has the Kafka APIs.
6566 // See https://docs.confluent.io/platform/current/connect/devguide.html#create-an-archive
6667 compileOnly " org.apache.kafka:connect-api:$kafkaVersion "
You can’t perform that action at this time.
0 commit comments