11group ' io.github.tronprotocol'
2- version ' 2.2.4 '
2+ version ' 2.2.5 '
33
44buildscript {
55 repositories {
@@ -18,7 +18,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
1818apply plugin : ' application'
1919
2020def protobufVersion = " 3.25.5"
21- def grpcVersion = " 1.52.1 "
21+ def grpcVersion = " 1.60.0 "
2222
2323mainClassName = ' org.tron.p2p.example.StartApp'
2424
@@ -57,21 +57,21 @@ dependencies {
5757 testImplementation group : ' junit' , name : ' junit' , version : ' 4.12'
5858
5959 implementation group : ' org.xerial.snappy' , name : ' snappy-java' , version : ' 1.1.10.5'
60- implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.9 '
61- implementation group : ' ch.qos.logback' , name : ' logback-core' , version : ' 1.2.9 '
60+ implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.13 '
61+ implementation group : ' ch.qos.logback' , name : ' logback-core' , version : ' 1.2.13 '
6262 implementation group : ' com.google.protobuf' , name : ' protobuf-java' , version : protobufVersion
6363 implementation group : ' com.google.protobuf' , name : ' protobuf-java-util' , version : protobufVersion
6464 implementation group : ' io.grpc' , name : ' grpc-netty' , version : grpcVersion
6565 implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.25'
66- implementation group : ' org.bouncycastle' , name : ' bcprov-jdk15on ' , version : ' 1.69 '
66+ implementation group : ' org.bouncycastle' , name : ' bcprov-jdk18on ' , version : ' 1.79 '
6767 implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.4'
6868 implementation group : ' commons-cli' , name : ' commons-cli' , version : ' 1.5.0'
6969
7070 compileOnly group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.12'
7171 testImplementation group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.12'
7272 annotationProcessor group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.12'
7373
74- implementation group : ' dnsjava' , name : ' dnsjava' , version : ' 3.5 .2'
74+ implementation group : ' dnsjava' , name : ' dnsjava' , version : ' 3.6 .2'
7575 implementation group : ' org.web3j' , name : ' crypto' , version : ' 5.0.0'
7676 implementation(' software.amazon.awssdk:route53:2.18.41' , {
7777 exclude group : ' io.netty' , module : ' netty-codec-http2'
0 commit comments