mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 15:13:58 -05:00
update dependency versions (#8293)
* update versions of dependencies Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> * update verification metadata for jackson Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -26,18 +26,18 @@ javaPlatform {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api platform('com.fasterxml.jackson:jackson-bom:2.18.0')
|
||||
api platform('io.grpc:grpc-bom:1.68.0')
|
||||
api platform('com.fasterxml.jackson:jackson-bom:2.18.2')
|
||||
api platform('io.grpc:grpc-bom:1.70.0')
|
||||
api platform('io.netty:netty-bom:4.1.118.Final')
|
||||
api platform('io.opentelemetry:opentelemetry-bom:1.43.0')
|
||||
api platform('io.prometheus:prometheus-metrics-bom:1.3.4')
|
||||
api platform('io.vertx:vertx-stack-depchain:4.5.10')
|
||||
api platform('io.opentelemetry:opentelemetry-bom:1.47.0')
|
||||
api platform('io.prometheus:prometheus-metrics-bom:1.3.5')
|
||||
api platform('io.vertx:vertx-stack-depchain:4.5.13')
|
||||
api platform('javax.inject:javax.inject:1')
|
||||
api platform('org.apache.logging.log4j:log4j-bom:2.24.1')
|
||||
api platform('org.assertj:assertj-bom:3.26.3')
|
||||
api platform('org.apache.logging.log4j:log4j-bom:2.24.3')
|
||||
api platform('org.assertj:assertj-bom:3.27.3')
|
||||
api platform('org.immutables:bom:2.10.1')
|
||||
api platform('org.junit:junit-bom:5.11.2')
|
||||
api platform('org.mockito:mockito-bom:5.14.2')
|
||||
api platform('org.junit:junit-bom:5.11.4')
|
||||
api platform('org.mockito:mockito-bom:5.15.2')
|
||||
api platform('org.slf4j:slf4j-bom:2.0.16')
|
||||
|
||||
constraints {
|
||||
|
||||
Reference in New Issue
Block a user