Skip to content

Commit

Permalink
Merge pull request #6025 from halibobo1205/feat/update_libp2p
Browse files Browse the repository at this point in the history
feat(dependencies): update dependencies for protobuf-java
  • Loading branch information
lvs007 authored Oct 4, 2024
2 parents 9b58a57 + 98a37b1 commit 0f39d7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ subprojects {
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.9'
compile group: 'com.google.guava', name: 'guava', version: '30.1-jre'
compile "com.google.code.findbugs:jsr305:3.0.0"
compile group: 'org.springframework', name: 'spring-context', version: '5.3.18'
compile group: 'org.springframework', name: 'spring-tx', version: '5.3.18'
Expand Down Expand Up @@ -68,12 +67,6 @@ subprojects {
preserveFileTimestamps = false
reproducibleFileOrder = true
}

configurations.all {
resolutionStrategy {
force group: 'com.google.guava', name: 'guava', version: '30.1-jre'
}
}
}

task copyToParent(type: Copy) {
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
compile 'org.aspectj:aspectjrt:1.8.13'
compile 'org.aspectj:aspectjweaver:1.8.13'
compile 'org.aspectj:aspectjtools:1.8.13'
compile group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.1',{
compile group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.4',{
exclude group: 'io.grpc', module: 'grpc-context'
exclude group: 'io.grpc', module: 'grpc-core'
exclude group: 'io.grpc', module: 'grpc-netty'
Expand Down
2 changes: 1 addition & 1 deletion protocol/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.google.protobuf'

def protobufVersion = '3.21.12'
def protobufVersion = '3.25.5'
def grpcVersion = '1.52.1'

dependencies {
Expand Down

0 comments on commit 0f39d7a

Please sign in to comment.