Skip to content

Commit

Permalink
Update to latest besu and vertx versions. (#4919)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored Jan 31, 2022
1 parent 77521fb commit 44b73e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencyManagement {
}
}

dependencySet(group: 'io.vertx', version: '3.9.9') {
dependencySet(group: 'io.vertx', version: '4.2.4') {
entry 'vertx-codegen'
entry 'vertx-core'
entry 'vertx-unit'
Expand Down Expand Up @@ -136,13 +136,13 @@ dependencyManagement {

dependency 'io.prometheus:simpleclient:0.9.0'

dependencySet(group: 'org.hyperledger.besu.internal', version: '21.10.5') {
dependencySet(group: 'org.hyperledger.besu.internal', version: '21.10.9') {
entry('metrics-core') {
// We include netty-all so omit the separated jars
exclude 'io.netty:netty-tcnative-boringssl-static'
}
}
dependency 'org.hyperledger.besu:plugin-api:21.10.3'
dependency 'org.hyperledger.besu:plugin-api:21.10.9'

dependencySet(group: 'org.testcontainers', version: '1.16.3') {
entry "testcontainers"
Expand Down

0 comments on commit 44b73e9

Please sign in to comment.