-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: update dependency version #74
Conversation
build.gradle
Outdated
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.9' | ||
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.9' | ||
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: protobufVersion | ||
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: protobufVersion | ||
implementation group: 'io.grpc', name: 'grpc-netty', version: grpcVersion | ||
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25' | ||
implementation group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.69' | ||
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: bcprovVersion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not recommended to upgrade this package separately from libp2p.
build.gradle
Outdated
@@ -86,7 +87,15 @@ dependencies { | |||
exclude group: 'io.netty', module: 'netty-transport-native-unix-common' | |||
}) | |||
implementation group: 'com.aliyun', name: 'alidns20150109', version: '3.0.1' | |||
implementation group: 'xerces', name: 'xercesImpl', version: '2.11.0' | |||
implementation group: 'xerces', name: 'xercesImpl', version: '2.12.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is recommended to remove packages that are confirmed to be useless.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package xercesImpl has been deleted.
No description provided.