Skip to content

Commit f500778

Browse files
committed
bump libp2p from 2.2.4 to 2.2.5
1 parent f9f592e commit f500778

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)