File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ repositories {
4343Then add the required packages as dependencies. Please add dependencies locally.
4444``` bash
4545dependencies {
46- implementation group: ' io.github.tronprotocol' , name: ' libp2p' , version: ' 2.2.1 '
46+ implementation group: ' io.github.tronprotocol' , name: ' libp2p' , version: ' 2.2.4 '
4747}
4848```
4949Or if you are using the jar files as your dependencies:
@@ -66,7 +66,7 @@ dependencies {
6666< dependency>
6767 < groupId> io.github.tronprotocol< /groupId>
6868 < artifactId> libp2p< /artifactId>
69- < version> 2.2.1 < /version>
69+ < version> 2.2.4 < /version>
7070< /dependency>
7171```
7272
Original file line number Diff line number Diff line change 11group ' io.github.tronprotocol'
2- version ' 2.2.1 '
2+ version ' 2.2.4 '
33
44buildscript {
55 repositories {
@@ -17,7 +17,7 @@ apply plugin: 'com.google.protobuf'
1717apply plugin : ' com.github.johnrengelman.shadow'
1818apply plugin : ' application'
1919
20- def protobufVersion = " 3.21.12 "
20+ def protobufVersion = " 3.25.5 "
2121def grpcVersion = " 1.52.1"
2222
2323mainClassName = ' org.tron.p2p.example.StartApp'
You can’t perform that action at this time.
0 commit comments