File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,10 @@ dependencies {
4545 implementation project(' :agent' )
4646
4747 implementation(" org.apache.avro:avro:${ avroVersion} " )
48-
48+ implementation(" commons-io:commons-io:${ commonsIOVersion} " ) // Override transitive dependency version to fix vulnerability
49+ implementation(" io.airlift:aircompressor:${ airCompressorVersion} " ) // Override transitive dependency version to fix vulnerability
50+ implementation(" org.asynchttpclient:async-http-client:${ httpClientVersion} " ) // Override transitive dependency version to fix vulnerability
51+ implementation(" org.yaml:snakeyaml:${ snakeYamlVersion} " ) // Override transitive dependency version to fix vulnerability
4952 implementation(" ${ pulsarGroup} :pulsar-client:${ pulsarVersion} " )
5053
5154 compileOnly(" org.apache.cassandra:cassandra-all:${ cassandra4Version} " )
Original file line number Diff line number Diff line change 11artifact =agent-c4
22mainClassName =com.datastax.oss.cdc.agent.Agent
3+
4+ # Dependencies
5+ snakeYamlVersion =2.0
6+ httpClientVersion =2.12.4
7+ airCompressorVersion =0.27
8+ commonsIOVersion =2.14.0
You can’t perform that action at this time.
0 commit comments