Skip to content

Commit 9326a08

Browse files
authored
Merge pull request #4940 from tronprotocol/release_v4.7.0.1
Release v4.7.0.1
2 parents 7683c66 + 712dab6 commit 9326a08

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

framework/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848

4949
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.69'
5050

51-
compile group: 'io.github.tronprotocol', name: 'libp2p', version: '0.1.1'
51+
compile group: 'io.github.tronprotocol', name: 'libp2p', version: '0.1.2'
5252

5353
compile group: 'com.typesafe', name: 'config', version: '1.3.2'
5454

framework/src/main/java/org/tron/program/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class Version {
44

55
public static final String VERSION_NAME = "GreatVoyage-v4.6.0-385-g4445a420c";
66
public static final String VERSION_CODE = "17585";
7-
private static final String VERSION = "4.7.0";
7+
private static final String VERSION = "4.7.0.1";
88

99
public static String getVersion() {
1010
return VERSION;

protocol/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
apply plugin: 'com.google.protobuf'
22

3-
def protobufVersion = "3.20.3"
3+
def protobufVersion = "3.19.2"
44

55
def grpcVersion = "1.14.0"
66

77
dependencies {
88
compile group: 'com.google.protobuf', name: 'protobuf-java', version: protobufVersion
99
compile group: 'com.google.protobuf', name: 'protobuf-java-util', version: protobufVersion
10-
compile group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
11-
1210
compile group: 'net.jcip', name: 'jcip-annotations', version: '1.0'
1311

1412
// checkstyleConfig "com.puppycrawl.tools:checkstyle:${versions.checkstyle}"
@@ -19,9 +17,6 @@ dependencies {
1917
// end google grpc
2018

2119
compile group: 'com.google.api.grpc', name: 'googleapis-common-protos', version: '0.0.3'
22-
compile group: 'io.netty', name: 'netty-codec-http', version: '4.1.78.Final'
23-
compile group: 'io.netty', name: 'netty-handler', version: '4.1.78.Final'
24-
compile group: 'io.netty', name: 'netty-codec-http2', version: '4.1.78.Final'
2520
}
2621

2722
tasks.matching { it instanceof Test }.all {

0 commit comments

Comments
 (0)