File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 api ' org.aspectj:aspectjrt:1.8.13'
4747 api ' org.aspectj:aspectjweaver:1.8.13'
4848 api ' org.aspectj:aspectjtools:1.8.13'
49- api group : ' io.github.tronprotocol' , name : ' libp2p' , version : ' 2.2.4 ' ,{
49+ api group : ' io.github.tronprotocol' , name : ' libp2p' , version : ' 2.2.5 ' ,{
5050 exclude group : ' io.grpc' , module : ' grpc-context'
5151 exclude group : ' io.grpc' , module : ' grpc-core'
5252 exclude group : ' io.grpc' , module : ' grpc-netty'
@@ -60,6 +60,8 @@ dependencies {
6060 exclude group : ' net.java.dev.msv' , module : ' xsdlib'
6161 exclude group : ' pull-parser' , module : ' pull-parser'
6262 exclude group : ' xpp3' , module : ' xpp3'
63+ exclude group : ' org.bouncycastle' , module : ' bcprov-jdk18on'
64+ exclude group : ' org.bouncycastle' , module : ' bcutil-jdk18on'
6365 }
6466 api project(" :protocol" )
6567}
You can’t perform that action at this time.
0 commit comments