|
|
@ -27,17 +27,17 @@ javaPlatform { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
api platform('com.fasterxml.jackson:jackson-bom:2.17.2') |
|
|
|
api platform('com.fasterxml.jackson:jackson-bom:2.18.0') |
|
|
|
api platform('io.grpc:grpc-bom:1.66.0') |
|
|
|
api platform('io.grpc:grpc-bom:1.68.0') |
|
|
|
api platform('io.netty:netty-bom:4.1.112.Final') |
|
|
|
api platform('io.netty:netty-bom:4.1.114.Final') |
|
|
|
api platform('io.opentelemetry:opentelemetry-bom:1.41.0') |
|
|
|
api platform('io.opentelemetry:opentelemetry-bom:1.43.0') |
|
|
|
api platform('io.prometheus:simpleclient_bom:0.16.0') |
|
|
|
api platform('io.prometheus:simpleclient_bom:0.16.0') |
|
|
|
api platform('io.vertx:vertx-stack-depchain:4.5.9') |
|
|
|
api platform('io.vertx:vertx-stack-depchain:4.5.10') |
|
|
|
api platform('org.apache.logging.log4j:log4j-bom:2.23.1') |
|
|
|
api platform('org.apache.logging.log4j:log4j-bom:2.24.1') |
|
|
|
api platform('org.assertj:assertj-bom:3.26.3') |
|
|
|
api platform('org.assertj:assertj-bom:3.26.3') |
|
|
|
api platform('org.immutables:bom:2.10.1') |
|
|
|
api platform('org.immutables:bom:2.10.1') |
|
|
|
api platform('org.junit:junit-bom:5.11.0') |
|
|
|
api platform('org.junit:junit-bom:5.11.2') |
|
|
|
api platform('org.mockito:mockito-bom:5.13.0') |
|
|
|
api platform('org.mockito:mockito-bom:5.14.2') |
|
|
|
api platform('org.slf4j:slf4j-bom:2.0.16') |
|
|
|
api platform('org.slf4j:slf4j-bom:2.0.16') |
|
|
|
|
|
|
|
|
|
|
|
constraints { |
|
|
|
constraints { |
|
|
@ -60,39 +60,37 @@ dependencies { |
|
|
|
|
|
|
|
|
|
|
|
api 'com.github.ben-manes.caffeine:caffeine:3.1.8' |
|
|
|
api 'com.github.ben-manes.caffeine:caffeine:3.1.8' |
|
|
|
|
|
|
|
|
|
|
|
api 'org.bitbucket.b_c:jose4j:0.9.4' |
|
|
|
api 'com.github.oshi:oshi-core:6.6.5' |
|
|
|
|
|
|
|
|
|
|
|
api 'com.github.oshi:oshi-core:6.6.3' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
api 'com.google.auto.service:auto-service:1.1.1' |
|
|
|
api 'com.google.auto.service:auto-service:1.1.1' |
|
|
|
|
|
|
|
|
|
|
|
api 'com.google.dagger:dagger-compiler:2.52' |
|
|
|
api 'com.google.dagger:dagger-compiler:2.52' |
|
|
|
api 'com.google.dagger:dagger:2.52' |
|
|
|
api 'com.google.dagger:dagger:2.52' |
|
|
|
|
|
|
|
|
|
|
|
api 'com.google.guava:guava:33.3.0-jre' |
|
|
|
api 'com.google.guava:guava:33.3.1-jre' |
|
|
|
|
|
|
|
|
|
|
|
api 'com.google.protobuf:protobuf-java:3.25.5' |
|
|
|
api 'com.google.protobuf:protobuf-java:3.25.5' |
|
|
|
|
|
|
|
|
|
|
|
api 'com.graphql-java:graphql-java:22.2' |
|
|
|
api 'com.graphql-java:graphql-java:22.3' |
|
|
|
|
|
|
|
|
|
|
|
api 'com.splunk.logging:splunk-library-javalogging:1.11.8' |
|
|
|
api 'com.splunk.logging:splunk-library-javalogging:1.11.8' |
|
|
|
|
|
|
|
|
|
|
|
api 'com.squareup.okhttp3:okhttp:4.12.0' |
|
|
|
api 'com.squareup.okhttp3:okhttp:4.12.0' |
|
|
|
|
|
|
|
|
|
|
|
api 'commons-io:commons-io:2.16.1' |
|
|
|
api 'commons-io:commons-io:2.17.0' |
|
|
|
|
|
|
|
|
|
|
|
api 'commons-net:commons-net:3.11.1' |
|
|
|
api 'commons-net:commons-net:3.11.1' |
|
|
|
|
|
|
|
|
|
|
|
api 'dnsjava:dnsjava:3.6.1' |
|
|
|
api 'dnsjava:dnsjava:3.6.2' |
|
|
|
|
|
|
|
|
|
|
|
api 'info.picocli:picocli:4.7.6' |
|
|
|
api 'info.picocli:picocli:4.7.6' |
|
|
|
api 'info.picocli:picocli-codegen:4.7.6' |
|
|
|
api 'info.picocli:picocli-codegen:4.7.6' |
|
|
|
|
|
|
|
|
|
|
|
api 'io.kubernetes:client-java:18.0.1' |
|
|
|
api 'io.kubernetes:client-java:21.0.1-legacy' |
|
|
|
|
|
|
|
|
|
|
|
api 'io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0:2.7.0-alpha' |
|
|
|
api 'io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0:2.9.0-alpha' |
|
|
|
api 'io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha' |
|
|
|
api 'io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha' |
|
|
|
api 'io.opentelemetry.semconv:opentelemetry-semconv:1.27.0-alpha' |
|
|
|
api 'io.opentelemetry.semconv:opentelemetry-semconv:1.28.0-alpha' |
|
|
|
|
|
|
|
|
|
|
|
api 'io.opentracing:opentracing-api:0.33.0' |
|
|
|
api 'io.opentracing:opentracing-api:0.33.0' |
|
|
|
api 'io.opentracing:opentracing-util:0.33.0' |
|
|
|
api 'io.opentracing:opentracing-util:0.33.0' |
|
|
@ -113,7 +111,7 @@ dependencies { |
|
|
|
|
|
|
|
|
|
|
|
api 'junit:junit:4.13.2' |
|
|
|
api 'junit:junit:4.13.2' |
|
|
|
|
|
|
|
|
|
|
|
api 'net.java.dev.jna:jna:5.14.0' |
|
|
|
api 'net.java.dev.jna:jna:5.15.0' |
|
|
|
|
|
|
|
|
|
|
|
api 'org.antlr:antlr4:4.11.1' |
|
|
|
api 'org.antlr:antlr4:4.11.1' |
|
|
|
api 'org.antlr:antlr4-runtime:4.11.1' |
|
|
|
api 'org.antlr:antlr4-runtime:4.11.1' |
|
|
@ -123,7 +121,7 @@ dependencies { |
|
|
|
api 'org.apache.commons:commons-lang3:3.17.0' |
|
|
|
api 'org.apache.commons:commons-lang3:3.17.0' |
|
|
|
api 'org.apache.commons:commons-text:1.12.0' |
|
|
|
api 'org.apache.commons:commons-text:1.12.0' |
|
|
|
|
|
|
|
|
|
|
|
api 'org.apache.maven:maven-artifact:3.9.6' |
|
|
|
api 'org.apache.maven:maven-artifact:3.9.9' |
|
|
|
|
|
|
|
|
|
|
|
api 'org.awaitility:awaitility:4.2.2' |
|
|
|
api 'org.awaitility:awaitility:4.2.2' |
|
|
|
|
|
|
|
|
|
|
@ -146,7 +144,6 @@ dependencies { |
|
|
|
api 'org.jacoco:org.jacoco.core:0.8.12' |
|
|
|
api 'org.jacoco:org.jacoco.core:0.8.12' |
|
|
|
|
|
|
|
|
|
|
|
api 'org.junit.platform:junit-platform-runner:1.9.2' |
|
|
|
api 'org.junit.platform:junit-platform-runner:1.9.2' |
|
|
|
api 'org.junit.vintage:junit-vintage-engine:5.10.1' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
api 'org.jupnp:org.jupnp:3.0.2' |
|
|
|
api 'org.jupnp:org.jupnp:3.0.2' |
|
|
|
api 'org.jupnp:org.jupnp.support:3.0.2' |
|
|
|
api 'org.jupnp:org.jupnp.support:3.0.2' |
|
|
@ -162,21 +159,21 @@ dependencies { |
|
|
|
|
|
|
|
|
|
|
|
api 'org.springframework.security:spring-security-crypto:6.3.3' |
|
|
|
api 'org.springframework.security:spring-security-crypto:6.3.3' |
|
|
|
|
|
|
|
|
|
|
|
api 'org.testcontainers:testcontainers:1.20.1' |
|
|
|
api 'org.testcontainers:testcontainers:1.20.2' |
|
|
|
|
|
|
|
|
|
|
|
api 'org.wiremock:wiremock:3.9.1' |
|
|
|
api 'org.wiremock:wiremock:3.9.1' |
|
|
|
|
|
|
|
|
|
|
|
api 'org.web3j:abi:4.12.1' |
|
|
|
api 'org.web3j:abi:4.12.2' |
|
|
|
api 'org.web3j:besu:4.12.1' |
|
|
|
api 'org.web3j:besu:4.12.2' |
|
|
|
api 'org.web3j:core:4.12.1' |
|
|
|
api 'org.web3j:core:4.12.2' |
|
|
|
api 'org.web3j:crypto:4.12.1' |
|
|
|
api 'org.web3j:crypto:4.12.2' |
|
|
|
api 'org.web3j:quorum:4.10.0' |
|
|
|
api 'org.web3j:quorum:4.10.0' |
|
|
|
|
|
|
|
|
|
|
|
api 'org.xerial.snappy:snappy-java:1.1.10.6' |
|
|
|
api 'org.xerial.snappy:snappy-java:1.1.10.7' |
|
|
|
|
|
|
|
|
|
|
|
api 'tech.pegasys:jc-kzg-4844:1.0.0' |
|
|
|
api 'tech.pegasys:jc-kzg-4844:1.0.0' |
|
|
|
|
|
|
|
|
|
|
|
api 'tech.pegasys.discovery:discovery:24.6.0' |
|
|
|
api 'tech.pegasys.discovery:discovery:24.9.1' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|