diff --git a/sdk/bazel-java-deps.bzl b/sdk/bazel-java-deps.bzl index 8f73c2f23ee7..6f7a574f1100 100644 --- a/sdk/bazel-java-deps.bzl +++ b/sdk/bazel-java-deps.bzl @@ -45,15 +45,17 @@ version_specific = { # This effectively means all io.grpc:*, io.netty:*, and `com.google.protobuf:protobuf-java # need to be updated with careful consideration. -netty_tcnative_version = "2.0.61.Final" -netty_version = "4.1.108.Final" -grpc_version = "1.60.0" -protobuf_version = "3.24.0" -pekko_version = "1.0.1" -pekko_http_version = "1.0.0" +# Version of GRPC and netty should follow the "known to work version combinations" as +# described in https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty +netty_tcnative_version = "2.0.66.Final" +netty_version = "4.1.100.Final" +grpc_version = "1.65.1" +protobuf_version = "3.24.4" +pekko_version = "1.1.1" +pekko_http_version = "1.0.1" #gatling_version = "3.5.1" -guava_version = "31.1-jre" +guava_version = "33.3.0-jre" # observability libs # cannot update to 4.2.x because of https://github.com/dropwizard/metrics/issues/2920 @@ -248,10 +250,10 @@ def install_java_deps(): "org.scalatestplus:testng-7-5_{}:3.2.11.0".format(scala_major_version), "org.scalaz:scalaz-core_{}:7.2.33".format(scala_major_version), "org.scalaz:scalaz-scalacheck-binding_{}:7.2.33-scalacheck-1.15".format(scala_major_version), - "org.slf4j:jul-to-slf4j:2.0.6", - "org.slf4j:jul-to-slf4j:2.0.6", - "org.slf4j:slf4j-api:2.0.6", - "org.slf4j:slf4j-simple:2.0.6", + "org.slf4j:jul-to-slf4j:2.0.16", + "org.slf4j:jul-to-slf4j:2.0.16", + "org.slf4j:slf4j-api:2.0.16", + "org.slf4j:slf4j-simple:2.0.16", "org.testcontainers:jdbc:1.15.1", "org.testcontainers:postgresql:1.15.1", "org.testcontainers:testcontainers:1.15.1", diff --git a/sdk/deps.bzl b/sdk/deps.bzl index 6a5969872449..e078c62f8b60 100644 --- a/sdk/deps.bzl +++ b/sdk/deps.bzl @@ -267,10 +267,10 @@ def daml_deps(): if "com_google_protobuf" not in native.existing_rules(): http_archive( name = "com_google_protobuf", - sha256 = "bd58f4cff519e8ea3a584d5cf5e37df923088eed5807d2e4f2928080feca4a60", - strip_prefix = "protobuf-3.24.0", + sha256 = "a1fa6ffa97c09d1efe0344e4352a6dbc51cebaafbdf20bcb6405147a0158c406", + strip_prefix = "protobuf-3.24.4", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.24.0.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.24.4.tar.gz", ], ) diff --git a/sdk/maven_install_2.13.json b/sdk/maven_install_2.13.json index bffbf19817da..3d4267f6ace9 100644 --- a/sdk/maven_install_2.13.json +++ b/sdk/maven_install_2.13.json @@ -1,15 +1,15 @@ { "dependency_tree": { "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL", - "__INPUT_ARTIFACTS_HASH": 579655510, - "__RESOLVED_ARTIFACTS_HASH": 466749430, + "__INPUT_ARTIFACTS_HASH": -1983392951, + "__RESOLVED_ARTIFACTS_HASH": 1167528884, "conflict_resolution": {}, "dependencies": [ { "coord": "ch.epfl.scala:bsp4j:2.0.0-M6", "dependencies": [ "com.google.code.gson:gson:2.10", - "com.google.guava:guava:31.1-jre", + "com.google.guava:guava:33.3.0-jre", "org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.8.1", "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.8.1", "org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.18.0", @@ -35,7 +35,7 @@ "coord": "ch.epfl.scala:bsp4j:jar:sources:2.0.0-M6", "dependencies": [ "com.google.code.gson:gson:jar:sources:2.10", - "com.google.guava:guava:jar:sources:31.1-jre", + "com.google.guava:guava:jar:sources:33.3.0-jre", "org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:sources:0.8.1", "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:sources:0.8.1", "org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:sources:2.18.0", @@ -58,11 +58,11 @@ "coord": "ch.qos.logback:logback-classic:1.4.14", "dependencies": [ "ch.qos.logback:logback-core:1.4.14", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "ch.qos.logback:logback-core:1.4.14", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar", "mirror_urls": [ @@ -104,11 +104,11 @@ "coord": "ch.qos.logback:logback-classic:jar:sources:1.4.14", "dependencies": [ "ch.qos.logback:logback-core:jar:sources:1.4.14", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "ch.qos.logback:logback-core:jar:sources:1.4.14", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14-sources.jar", "mirror_urls": [ @@ -322,11 +322,11 @@ "coord": "com.auth0:jwks-rsa:0.21.2", "dependencies": [ "com.fasterxml.jackson.core:jackson-databind:2.14.3", - "com.google.guava:guava:31.1-jre" + "com.google.guava:guava:33.3.0-jre" ], "directDependencies": [ "com.fasterxml.jackson.core:jackson-databind:2.14.3", - "com.google.guava:guava:31.1-jre" + "com.google.guava:guava:33.3.0-jre" ], "file": "v1/https/repo1.maven.org/maven2/com/auth0/jwks-rsa/0.21.2/jwks-rsa-0.21.2.jar", "mirror_urls": [ @@ -342,11 +342,11 @@ "coord": "com.auth0:jwks-rsa:jar:sources:0.21.2", "dependencies": [ "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.14.3", - "com.google.guava:guava:jar:sources:31.1-jre" + "com.google.guava:guava:jar:sources:33.3.0-jre" ], "directDependencies": [ "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.14.3", - "com.google.guava:guava:jar:sources:31.1-jre" + "com.google.guava:guava:jar:sources:33.3.0-jre" ], "file": "v1/https/repo1.maven.org/maven2/com/auth0/jwks-rsa/0.21.2/jwks-rsa-0.21.2-sources.jar", "mirror_urls": [ @@ -688,12 +688,12 @@ { "coord": "com.github.ben-manes.caffeine:caffeine:3.1.2", "dependencies": [ - "com.google.errorprone:error_prone_annotations:2.20.0", - "org.checkerframework:checker-qual:3.31.0" + "com.google.errorprone:error_prone_annotations:2.28.0", + "org.checkerframework:checker-qual:3.43.0" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:2.20.0", - "org.checkerframework:checker-qual:3.31.0" + "com.google.errorprone:error_prone_annotations:2.28.0", + "org.checkerframework:checker-qual:3.43.0" ], "file": "v1/https/repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/3.1.2/caffeine-3.1.2.jar", "mirror_urls": [ @@ -709,12 +709,12 @@ { "coord": "com.github.ben-manes.caffeine:caffeine:jar:sources:3.1.2", "dependencies": [ - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "org.checkerframework:checker-qual:jar:sources:3.31.0" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "org.checkerframework:checker-qual:jar:sources:3.43.0" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "org.checkerframework:checker-qual:jar:sources:3.31.0" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "org.checkerframework:checker-qual:jar:sources:3.43.0" ], "file": "v1/https/repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/3.1.2/caffeine-3.1.2-sources.jar", "mirror_urls": [ @@ -770,11 +770,11 @@ "coord": "com.github.docker-java:docker-java-api:3.2.7", "dependencies": [ "com.fasterxml.jackson.core:jackson-annotations:2.14.3", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "com.fasterxml.jackson.core:jackson-annotations:2.14.3", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/github/docker-java/docker-java-api/3.2.7/docker-java-api-3.2.7.jar", "mirror_urls": [ @@ -794,11 +794,11 @@ "coord": "com.github.docker-java:docker-java-api:jar:sources:3.2.7", "dependencies": [ "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.14.3", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.14.3", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/github/docker-java/docker-java-api/3.2.7/docker-java-api-3.2.7-sources.jar", "mirror_urls": [ @@ -813,12 +813,12 @@ "dependencies": [ "com.github.docker-java:docker-java-transport:3.2.7", "net.java.dev.jna:jna:5.13.0", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "com.github.docker-java:docker-java-transport:3.2.7", "net.java.dev.jna:jna:5.13.0", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/github/docker-java/docker-java-transport-zerodep/3.2.7/docker-java-transport-zerodep-3.2.7.jar", "mirror_urls": [ @@ -897,12 +897,12 @@ "dependencies": [ "com.github.docker-java:docker-java-transport:jar:sources:3.2.7", "net.java.dev.jna:jna:jar:sources:5.13.0", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "com.github.docker-java:docker-java-transport:jar:sources:3.2.7", "net.java.dev.jna:jna:jar:sources:5.13.0", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/github/docker-java/docker-java-transport-zerodep/3.2.7/docker-java-transport-zerodep-3.2.7-sources.jar", "mirror_urls": [ @@ -1024,7 +1024,7 @@ "dependencies": [ "com.github.pureconfig:pureconfig-core_2.13:0.14.0", "com.github.pureconfig:pureconfig-macros_2.13:0.14.0", - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11", "org.typelevel:cats-core_2.13:2.9.0" ], @@ -1050,7 +1050,7 @@ "dependencies": [ "com.github.pureconfig:pureconfig-core_2.13:jar:sources:0.14.0", "com.github.pureconfig:pureconfig-macros_2.13:jar:sources:0.14.0", - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11", "org.typelevel:cats-core_2.13:jar:sources:2.9.0" ], @@ -1071,12 +1071,12 @@ "coord": "com.github.pureconfig:pureconfig-core_2.13:0.14.0", "dependencies": [ "com.github.pureconfig:pureconfig-macros_2.13:0.14.0", - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ "com.github.pureconfig:pureconfig-macros_2.13:0.14.0", - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11" ], "file": "v1/https/repo1.maven.org/maven2/com/github/pureconfig/pureconfig-core_2.13/0.14.0/pureconfig-core_2.13-0.14.0.jar", @@ -1098,12 +1098,12 @@ "coord": "com.github.pureconfig:pureconfig-core_2.13:jar:sources:0.14.0", "dependencies": [ "com.github.pureconfig:pureconfig-macros_2.13:jar:sources:0.14.0", - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ "com.github.pureconfig:pureconfig-macros_2.13:jar:sources:0.14.0", - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "file": "v1/https/repo1.maven.org/maven2/com/github/pureconfig/pureconfig-core_2.13/0.14.0/pureconfig-core_2.13-0.14.0-sources.jar", @@ -1119,7 +1119,7 @@ "dependencies": [ "com.github.pureconfig:pureconfig-core_2.13:0.14.0", "com.github.pureconfig:pureconfig-macros_2.13:0.14.0", - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ @@ -1142,7 +1142,7 @@ "dependencies": [ "com.github.pureconfig:pureconfig-core_2.13:jar:sources:0.14.0", "com.github.pureconfig:pureconfig-macros_2.13:jar:sources:0.14.0", - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ @@ -1164,7 +1164,7 @@ "com.github.pureconfig:pureconfig-core_2.13:0.14.0", "com.github.pureconfig:pureconfig-generic-base_2.13:0.14.0", "com.github.pureconfig:pureconfig-macros_2.13:0.14.0", - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ @@ -1191,7 +1191,7 @@ "com.github.pureconfig:pureconfig-core_2.13:jar:sources:0.14.0", "com.github.pureconfig:pureconfig-generic-base_2.13:jar:sources:0.14.0", "com.github.pureconfig:pureconfig-macros_2.13:jar:sources:0.14.0", - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ @@ -1286,7 +1286,7 @@ "com.github.pureconfig:pureconfig-generic-base_2.13:0.14.0", "com.github.pureconfig:pureconfig-generic_2.13:0.14.0", "com.github.pureconfig:pureconfig-macros_2.13:0.14.0", - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ @@ -1310,7 +1310,7 @@ "com.github.pureconfig:pureconfig-generic-base_2.13:jar:sources:0.14.0", "com.github.pureconfig:pureconfig-generic_2.13:jar:sources:0.14.0", "com.github.pureconfig:pureconfig-macros_2.13:jar:sources:0.14.0", - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ @@ -1421,19 +1421,19 @@ "url": "https://repo1.maven.org/maven2/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4-sources.jar" }, { - "coord": "com.google.api.grpc:proto-google-common-protos:2.22.0", + "coord": "com.google.api.grpc:proto-google-common-protos:2.29.0", "dependencies": [ - "com.google.protobuf:protobuf-java:3.24.0" + "com.google.protobuf:protobuf-java:3.24.4" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:3.24.0" + "com.google.protobuf:protobuf-java:3.24.4" ], "exclusions": [ "com.google.api:api-common" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.22.0/proto-google-common-protos-2.22.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.22.0/proto-google-common-protos-2.22.0.jar" + "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0.jar" ], "packages": [ "com.google.api", @@ -1447,27 +1447,27 @@ "com.google.rpc.context", "com.google.type" ], - "sha256": "002eebc53d27e4fb2e8cf823ea1f3565b90c4b0b4380ff508bf61bd42f2be0d3", - "url": "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.22.0/proto-google-common-protos-2.22.0.jar" + "sha256": "ee9c751f06b112e92b37f75e4f73a17d03ef2c3302c6e8d986adbcc721b63cb0", + "url": "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0.jar" }, { - "coord": "com.google.api.grpc:proto-google-common-protos:jar:sources:2.22.0", + "coord": "com.google.api.grpc:proto-google-common-protos:jar:sources:2.29.0", "dependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.24.0" + "com.google.protobuf:protobuf-java:jar:sources:3.24.4" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.24.0" + "com.google.protobuf:protobuf-java:jar:sources:3.24.4" ], "exclusions": [ "com.google.api:api-common" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.22.0/proto-google-common-protos-2.22.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.22.0/proto-google-common-protos-2.22.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar" ], "packages": [], - "sha256": "035fe5a69ff9244a3580bf37bb18128cde77c9f0091677de76995353dd631551", - "url": "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.22.0/proto-google-common-protos-2.22.0-sources.jar" + "sha256": "fe7831089c20c097ef540b61ff90d12cfe0fbc57c2bbe21a3e8fa96bb0085d99", + "url": "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar" }, { "coord": "com.google.code.findbugs:jsr305:3.0.2", @@ -1534,11 +1534,11 @@ { "coord": "com.google.crypto.tink:tink:1.3.0", "dependencies": [ - "com.google.protobuf:protobuf-java:3.24.0", + "com.google.protobuf:protobuf-java:3.24.4", "org.json:json:20180813" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:3.24.0", + "com.google.protobuf:protobuf-java:3.24.4", "org.json:json:20180813" ], "file": "v1/https/repo1.maven.org/maven2/com/google/crypto/tink/tink/1.3.0/tink-1.3.0.jar", @@ -1566,11 +1566,11 @@ { "coord": "com.google.crypto.tink:tink:jar:sources:1.3.0", "dependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", "org.json:json:jar:sources:20180813" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", "org.json:json:jar:sources:20180813" ], "file": "v1/https/repo1.maven.org/maven2/com/google/crypto/tink/tink/1.3.0/tink-1.3.0-sources.jar", @@ -1582,79 +1582,79 @@ "url": "https://repo1.maven.org/maven2/com/google/crypto/tink/tink/1.3.0/tink-1.3.0-sources.jar" }, { - "coord": "com.google.errorprone:error_prone_annotations:2.20.0", + "coord": "com.google.errorprone:error_prone_annotations:2.28.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.20.0/error_prone_annotations-2.20.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.20.0/error_prone_annotations-2.20.0.jar" + "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0.jar" ], "packages": [ "com.google.errorprone.annotations", "com.google.errorprone.annotations.concurrent" ], - "sha256": "a136d3dce67168d88751115fa223bec80eae6cc062aa2f8173e8344a98235ec4", - "url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.20.0/error_prone_annotations-2.20.0.jar" + "sha256": "f3fc8a3a0a4020706a373b00e7f57c2512dd26d1f83d28c7d38768f8682b231e", + "url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0.jar" }, { - "coord": "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", + "coord": "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.20.0/error_prone_annotations-2.20.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.20.0/error_prone_annotations-2.20.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0-sources.jar" ], "packages": [], - "sha256": "0226ed4d0b5fbf36366c337445d609f76ed730e7c6f72e10dcd6d3235833863e", - "url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.20.0/error_prone_annotations-2.20.0-sources.jar" + "sha256": "2936e9b315d790d8a6364f0574bcec9c8b2d78688b317e1765c4a16f9ef80632", + "url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.28.0/error_prone_annotations-2.28.0-sources.jar" }, { - "coord": "com.google.guava:failureaccess:1.0.1", + "coord": "com.google.guava:failureaccess:1.0.2", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar" + "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar" ], "packages": [ "com.google.common.util.concurrent.internal" ], - "sha256": "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26", - "url": "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar" + "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "url": "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar" }, { - "coord": "com.google.guava:failureaccess:jar:sources:1.0.1", + "coord": "com.google.guava:failureaccess:jar:sources:1.0.2", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar" + "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2-sources.jar" ], "packages": [], - "sha256": "092346eebbb1657b51aa7485a246bf602bb464cc0b0e2e1c7e7201fadce1e98f", - "url": "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar" + "sha256": "dd3bfa5e2ec5bc5397efb2c3cef044c192313ff77089573667ff97a60c6978e0", + "url": "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2-sources.jar" }, { - "coord": "com.google.guava:guava:31.1-jre", + "coord": "com.google.guava:guava:33.3.0-jre", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:failureaccess:1.0.1", + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:failureaccess:1.0.2", "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", - "com.google.j2objc:j2objc-annotations:2.8", - "org.checkerframework:checker-qual:3.31.0" + "com.google.j2objc:j2objc-annotations:3.0.0", + "org.checkerframework:checker-qual:3.43.0" ], "directDependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:failureaccess:1.0.1", + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:failureaccess:1.0.2", "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", - "com.google.j2objc:j2objc-annotations:2.8", - "org.checkerframework:checker-qual:3.31.0" + "com.google.j2objc:j2objc-annotations:3.0.0", + "org.checkerframework:checker-qual:3.43.0" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/guava/guava/33.3.0-jre/guava-33.3.0-jre.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar" + "https://repo1.maven.org/maven2/com/google/guava/guava/33.3.0-jre/guava-33.3.0-jre.jar" ], "packages": [ "com.google.common.annotations", @@ -1676,34 +1676,34 @@ "com.google.common.xml", "com.google.thirdparty.publicsuffix" ], - "sha256": "a42edc9cab792e39fe39bb94f3fca655ed157ff87a8af78e1d6ba5b07c4a00ab", - "url": "https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar" + "sha256": "dfadc3bce3101eff1452aae47d7c833fee443b47bdf9ef13311b6c7cab663ddf", + "url": "https://repo1.maven.org/maven2/com/google/guava/guava/33.3.0-jre/guava-33.3.0-jre.jar" }, { - "coord": "com.google.guava:guava:jar:sources:31.1-jre", + "coord": "com.google.guava:guava:jar:sources:33.3.0-jre", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:failureaccess:jar:sources:1.0.1", + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:failureaccess:jar:sources:1.0.2", "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", - "com.google.j2objc:j2objc-annotations:jar:sources:2.8", - "org.checkerframework:checker-qual:jar:sources:3.31.0" + "com.google.j2objc:j2objc-annotations:jar:sources:3.0.0", + "org.checkerframework:checker-qual:jar:sources:3.43.0" ], "directDependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:failureaccess:jar:sources:1.0.1", + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:failureaccess:jar:sources:1.0.2", "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", - "com.google.j2objc:j2objc-annotations:jar:sources:2.8", - "org.checkerframework:checker-qual:jar:sources:3.31.0" + "com.google.j2objc:j2objc-annotations:jar:sources:3.0.0", + "org.checkerframework:checker-qual:jar:sources:3.43.0" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/guava/guava/33.3.0-jre/guava-33.3.0-jre-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre-sources.jar" + "https://repo1.maven.org/maven2/com/google/guava/guava/33.3.0-jre/guava-33.3.0-jre-sources.jar" ], "packages": [], - "sha256": "8ab1853cdaf936ec88be80c17302b7c20abafbd4f54d4fb54d7011c529e3a44a", - "url": "https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre-sources.jar" + "sha256": "f91f8619f533db55f37d13369c2fee39d5e1d2f72cef7f69f735d5be1a601f14", + "url": "https://repo1.maven.org/maven2/com/google/guava/guava/33.3.0-jre/guava-33.3.0-jre-sources.jar" }, { "coord": "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", @@ -1724,111 +1724,111 @@ "file": null }, { - "coord": "com.google.j2objc:j2objc-annotations:2.8", + "coord": "com.google.j2objc:j2objc-annotations:3.0.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar" + "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar" ], "packages": [ "com.google.j2objc.annotations" ], - "sha256": "f02a95fa1a5e95edb3ed859fd0fb7df709d121a35290eff8b74dce2ab7f4d6ed", - "url": "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar" + "sha256": "88241573467ddca44ffd4d74aa04c2bbfd11bf7c17e0c342c94c9de7a70a7c64", + "url": "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar" }, { - "coord": "com.google.j2objc:j2objc-annotations:jar:sources:2.8", + "coord": "com.google.j2objc:j2objc-annotations:jar:sources:3.0.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8-sources.jar" + "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0-sources.jar" ], "packages": [], - "sha256": "7413eed41f111453a08837f5ac680edded7faed466cbd35745e402e13f4cc3f5", - "url": "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8-sources.jar" + "sha256": "bd60019a0423c3a025ef6ab24fe0761f5f45ffb48a8cca74a01b678de1105d38", + "url": "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0-sources.jar" }, { - "coord": "com.google.protobuf:protobuf-java-util:3.24.0", + "coord": "com.google.protobuf:protobuf-java-util:3.24.4", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", "com.google.code.gson:gson:2.10", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "com.google.j2objc:j2objc-annotations:2.8", - "com.google.protobuf:protobuf-java:3.24.0" + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "com.google.j2objc:j2objc-annotations:3.0.0", + "com.google.protobuf:protobuf-java:3.24.4" ], "directDependencies": [ "com.google.code.findbugs:jsr305:3.0.2", "com.google.code.gson:gson:2.10", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "com.google.j2objc:j2objc-annotations:2.8", - "com.google.protobuf:protobuf-java:3.24.0" + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "com.google.j2objc:j2objc-annotations:3.0.0", + "com.google.protobuf:protobuf-java:3.24.4" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.0/protobuf-java-util-3.24.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.4/protobuf-java-util-3.24.4.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.0/protobuf-java-util-3.24.0.jar" + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.4/protobuf-java-util-3.24.4.jar" ], "packages": [ "com.google.protobuf.util" ], - "sha256": "fade64f5f877a1fa6cc4fd308120d72ace7048a2c9bf740298f82f05b9f56843", - "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.0/protobuf-java-util-3.24.0.jar" + "sha256": "133c929e2cfe3990a105d18eaccc49122b2d2fb492b420ef02d5d9f937eaebb8", + "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.4/protobuf-java-util-3.24.4.jar" }, { - "coord": "com.google.protobuf:protobuf-java-util:jar:sources:3.24.0", + "coord": "com.google.protobuf:protobuf-java-util:jar:sources:3.24.4", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.j2objc:j2objc-annotations:jar:sources:2.8", - "com.google.protobuf:protobuf-java:jar:sources:3.24.0" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "com.google.j2objc:j2objc-annotations:jar:sources:3.0.0", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4" ], "directDependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.j2objc:j2objc-annotations:jar:sources:2.8", - "com.google.protobuf:protobuf-java:jar:sources:3.24.0" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "com.google.j2objc:j2objc-annotations:jar:sources:3.0.0", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.0/protobuf-java-util-3.24.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.4/protobuf-java-util-3.24.4-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.0/protobuf-java-util-3.24.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.4/protobuf-java-util-3.24.4-sources.jar" ], "packages": [], - "sha256": "02c13e41dad9ad97d25fb0744ea4afaec2d420463d65bcc09ba7fbd43e98c389", - "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.0/protobuf-java-util-3.24.0-sources.jar" + "sha256": "d0e348570cd507a4a05dc614846686f550a5d0e07c39c86a349bf4f84e6c9556", + "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.24.4/protobuf-java-util-3.24.4-sources.jar" }, { - "coord": "com.google.protobuf:protobuf-java:3.24.0", + "coord": "com.google.protobuf:protobuf-java:3.24.4", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.0/protobuf-java-3.24.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.4/protobuf-java-3.24.4.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.0/protobuf-java-3.24.0.jar" + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.4/protobuf-java-3.24.4.jar" ], "packages": [ "com.google.protobuf", "com.google.protobuf.compiler" ], - "sha256": "60e27148de168286dd441fa66f96cc8d91b7672c8a5caad631f966f406b10071", - "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.0/protobuf-java-3.24.0.jar" + "sha256": "e5655522be1aa5cc1f2f092aa036b0445157f294928eedf1332ac938c7b69686", + "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.4/protobuf-java-3.24.4.jar" }, { - "coord": "com.google.protobuf:protobuf-java:jar:sources:3.24.0", + "coord": "com.google.protobuf:protobuf-java:jar:sources:3.24.4", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.0/protobuf-java-3.24.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.4/protobuf-java-3.24.4-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.0/protobuf-java-3.24.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.4/protobuf-java-3.24.4-sources.jar" ], "packages": [], - "sha256": "7e25aafba28e7ea24a82743004536f12bc93a259a84e4629c438102123d277d3", - "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.0/protobuf-java-3.24.0-sources.jar" + "sha256": "7499d05501af20675c0875e5a1d757faae5515013995b70f056f864ce8918f49", + "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.4/protobuf-java-3.24.4-sources.jar" }, { "coord": "com.h2database:h2:2.1.210", @@ -2136,7 +2136,7 @@ "dependencies": [ "ch.epfl.scala:bsp4j:2.0.0-M6", "com.google.code.gson:gson:2.10", - "com.google.guava:guava:31.1-jre", + "com.google.guava:guava:33.3.0-jre", "com.lihaoyi:ammonite-compiler-interface_2.13.11:2.5.9", "com.lihaoyi:ammonite-interp-api_2.13.11:2.5.9", "com.lihaoyi:ammonite-repl-api_2.13.11:2.5.9", @@ -2198,7 +2198,7 @@ "dependencies": [ "ch.epfl.scala:bsp4j:jar:sources:2.0.0-M6", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.guava:guava:jar:sources:31.1-jre", + "com.google.guava:guava:jar:sources:33.3.0-jre", "com.lihaoyi:ammonite-compiler-interface_2.13.11:jar:sources:2.5.9", "com.lihaoyi:ammonite-interp-api_2.13.11:jar:sources:2.5.9", "com.lihaoyi:ammonite-repl-api_2.13.11:jar:sources:2.5.9", @@ -2325,7 +2325,7 @@ "dependencies": [ "ch.epfl.scala:bsp4j:2.0.0-M6", "com.google.code.gson:gson:2.10", - "com.google.guava:guava:31.1-jre", + "com.google.guava:guava:33.3.0-jre", "com.lihaoyi:ammonite-compiler-interface_2.13.11:2.5.9", "com.lihaoyi:ammonite-interp-api_2.13.11:2.5.9", "com.lihaoyi:ammonite-interp_2.13.11:2.5.9", @@ -2393,7 +2393,7 @@ "dependencies": [ "ch.epfl.scala:bsp4j:jar:sources:2.0.0-M6", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.guava:guava:jar:sources:31.1-jre", + "com.google.guava:guava:jar:sources:33.3.0-jre", "com.lihaoyi:ammonite-compiler-interface_2.13.11:jar:sources:2.5.9", "com.lihaoyi:ammonite-interp-api_2.13.11:jar:sources:2.5.9", "com.lihaoyi:ammonite-interp_2.13.11:jar:sources:2.5.9", @@ -2641,7 +2641,7 @@ "ch.epfl.scala:bsp4j:2.0.0-M6", "com.github.javaparser:javaparser-core:3.2.5", "com.google.code.gson:gson:2.10", - "com.google.guava:guava:31.1-jre", + "com.google.guava:guava:33.3.0-jre", "com.lihaoyi:ammonite-compiler-interface_2.13.11:2.5.9", "com.lihaoyi:ammonite-compiler_2.13.11:2.5.9", "com.lihaoyi:ammonite-interp-api_2.13.11:2.5.9", @@ -2716,7 +2716,7 @@ "ch.epfl.scala:bsp4j:jar:sources:2.0.0-M6", "com.github.javaparser:javaparser-core:jar:sources:3.2.5", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.guava:guava:jar:sources:31.1-jre", + "com.google.guava:guava:jar:sources:33.3.0-jre", "com.lihaoyi:ammonite-compiler-interface_2.13.11:jar:sources:2.5.9", "com.lihaoyi:ammonite-compiler_2.13.11:jar:sources:2.5.9", "com.lihaoyi:ammonite-interp-api_2.13.11:jar:sources:2.5.9", @@ -3486,14 +3486,14 @@ "org.eclipse.jetty:jetty-util:9.4.48.v20220622", "org.eclipse.jetty:jetty-webapp:9.4.48.v20220622", "org.eclipse.jetty:jetty-xml:9.4.48.v20220622", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "org.eclipse.jetty.websocket:websocket-server:9.4.48.v20220622", "org.eclipse.jetty.websocket:websocket-servlet:9.4.48.v20220622", "org.eclipse.jetty:jetty-server:9.4.48.v20220622", "org.eclipse.jetty:jetty-webapp:9.4.48.v20220622", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/sparkjava/spark-core/2.9.4/spark-core-2.9.4.jar", "mirror_urls": [ @@ -3538,14 +3538,14 @@ "org.eclipse.jetty:jetty-util:jar:sources:9.4.48.v20220622", "org.eclipse.jetty:jetty-webapp:jar:sources:9.4.48.v20220622", "org.eclipse.jetty:jetty-xml:jar:sources:9.4.48.v20220622", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "org.eclipse.jetty.websocket:websocket-server:jar:sources:9.4.48.v20220622", "org.eclipse.jetty.websocket:websocket-servlet:jar:sources:9.4.48.v20220622", "org.eclipse.jetty:jetty-server:jar:sources:9.4.48.v20220622", "org.eclipse.jetty:jetty-webapp:jar:sources:9.4.48.v20220622", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/sparkjava/spark-core/2.9.4/spark-core-2.9.4-sources.jar", "mirror_urls": [ @@ -3846,13 +3846,13 @@ { "coord": "com.thesamet.scalapb:compilerplugin_2.13:0.11.14", "dependencies": [ - "com.google.protobuf:protobuf-java:3.24.0", + "com.google.protobuf:protobuf-java:3.24.4", "com.thesamet.scalapb:protoc-gen_2.13:0.9.5", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:3.24.0", + "com.google.protobuf:protobuf-java:3.24.4", "com.thesamet.scalapb:protoc-gen_2.13:0.9.5", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11" @@ -3874,13 +3874,13 @@ { "coord": "com.thesamet.scalapb:compilerplugin_2.13:jar:sources:0.11.14", "dependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", "com.thesamet.scalapb:protoc-gen_2.13:jar:sources:0.9.5", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", "com.thesamet.scalapb:protoc-gen_2.13:jar:sources:0.9.5", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11" @@ -4070,18 +4070,18 @@ { "coord": "com.thesamet.scalapb:scalapb-runtime-grpc_2.13:0.11.14", "dependencies": [ - "com.google.protobuf:protobuf-java:3.24.0", + "com.google.protobuf:protobuf-java:3.24.4", "com.thesamet.scalapb:lenses_2.13:0.11.14", "com.thesamet.scalapb:scalapb-runtime_2.13:0.11.14", - "io.grpc:grpc-protobuf:1.60.0", - "io.grpc:grpc-stub:1.60.0", + "io.grpc:grpc-protobuf:1.65.1", + "io.grpc:grpc-stub:1.65.1", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ "com.thesamet.scalapb:scalapb-runtime_2.13:0.11.14", - "io.grpc:grpc-protobuf:1.60.0", - "io.grpc:grpc-stub:1.60.0", + "io.grpc:grpc-protobuf:1.65.1", + "io.grpc:grpc-stub:1.65.1", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11" ], @@ -4098,18 +4098,18 @@ { "coord": "com.thesamet.scalapb:scalapb-runtime-grpc_2.13:jar:sources:0.11.14", "dependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", "com.thesamet.scalapb:lenses_2.13:jar:sources:0.11.14", "com.thesamet.scalapb:scalapb-runtime_2.13:jar:sources:0.11.14", - "io.grpc:grpc-protobuf:jar:sources:1.60.0", - "io.grpc:grpc-stub:jar:sources:1.60.0", + "io.grpc:grpc-protobuf:jar:sources:1.65.1", + "io.grpc:grpc-stub:jar:sources:1.65.1", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ "com.thesamet.scalapb:scalapb-runtime_2.13:jar:sources:0.11.14", - "io.grpc:grpc-protobuf:jar:sources:1.60.0", - "io.grpc:grpc-stub:jar:sources:1.60.0", + "io.grpc:grpc-protobuf:jar:sources:1.65.1", + "io.grpc:grpc-stub:jar:sources:1.65.1", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11" ], @@ -4124,13 +4124,13 @@ { "coord": "com.thesamet.scalapb:scalapb-runtime_2.13:0.11.14", "dependencies": [ - "com.google.protobuf:protobuf-java:3.24.0", + "com.google.protobuf:protobuf-java:3.24.4", "com.thesamet.scalapb:lenses_2.13:0.11.14", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:3.24.0", + "com.google.protobuf:protobuf-java:3.24.4", "com.thesamet.scalapb:lenses_2.13:0.11.14", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11" @@ -4164,13 +4164,13 @@ { "coord": "com.thesamet.scalapb:scalapb-runtime_2.13:jar:sources:0.11.14", "dependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", "com.thesamet.scalapb:lenses_2.13:jar:sources:0.11.14", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", "com.thesamet.scalapb:lenses_2.13:jar:sources:0.11.14", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11" @@ -4214,12 +4214,12 @@ "dependencies": [ "org.scala-lang:scala-library:2.13.11", "org.scala-lang:scala-reflect:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "org.scala-lang:scala-library:2.13.11", "org.scala-lang:scala-reflect:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/typesafe/scala-logging/scala-logging_2.13/3.9.5/scala-logging_2.13-3.9.5.jar", "mirror_urls": [ @@ -4236,12 +4236,12 @@ "dependencies": [ "org.scala-lang:scala-library:jar:sources:2.13.11", "org.scala-lang:scala-reflect:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "org.scala-lang:scala-library:jar:sources:2.13.11", "org.scala-lang:scala-reflect:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/typesafe/scala-logging/scala-logging_2.13/3.9.5/scala-logging_2.13-3.9.5-sources.jar", "mirror_urls": [ @@ -4255,12 +4255,12 @@ "coord": "com.typesafe.slick:slick-hikaricp_2.13:3.3.3", "dependencies": [ "com.typesafe.slick:slick_2.13:3.3.3", - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "com.zaxxer:HikariCP:3.2.0", "org.reactivestreams:reactive-streams:1.0.4", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "com.typesafe.slick:slick_2.13:3.3.3", @@ -4281,12 +4281,12 @@ "coord": "com.typesafe.slick:slick-hikaricp_2.13:jar:sources:3.3.3", "dependencies": [ "com.typesafe.slick:slick_2.13:jar:sources:3.3.3", - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "com.zaxxer:HikariCP:jar:sources:3.2.0", "org.reactivestreams:reactive-streams:jar:sources:1.0.4", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "com.typesafe.slick:slick_2.13:jar:sources:3.3.3", @@ -4304,18 +4304,18 @@ { "coord": "com.typesafe.slick:slick_2.13:3.3.3", "dependencies": [ - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.reactivestreams:reactive-streams:1.0.4", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.reactivestreams:reactive-streams:1.0.4", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/typesafe/slick/slick_2.13/3.3.3/slick_2.13-3.3.3.jar", "mirror_urls": [ @@ -4347,18 +4347,18 @@ { "coord": "com.typesafe.slick:slick_2.13:jar:sources:3.3.3", "dependencies": [ - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.reactivestreams:reactive-streams:jar:sources:1.0.4", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.reactivestreams:reactive-streams:jar:sources:1.0.4", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/typesafe/slick/slick_2.13/3.3.3/slick_2.13-3.3.3-sources.jar", "mirror_urls": [ @@ -4369,41 +4369,41 @@ "url": "https://repo1.maven.org/maven2/com/typesafe/slick/slick_2.13/3.3.3/slick_2.13-3.3.3-sources.jar" }, { - "coord": "com.typesafe:config:1.4.2", + "coord": "com.typesafe:config:1.4.3", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/typesafe/config/1.4.2/config-1.4.2.jar", + "file": "v1/https/repo1.maven.org/maven2/com/typesafe/config/1.4.3/config-1.4.3.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/typesafe/config/1.4.2/config-1.4.2.jar" + "https://repo1.maven.org/maven2/com/typesafe/config/1.4.3/config-1.4.3.jar" ], "packages": [ "com.typesafe.config", "com.typesafe.config.impl", "com.typesafe.config.parser" ], - "sha256": "0076c249b4387d8369146528fd5dacb3efba098dc02ecf9ac81debdfc2e12fd5", - "url": "https://repo1.maven.org/maven2/com/typesafe/config/1.4.2/config-1.4.2.jar" + "sha256": "8ada4c185ce72416712d63e0b5afdc5f009c0cdf405e5f26efecdf156aa5dfb6", + "url": "https://repo1.maven.org/maven2/com/typesafe/config/1.4.3/config-1.4.3.jar" }, { - "coord": "com.typesafe:config:jar:sources:1.4.2", + "coord": "com.typesafe:config:jar:sources:1.4.3", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/typesafe/config/1.4.2/config-1.4.2-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/typesafe/config/1.4.3/config-1.4.3-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/typesafe/config/1.4.2/config-1.4.2-sources.jar" + "https://repo1.maven.org/maven2/com/typesafe/config/1.4.3/config-1.4.3-sources.jar" ], "packages": [], - "sha256": "2f1139b6985e24abe09fd05f7b3448dbbcda54854bd490c783cd02fdb82f342f", - "url": "https://repo1.maven.org/maven2/com/typesafe/config/1.4.2/config-1.4.2-sources.jar" + "sha256": "d3330505601cc47d97d03349d93dff32c85ec3881b5b168a8881c6af8ceb852a", + "url": "https://repo1.maven.org/maven2/com/typesafe/config/1.4.3/config-1.4.3-sources.jar" }, { "coord": "com.typesafe:ssl-config-core_2.13:0.6.1", "dependencies": [ - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11" ], "file": "v1/https/repo1.maven.org/maven2/com/typesafe/ssl-config-core_2.13/0.6.1/ssl-config-core_2.13-0.6.1.jar", @@ -4422,11 +4422,11 @@ { "coord": "com.typesafe:ssl-config-core_2.13:jar:sources:0.6.1", "dependencies": [ - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "file": "v1/https/repo1.maven.org/maven2/com/typesafe/ssl-config-core_2.13/0.6.1/ssl-config-core_2.13-0.6.1-sources.jar", @@ -4440,10 +4440,10 @@ { "coord": "com.zaxxer:HikariCP:3.2.0", "dependencies": [ - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/zaxxer/HikariCP/3.2.0/HikariCP-3.2.0.jar", "mirror_urls": [ @@ -4465,10 +4465,10 @@ { "coord": "com.zaxxer:HikariCP:jar:sources:3.2.0", "dependencies": [ - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/com/zaxxer/HikariCP/3.2.0/HikariCP-3.2.0-sources.jar", "mirror_urls": [ @@ -5164,10 +5164,10 @@ { "coord": "io.dropwizard.metrics:metrics-core:4.1.33", "dependencies": [ - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core/4.1.33/metrics-core-4.1.33.jar", "mirror_urls": [ @@ -5182,10 +5182,10 @@ { "coord": "io.dropwizard.metrics:metrics-core:jar:sources:4.1.33", "dependencies": [ - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core/4.1.33/metrics-core-4.1.33-sources.jar", "mirror_urls": [ @@ -5199,11 +5199,11 @@ "coord": "io.dropwizard.metrics:metrics-graphite:4.1.33", "dependencies": [ "io.dropwizard.metrics:metrics-core:4.1.33", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "io.dropwizard.metrics:metrics-core:4.1.33", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "exclusions": [ "com.rabbitmq:amqp-client" @@ -5222,11 +5222,11 @@ "coord": "io.dropwizard.metrics:metrics-graphite:jar:sources:4.1.33", "dependencies": [ "io.dropwizard.metrics:metrics-core:jar:sources:4.1.33", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "io.dropwizard.metrics:metrics-core:jar:sources:4.1.33", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "exclusions": [ "com.rabbitmq:amqp-client" @@ -5243,11 +5243,11 @@ "coord": "io.dropwizard.metrics:metrics-jmx:4.1.33", "dependencies": [ "io.dropwizard.metrics:metrics-core:4.1.33", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "io.dropwizard.metrics:metrics-core:4.1.33", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-jmx/4.1.33/metrics-jmx-4.1.33.jar", "mirror_urls": [ @@ -5263,11 +5263,11 @@ "coord": "io.dropwizard.metrics:metrics-jmx:jar:sources:4.1.33", "dependencies": [ "io.dropwizard.metrics:metrics-core:jar:sources:4.1.33", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "io.dropwizard.metrics:metrics-core:jar:sources:4.1.33", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-jmx/4.1.33/metrics-jmx-4.1.33-sources.jar", "mirror_urls": [ @@ -5281,11 +5281,11 @@ "coord": "io.dropwizard.metrics:metrics-jvm:4.1.33", "dependencies": [ "io.dropwizard.metrics:metrics-core:4.1.33", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "io.dropwizard.metrics:metrics-core:4.1.33", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-jvm/4.1.33/metrics-jvm-4.1.33.jar", "mirror_urls": [ @@ -5301,11 +5301,11 @@ "coord": "io.dropwizard.metrics:metrics-jvm:jar:sources:4.1.33", "dependencies": [ "io.dropwizard.metrics:metrics-core:jar:sources:4.1.33", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "io.dropwizard.metrics:metrics-core:jar:sources:4.1.33", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-jvm/4.1.33/metrics-jvm-4.1.33-sources.jar", "mirror_urls": [ @@ -5514,419 +5514,439 @@ "url": "https://repo1.maven.org/maven2/io/github/paoloboni/spray-json-derived-codecs_2.13/2.3.10/spray-json-derived-codecs_2.13-2.3.10-sources.jar" }, { - "coord": "io.grpc:grpc-api:1.60.0", + "coord": "io.grpc:grpc-api:1.65.1", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre" + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre" ], "directDependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre" + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-api/1.60.0/grpc-api-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-api/1.65.1/grpc-api-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.60.0/grpc-api-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.65.1/grpc-api-1.65.1.jar" ], "packages": [ "io.grpc" ], - "sha256": "9ddf7351aedf035325676660590e72c084983d31fbefc267c60ea0f1bcffc035", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.60.0/grpc-api-1.60.0.jar" + "sha256": "4fb6a4b2ed3744bd95c495fea42d9c6b8d4b6c26dd562376d5c62ec28d5db64f", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.65.1/grpc-api-1.65.1.jar" }, { - "coord": "io.grpc:grpc-api:jar:sources:1.60.0", + "coord": "io.grpc:grpc-api:jar:sources:1.65.1", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre" ], "directDependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-api/1.60.0/grpc-api-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-api/1.65.1/grpc-api-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.60.0/grpc-api-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.65.1/grpc-api-1.65.1-sources.jar" ], "packages": [], - "sha256": "c4ff031b751a9a03ff5dd0a71a90adaade0bb82bddb41a0a4d4a5abe71f5961e", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.60.0/grpc-api-1.60.0-sources.jar" + "sha256": "2c0e7b9625feba83fc932196158536f85c818584f5072acd710a7c48ceec11e6", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.65.1/grpc-api-1.65.1-sources.jar" }, { - "coord": "io.grpc:grpc-context:1.60.0", + "coord": "io.grpc:grpc-context:1.65.1", "dependencies": [ - "io.grpc:grpc-api:1.60.0" + "io.grpc:grpc-api:1.65.1" ], "directDependencies": [ - "io.grpc:grpc-api:1.60.0" + "io.grpc:grpc-api:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-context/1.60.0/grpc-context-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-context/1.65.1/grpc-context-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.60.0/grpc-context-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.65.1/grpc-context-1.65.1.jar" ], "packages": [], - "sha256": "03451769f3197e028c55b1a1198fa06301828ccda9d234ee5bb22a1661d18c37", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.60.0/grpc-context-1.60.0.jar" + "sha256": "1e8d6da14486585451f061a47d2e2435ec45506deb809b5029ccab9d4842c6ff", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.65.1/grpc-context-1.65.1.jar" }, { - "coord": "io.grpc:grpc-context:jar:sources:1.60.0", + "coord": "io.grpc:grpc-context:jar:sources:1.65.1", "dependencies": [ - "io.grpc:grpc-api:jar:sources:1.60.0" + "io.grpc:grpc-api:jar:sources:1.65.1" ], "directDependencies": [ - "io.grpc:grpc-api:jar:sources:1.60.0" + "io.grpc:grpc-api:jar:sources:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-context/1.60.0/grpc-context-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-context/1.65.1/grpc-context-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.60.0/grpc-context-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.65.1/grpc-context-1.65.1-sources.jar" ], "packages": [], - "sha256": "24535d99f42de706595c36e24b8b7d740e4faf12bafeed82d8e50f92e00850e7", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.60.0/grpc-context-1.60.0-sources.jar" + "sha256": "9e2fcb18dd0a3ce90b32f15ddf98d335f80fbc6512e60e9cba6180cdc4d0b9f1", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.65.1/grpc-context-1.65.1-sources.jar" }, { - "coord": "io.grpc:grpc-core:1.60.0", + "coord": "io.grpc:grpc-core:1.65.1", "dependencies": [ "com.google.android:annotations:4.1.1.4", "com.google.code.findbugs:jsr305:3.0.2", "com.google.code.gson:gson:2.10", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0", - "io.grpc:grpc-context:1.60.0", + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-context:1.65.1", "io.perfmark:perfmark-api:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:1.23" ], "directDependencies": [ "com.google.android:annotations:4.1.1.4", "com.google.code.gson:gson:2.10", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0", - "io.grpc:grpc-context:1.60.0", + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-context:1.65.1", "io.perfmark:perfmark-api:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:1.23" ], "exclusions": [ "io.grpc:grpc-util" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-core/1.60.0/grpc-core-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-core/1.65.1/grpc-core-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-core/1.60.0/grpc-core-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-core/1.65.1/grpc-core-1.65.1.jar" ], "packages": [ "io.grpc.internal" ], - "sha256": "e44be6499534905f9aab44a08f80f4206950f8a96ff227da44b9f81fef1be75d", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-core/1.60.0/grpc-core-1.60.0.jar" + "sha256": "590d19ad387b5f288477fc4c5bc5be9adf4ac4eab51cb69e8b3211286127c061", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-core/1.65.1/grpc-core-1.65.1.jar" }, { - "coord": "io.grpc:grpc-core:jar:sources:1.60.0", + "coord": "io.grpc:grpc-core:jar:sources:1.65.1", "dependencies": [ "com.google.android:annotations:jar:sources:4.1.1.4", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0", - "io.grpc:grpc-context:jar:sources:1.60.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-context:jar:sources:1.65.1", "io.perfmark:perfmark-api:jar:sources:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.23" ], "directDependencies": [ "com.google.android:annotations:jar:sources:4.1.1.4", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0", - "io.grpc:grpc-context:jar:sources:1.60.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-context:jar:sources:1.65.1", "io.perfmark:perfmark-api:jar:sources:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.23" ], "exclusions": [ "io.grpc:grpc-util" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-core/1.60.0/grpc-core-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-core/1.65.1/grpc-core-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-core/1.60.0/grpc-core-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-core/1.65.1/grpc-core-1.65.1-sources.jar" ], "packages": [], - "sha256": "a26de4526c83525a9df1a8fba3bcb8e0cffb98404320bdc1566d9149f67a22f2", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-core/1.60.0/grpc-core-1.60.0-sources.jar" + "sha256": "5cf18f5672a21e87c1f166926e873c193cf1b4e906cbe35b4fae6fbd7e06442c", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-core/1.65.1/grpc-core-1.65.1-sources.jar" }, { - "coord": "io.grpc:grpc-inprocess:1.60.0", + "coord": "io.grpc:grpc-inprocess:1.65.1", "dependencies": [ "com.google.android:annotations:4.1.1.4", "com.google.code.findbugs:jsr305:3.0.2", "com.google.code.gson:gson:2.10", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0", - "io.grpc:grpc-context:1.60.0", - "io.grpc:grpc-core:1.60.0", - "io.grpc:grpc-util:1.60.0", + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-context:1.65.1", + "io.grpc:grpc-core:1.65.1", "io.perfmark:perfmark-api:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:1.23" ], "directDependencies": [ - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-core:1.60.0" + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-core:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.60.0/grpc-inprocess-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.65.1/grpc-inprocess-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.60.0/grpc-inprocess-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.65.1/grpc-inprocess-1.65.1.jar" ], "packages": [ "io.grpc.inprocess" ], - "sha256": "35ea2be1d3fb73b75e78b9ea6b925e16bbc94e3d864e53486cfa0082cce4421b", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.60.0/grpc-inprocess-1.60.0.jar" + "sha256": "6e3b197f5668e26fec19a831d2dd1f6d53b6eb9d4d3978b8ffd4ff68f1aae020", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.65.1/grpc-inprocess-1.65.1.jar" }, { - "coord": "io.grpc:grpc-inprocess:jar:sources:1.60.0", + "coord": "io.grpc:grpc-inprocess:jar:sources:1.65.1", "dependencies": [ "com.google.android:annotations:jar:sources:4.1.1.4", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0", - "io.grpc:grpc-context:jar:sources:1.60.0", - "io.grpc:grpc-core:jar:sources:1.60.0", - "io.grpc:grpc-util:jar:sources:1.60.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-context:jar:sources:1.65.1", + "io.grpc:grpc-core:jar:sources:1.65.1", "io.perfmark:perfmark-api:jar:sources:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.23" ], "directDependencies": [ - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-core:jar:sources:1.60.0" + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-core:jar:sources:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.60.0/grpc-inprocess-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.65.1/grpc-inprocess-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.60.0/grpc-inprocess-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.65.1/grpc-inprocess-1.65.1-sources.jar" ], "packages": [], - "sha256": "b6b517280c73f84f9fad57bc4d239031e3b420159316d1e6d9fa134081b7fbeb", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.60.0/grpc-inprocess-1.60.0-sources.jar" + "sha256": "a3a8212223ff800f249594c1e434ae389438b77959a880ce9213753e076ed122", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-inprocess/1.65.1/grpc-inprocess-1.65.1-sources.jar" }, { - "coord": "io.grpc:grpc-netty:1.60.0", + "coord": "io.grpc:grpc-netty:1.65.1", "dependencies": [ "com.google.android:annotations:4.1.1.4", "com.google.code.findbugs:jsr305:3.0.2", "com.google.code.gson:gson:2.10", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0", - "io.grpc:grpc-context:1.60.0", - "io.grpc:grpc-core:1.60.0", - "io.grpc:grpc-util:1.60.0", - "io.netty:netty-codec-http2:4.1.108.Final", - "io.netty:netty-handler-proxy:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:4.1.108.Final", + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-context:1.65.1", + "io.grpc:grpc-core:1.65.1", + "io.grpc:grpc-util:1.65.1", + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec-http2:4.1.100.Final", + "io.netty:netty-codec-http:4.1.100.Final", + "io.netty:netty-codec-socks:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-handler-proxy:4.1.100.Final", + "io.netty:netty-handler:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final", "io.perfmark:perfmark-api:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:1.23" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-core:1.60.0", - "io.netty:netty-codec-http2:4.1.108.Final", - "io.netty:netty-handler-proxy:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:4.1.108.Final", + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-core:1.65.1", + "io.grpc:grpc-util:1.65.1", + "io.netty:netty-codec-http2:4.1.100.Final", + "io.netty:netty-handler-proxy:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:4.1.100.Final", "io.perfmark:perfmark-api:0.26.0" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-netty/1.60.0/grpc-netty-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-netty/1.65.1/grpc-netty-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-netty/1.60.0/grpc-netty-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-netty/1.65.1/grpc-netty-1.65.1.jar" ], "packages": [ "io.grpc.netty" ], - "sha256": "666f7006e39ccc94ce1625abd796d77fbe8577719b781155e7474381293c2a8f", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-netty/1.60.0/grpc-netty-1.60.0.jar" + "sha256": "86b0a76c7283c7dfe47153f1b27f9ad6580a3ea8ab82276aa5e32d6a62487ae6", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-netty/1.65.1/grpc-netty-1.65.1.jar" }, { - "coord": "io.grpc:grpc-netty:jar:sources:1.60.0", + "coord": "io.grpc:grpc-netty:jar:sources:1.65.1", "dependencies": [ "com.google.android:annotations:jar:sources:4.1.1.4", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0", - "io.grpc:grpc-context:jar:sources:1.60.0", - "io.grpc:grpc-core:jar:sources:1.60.0", - "io.grpc:grpc-util:jar:sources:1.60.0", - "io.netty:netty-codec-http2:jar:sources:4.1.108.Final", - "io.netty:netty-handler-proxy:jar:sources:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.108.Final", + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-context:jar:sources:1.65.1", + "io.grpc:grpc-core:jar:sources:1.65.1", + "io.grpc:grpc-util:jar:sources:1.65.1", + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec-http2:jar:sources:4.1.100.Final", + "io.netty:netty-codec-http:jar:sources:4.1.100.Final", + "io.netty:netty-codec-socks:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-handler-proxy:jar:sources:4.1.100.Final", + "io.netty:netty-handler:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final", "io.perfmark:perfmark-api:jar:sources:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.23" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-core:jar:sources:1.60.0", - "io.netty:netty-codec-http2:jar:sources:4.1.108.Final", - "io.netty:netty-handler-proxy:jar:sources:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.108.Final", + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-core:jar:sources:1.65.1", + "io.grpc:grpc-util:jar:sources:1.65.1", + "io.netty:netty-codec-http2:jar:sources:4.1.100.Final", + "io.netty:netty-handler-proxy:jar:sources:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.100.Final", "io.perfmark:perfmark-api:jar:sources:0.26.0" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-netty/1.60.0/grpc-netty-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-netty/1.65.1/grpc-netty-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-netty/1.60.0/grpc-netty-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-netty/1.65.1/grpc-netty-1.65.1-sources.jar" ], "packages": [], - "sha256": "e5f6d9ae0f09702b8dc5b05d81d0e5071cefd504b65fece35fb26977025bdad9", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-netty/1.60.0/grpc-netty-1.60.0-sources.jar" + "sha256": "d937aa29f241d4e662d3a239f09d3bfa9269fc6d9287eeca2023a9809121736e", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-netty/1.65.1/grpc-netty-1.65.1-sources.jar" }, { - "coord": "io.grpc:grpc-protobuf-lite:1.60.0", + "coord": "io.grpc:grpc-protobuf-lite:1.65.1", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0" + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1" ], "directDependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0" + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1" ], "exclusions": [ "com.google.protobuf:protobuf-javalite" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.60.0/grpc-protobuf-lite-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.65.1/grpc-protobuf-lite-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.60.0/grpc-protobuf-lite-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.65.1/grpc-protobuf-lite-1.65.1.jar" ], "packages": [ "io.grpc.protobuf.lite" ], - "sha256": "89b0db78b54e335f8afc20c7f1d507f670e9a482766fe5e1db9a1532794692bf", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.60.0/grpc-protobuf-lite-1.60.0.jar" + "sha256": "0debee5af442761318309bb24377c512c2228123396f9f4aafd36f1d198af4b2", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.65.1/grpc-protobuf-lite-1.65.1.jar" }, { - "coord": "io.grpc:grpc-protobuf-lite:jar:sources:1.60.0", + "coord": "io.grpc:grpc-protobuf-lite:jar:sources:1.65.1", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1" ], "directDependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0" + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1" ], "exclusions": [ "com.google.protobuf:protobuf-javalite" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.60.0/grpc-protobuf-lite-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.65.1/grpc-protobuf-lite-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.60.0/grpc-protobuf-lite-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.65.1/grpc-protobuf-lite-1.65.1-sources.jar" ], "packages": [], - "sha256": "d630b77c68c4effd4d3f620134135a22305c63df4992a2fe012762ab26c2b915", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.60.0/grpc-protobuf-lite-1.60.0-sources.jar" + "sha256": "1df84c0fe9de3bd7e75535f1296d73e5f8f6abd6efc3adb32e26d837c3902e67", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.65.1/grpc-protobuf-lite-1.65.1-sources.jar" }, { - "coord": "io.grpc:grpc-protobuf:1.60.0", + "coord": "io.grpc:grpc-protobuf:1.65.1", "dependencies": [ - "com.google.api.grpc:proto-google-common-protos:2.22.0", + "com.google.api.grpc:proto-google-common-protos:2.29.0", "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "com.google.protobuf:protobuf-java:3.24.0", - "io.grpc:grpc-api:1.60.0", - "io.grpc:grpc-protobuf-lite:1.60.0" + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "com.google.protobuf:protobuf-java:3.24.4", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-protobuf-lite:1.65.1" ], "directDependencies": [ - "com.google.api.grpc:proto-google-common-protos:2.22.0", + "com.google.api.grpc:proto-google-common-protos:2.29.0", "com.google.code.findbugs:jsr305:3.0.2", - "com.google.guava:guava:31.1-jre", - "com.google.protobuf:protobuf-java:3.24.0", - "io.grpc:grpc-api:1.60.0", - "io.grpc:grpc-protobuf-lite:1.60.0" + "com.google.guava:guava:33.3.0-jre", + "com.google.protobuf:protobuf-java:3.24.4", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-protobuf-lite:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.60.0/grpc-protobuf-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.65.1/grpc-protobuf-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.60.0/grpc-protobuf-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.65.1/grpc-protobuf-1.65.1.jar" ], "packages": [ "io.grpc.protobuf" ], - "sha256": "1cdd17a16b011ffc42198cbcec8e5782cabf2ea576a3d5d4ba061c4df5fe571c", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.60.0/grpc-protobuf-1.60.0.jar" + "sha256": "dd5b390240b98daf040f28319711e964a810d7e7c200eb15d3525de51c927350", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.65.1/grpc-protobuf-1.65.1.jar" }, { - "coord": "io.grpc:grpc-protobuf:jar:sources:1.60.0", + "coord": "io.grpc:grpc-protobuf:jar:sources:1.65.1", "dependencies": [ - "com.google.api.grpc:proto-google-common-protos:jar:sources:2.22.0", + "com.google.api.grpc:proto-google-common-protos:jar:sources:2.29.0", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", - "io.grpc:grpc-api:jar:sources:1.60.0", - "io.grpc:grpc-protobuf-lite:jar:sources:1.60.0" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-protobuf-lite:jar:sources:1.65.1" ], "directDependencies": [ - "com.google.api.grpc:proto-google-common-protos:jar:sources:2.22.0", + "com.google.api.grpc:proto-google-common-protos:jar:sources:2.29.0", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", - "io.grpc:grpc-api:jar:sources:1.60.0", - "io.grpc:grpc-protobuf-lite:jar:sources:1.60.0" + "com.google.guava:guava:jar:sources:33.3.0-jre", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-protobuf-lite:jar:sources:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.60.0/grpc-protobuf-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.65.1/grpc-protobuf-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.60.0/grpc-protobuf-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.65.1/grpc-protobuf-1.65.1-sources.jar" ], "packages": [], - "sha256": "80cdf937c61a4dbf6b6643754eb1c830c88ad116ac9e92e7a9da0ee44767f548", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.60.0/grpc-protobuf-1.60.0-sources.jar" + "sha256": "8ad9e8b5861b933584deb0db063cd5e129e035ff5d07853da1c8e9ec1ca7fef6", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.65.1/grpc-protobuf-1.65.1-sources.jar" }, { - "coord": "io.grpc:grpc-services:1.60.0", + "coord": "io.grpc:grpc-services:1.65.1", "dependencies": [ "com.google.android:annotations:4.1.1.4", - "com.google.api.grpc:proto-google-common-protos:2.22.0", + "com.google.api.grpc:proto-google-common-protos:2.29.0", "com.google.code.findbugs:jsr305:3.0.2", "com.google.code.gson:gson:2.10", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "com.google.j2objc:j2objc-annotations:2.8", - "com.google.protobuf:protobuf-java-util:3.24.0", - "com.google.protobuf:protobuf-java:3.24.0", - "io.grpc:grpc-api:1.60.0", - "io.grpc:grpc-context:1.60.0", - "io.grpc:grpc-core:1.60.0", - "io.grpc:grpc-protobuf-lite:1.60.0", - "io.grpc:grpc-protobuf:1.60.0", - "io.grpc:grpc-stub:1.60.0", - "io.grpc:grpc-util:1.60.0", + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "com.google.j2objc:j2objc-annotations:3.0.0", + "com.google.protobuf:protobuf-java-util:3.24.4", + "com.google.protobuf:protobuf-java:3.24.4", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-context:1.65.1", + "io.grpc:grpc-core:1.65.1", + "io.grpc:grpc-protobuf-lite:1.65.1", + "io.grpc:grpc-protobuf:1.65.1", + "io.grpc:grpc-stub:1.65.1", + "io.grpc:grpc-util:1.65.1", "io.perfmark:perfmark-api:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:1.23" ], "directDependencies": [ "com.google.code.gson:gson:2.10", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "com.google.j2objc:j2objc-annotations:2.8", - "com.google.protobuf:protobuf-java-util:3.24.0", - "io.grpc:grpc-core:1.60.0", - "io.grpc:grpc-protobuf:1.60.0", - "io.grpc:grpc-stub:1.60.0", - "io.grpc:grpc-util:1.60.0" + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "com.google.j2objc:j2objc-annotations:3.0.0", + "com.google.protobuf:protobuf-java-util:3.24.4", + "io.grpc:grpc-core:1.65.1", + "io.grpc:grpc-protobuf:1.65.1", + "io.grpc:grpc-stub:1.65.1", + "io.grpc:grpc-util:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-services/1.60.0/grpc-services-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-services/1.65.1/grpc-services-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-services/1.60.0/grpc-services-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-services/1.65.1/grpc-services-1.65.1.jar" ], "packages": [ "io.grpc.binarylog.v1", @@ -5937,269 +5957,267 @@ "io.grpc.reflection.v1alpha", "io.grpc.services" ], - "sha256": "3632e7453250b62f14cc0541fddbea36a40a987bbd517a3a41ac663611cc885d", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-services/1.60.0/grpc-services-1.60.0.jar" + "sha256": "4c5ec8cecf2349a6ece8acf969bd674de1c4aec615c804de87275e01a732cb64", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-services/1.65.1/grpc-services-1.65.1.jar" }, { - "coord": "io.grpc:grpc-services:jar:sources:1.60.0", + "coord": "io.grpc:grpc-services:jar:sources:1.65.1", "dependencies": [ "com.google.android:annotations:jar:sources:4.1.1.4", - "com.google.api.grpc:proto-google-common-protos:jar:sources:2.22.0", + "com.google.api.grpc:proto-google-common-protos:jar:sources:2.29.0", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.j2objc:j2objc-annotations:jar:sources:2.8", - "com.google.protobuf:protobuf-java-util:jar:sources:3.24.0", - "com.google.protobuf:protobuf-java:jar:sources:3.24.0", - "io.grpc:grpc-api:jar:sources:1.60.0", - "io.grpc:grpc-context:jar:sources:1.60.0", - "io.grpc:grpc-core:jar:sources:1.60.0", - "io.grpc:grpc-protobuf-lite:jar:sources:1.60.0", - "io.grpc:grpc-protobuf:jar:sources:1.60.0", - "io.grpc:grpc-stub:jar:sources:1.60.0", - "io.grpc:grpc-util:jar:sources:1.60.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "com.google.j2objc:j2objc-annotations:jar:sources:3.0.0", + "com.google.protobuf:protobuf-java-util:jar:sources:3.24.4", + "com.google.protobuf:protobuf-java:jar:sources:3.24.4", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-context:jar:sources:1.65.1", + "io.grpc:grpc-core:jar:sources:1.65.1", + "io.grpc:grpc-protobuf-lite:jar:sources:1.65.1", + "io.grpc:grpc-protobuf:jar:sources:1.65.1", + "io.grpc:grpc-stub:jar:sources:1.65.1", + "io.grpc:grpc-util:jar:sources:1.65.1", "io.perfmark:perfmark-api:jar:sources:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.23" ], "directDependencies": [ "com.google.code.gson:gson:jar:sources:2.10", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.j2objc:j2objc-annotations:jar:sources:2.8", - "com.google.protobuf:protobuf-java-util:jar:sources:3.24.0", - "io.grpc:grpc-core:jar:sources:1.60.0", - "io.grpc:grpc-protobuf:jar:sources:1.60.0", - "io.grpc:grpc-stub:jar:sources:1.60.0", - "io.grpc:grpc-util:jar:sources:1.60.0" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "com.google.j2objc:j2objc-annotations:jar:sources:3.0.0", + "com.google.protobuf:protobuf-java-util:jar:sources:3.24.4", + "io.grpc:grpc-core:jar:sources:1.65.1", + "io.grpc:grpc-protobuf:jar:sources:1.65.1", + "io.grpc:grpc-stub:jar:sources:1.65.1", + "io.grpc:grpc-util:jar:sources:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-services/1.60.0/grpc-services-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-services/1.65.1/grpc-services-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-services/1.60.0/grpc-services-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-services/1.65.1/grpc-services-1.65.1-sources.jar" ], "packages": [], - "sha256": "f4611c4dbecb3b6fa742e05b2fd3b24ede92efb73060289081dfc876674f5418", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-services/1.60.0/grpc-services-1.60.0-sources.jar" + "sha256": "aa219e631af077abc5f82823e5c61373ab5b382dd1c33c62a89cd28b6d910476", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-services/1.65.1/grpc-services-1.65.1-sources.jar" }, { - "coord": "io.grpc:grpc-stub:1.60.0", + "coord": "io.grpc:grpc-stub:1.65.1", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0" + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0" + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-stub/1.60.0/grpc-stub-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-stub/1.65.1/grpc-stub-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.60.0/grpc-stub-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.65.1/grpc-stub-1.65.1.jar" ], "packages": [ "io.grpc.stub", "io.grpc.stub.annotations" ], - "sha256": "78feaeef3ebcd18a4375f317165192c9879bd77e54cee21e82623987a356cfe0", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.60.0/grpc-stub-1.60.0.jar" + "sha256": "2df07043e03ae03e06bca49fd9a55702adeaafb3bcec3068a8f6179efa68c9e1", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.65.1/grpc-stub-1.65.1.jar" }, { - "coord": "io.grpc:grpc-stub:jar:sources:1.60.0", + "coord": "io.grpc:grpc-stub:jar:sources:1.65.1", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0" + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-stub/1.60.0/grpc-stub-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-stub/1.65.1/grpc-stub-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.60.0/grpc-stub-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.65.1/grpc-stub-1.65.1-sources.jar" ], "packages": [], - "sha256": "fb2a9a118c7edf496a30f56c169f684ce72216febf2eb22052d762c3aaa13330", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.60.0/grpc-stub-1.60.0-sources.jar" + "sha256": "37d6b163ae58ce34c584c7d76e31e58a679ad045bf07f8f59d2c79c31a1a91e6", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.65.1/grpc-stub-1.65.1-sources.jar" }, { - "coord": "io.grpc:grpc-util:1.60.0", + "coord": "io.grpc:grpc-util:1.65.1", "dependencies": [ "com.google.android:annotations:4.1.1.4", "com.google.code.findbugs:jsr305:3.0.2", "com.google.code.gson:gson:2.10", - "com.google.errorprone:error_prone_annotations:2.20.0", - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0", - "io.grpc:grpc-context:1.60.0", - "io.grpc:grpc-core:1.60.0", - "io.grpc:grpc-util:1.60.0", + "com.google.errorprone:error_prone_annotations:2.28.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-context:1.65.1", + "io.grpc:grpc-core:1.65.1", "io.perfmark:perfmark-api:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:1.23" ], "directDependencies": [ - "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-api:1.60.0", - "io.grpc:grpc-core:1.60.0", + "com.google.guava:guava:33.3.0-jre", + "io.grpc:grpc-api:1.65.1", + "io.grpc:grpc-core:1.65.1", "org.codehaus.mojo:animal-sniffer-annotations:1.23" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-util/1.60.0/grpc-util-1.60.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-util/1.65.1/grpc-util-1.65.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-util/1.60.0/grpc-util-1.60.0.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-util/1.65.1/grpc-util-1.65.1.jar" ], "packages": [ "io.grpc.util" ], - "sha256": "e9ac1773ea36dc7f197c338154c2d1b2c06f5949c0ac2cd3da4f7f0e101a6e47", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-util/1.60.0/grpc-util-1.60.0.jar" + "sha256": "7d2c4866515c6101598dd0c3d2e955707fb1126e51fd0eeb06daa98837f8dfbc", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-util/1.65.1/grpc-util-1.65.1.jar" }, { - "coord": "io.grpc:grpc-util:jar:sources:1.60.0", + "coord": "io.grpc:grpc-util:jar:sources:1.65.1", "dependencies": [ "com.google.android:annotations:jar:sources:4.1.1.4", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.code.gson:gson:jar:sources:2.10", - "com.google.errorprone:error_prone_annotations:jar:sources:2.20.0", - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0", - "io.grpc:grpc-context:jar:sources:1.60.0", - "io.grpc:grpc-core:jar:sources:1.60.0", - "io.grpc:grpc-util:jar:sources:1.60.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.28.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-context:jar:sources:1.65.1", + "io.grpc:grpc-core:jar:sources:1.65.1", "io.perfmark:perfmark-api:jar:sources:0.26.0", "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.23" ], "directDependencies": [ - "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-api:jar:sources:1.60.0", - "io.grpc:grpc-core:jar:sources:1.60.0", + "com.google.guava:guava:jar:sources:33.3.0-jre", + "io.grpc:grpc-api:jar:sources:1.65.1", + "io.grpc:grpc-core:jar:sources:1.65.1", "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.23" ], - "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-util/1.60.0/grpc-util-1.60.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-util/1.65.1/grpc-util-1.65.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-util/1.60.0/grpc-util-1.60.0-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-util/1.65.1/grpc-util-1.65.1-sources.jar" ], "packages": [], - "sha256": "05cbc3716061ec6be96d78ee646e53e3f9bd6edaf36f065241b1d8ac956713ff", - "url": "https://repo1.maven.org/maven2/io/grpc/grpc-util/1.60.0/grpc-util-1.60.0-sources.jar" + "sha256": "77f7364ab5f97769276c0f3d836f462a76d89423aa9aac34618283a89dd5f55f", + "url": "https://repo1.maven.org/maven2/io/grpc/grpc-util/1.65.1/grpc-util-1.65.1-sources.jar" }, { - "coord": "io.netty:netty-buffer:4.1.108.Final", + "coord": "io.netty:netty-buffer:4.1.100.Final", "dependencies": [ - "io.netty:netty-common:4.1.108.Final" + "io.netty:netty-common:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-common:4.1.108.Final" + "io.netty:netty-common:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar" ], "packages": [ "io.netty.buffer", "io.netty.buffer.search" ], - "sha256": "348e3ff64c7129ca661bc09d4bdda09c824474cfd1f5918368bdc56f5ee17f79", - "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar" + "sha256": "462874b44ee782fbefec64078cda6eb8e7bf9f0e0af71a928ef4c1f2d564f7ee", + "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-buffer:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-buffer:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.108.Final" + "io.netty:netty-common:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-common:jar:sources:4.1.108.Final" + "io.netty:netty-common:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "d0d090b39bba11f5ceb61f00147a92fbe6785b89a9991f6e2f6eee7e1c2de386", - "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final-sources.jar" + "sha256": "7954d2b274d418d844a573a4712b18a7c40b85f94284f5429cb32e6408394d60", + "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-codec-http2:4.1.108.Final", + "coord": "io.netty:netty-codec-http2:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec-http:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-handler:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec-http:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-handler:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec-http:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-handler:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec-http:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-handler:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final.jar" ], "packages": [ "io.netty.handler.codec.http2" ], - "sha256": "a813e1810f7c1959b90fc7f221e03ce15e66005ee56e29cd0d68312b9679c772", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar" + "sha256": "23b4a74350f4cf8d41b93fb93d52b5050667d8d53fffc385672c86eab83b8749", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-codec-http2:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-codec-http2:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec-http:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-handler:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec-http:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-handler:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec-http:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-handler:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec-http:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-handler:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "4bac91d9d56373576eb5e02b94fba41e5a276448a4f31762e419a5d11710e9d3", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final-sources.jar" + "sha256": "10ddecd4de1351a4bdfa4ed6a113a47f808edfdd54b83cd477c4fb27e935f78e", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-codec-http:4.1.108.Final", + "coord": "io.netty:netty-codec-http:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-handler:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-handler:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-handler:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-handler:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar" ], "packages": [ "io.netty.handler.codec.http", @@ -6212,53 +6230,53 @@ "io.netty.handler.codec.rtsp", "io.netty.handler.codec.spdy" ], - "sha256": "2bdb276d40c2293014638a7e065bea977b574fb6a978e1197f514f2e13b695a6", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar" + "sha256": "326811d249cb0e5555e78e026e877834e792261c38f0666d80464426695d9590", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-codec-http:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-codec-http:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-handler:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-handler:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-handler:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-handler:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "c6afefd3666f4476f1ad042fcfe689be4fd25e6f8ff452234e8f53a8d2254a6c", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final-sources.jar" + "sha256": "6f1489ef88b5dc670addd06180e1f5f3bf86b9fd01758d8200a4f7307ddf77d1", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-codec-socks:4.1.108.Final", + "coord": "io.netty:netty-codec-socks:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final.jar" ], "packages": [ "io.netty.handler.codec.socks", @@ -6266,48 +6284,48 @@ "io.netty.handler.codec.socksx.v4", "io.netty.handler.codec.socksx.v5" ], - "sha256": "6a1340535f24ab997e1e5fec8bf2649108550a0816ee8e3728c14c2e55921bd8", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar" + "sha256": "608a453b90f8384ba4efcdc6db7f899a1f10b9ea1890954696e6cfac45ff1ba9", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-codec-socks:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-codec-socks:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "96442ffa09c9b43151c7d932f5162772a2bb4774d7c85dcb366a8edaf0af3d62", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final-sources.jar" + "sha256": "a2f57ddadc95f8d06ce8b1713a30e72aab6acf9a20fba7eb0e30b7df9e6ec256", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-codec:4.1.108.Final", + "coord": "io.netty:netty-codec:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar" ], "packages": [ "io.netty.handler.codec", @@ -6321,37 +6339,37 @@ "io.netty.handler.codec.string", "io.netty.handler.codec.xml" ], - "sha256": "32c220dea93756fba28f9302481bc657738cc40d07440daa985a2ba21df226f1", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar" + "sha256": "180a01ed67af399602e24ff1c32864e7f57f57c4a0fa5e9ab3fe9b0e5e9cf051", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-codec:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-codec:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "0d08bc0933beba1d0fab7e39624b6c3e8c05b6458c7a82e7ea77d9d4d7277ef4", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final-sources.jar" + "sha256": "33a18f8618c81b251e58d2cc94445bddf7bf0c84856213febf13c2b42fd5966a", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-common:4.1.108.Final", + "coord": "io.netty:netty-common:4.1.100.Final", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar" ], "packages": [ "io.netty.util", @@ -6364,102 +6382,102 @@ "io.netty.util.internal.shaded.org.jctools.util", "io.netty.util.internal.svm" ], - "sha256": "8e3649fc6bab84a88ad47af82e38f9c36ab3725de478632c8a59e4bd74d16e08", - "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar" + "sha256": "d2908301f1ac6f2910900742473c15d701765d3d4467acdb1eebb9df3aa82885", + "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-common:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-common:jar:sources:4.1.100.Final", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "4104a190511c03cfadefe6e05d0c13d5d297e087e0a2eca417ca265f2bb90c18", - "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final-sources.jar" + "sha256": "cb67f6cfc3ee2c9f0966ad244197e0c23a9c1c615aec764afd3793316766c67c", + "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-handler-proxy:4.1.108.Final", + "coord": "io.netty:netty-handler-proxy:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec-http:4.1.108.Final", - "io.netty:netty-codec-socks:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-handler:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec-http:4.1.100.Final", + "io.netty:netty-codec-socks:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-handler:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec-http:4.1.108.Final", - "io.netty:netty-codec-socks:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec-http:4.1.100.Final", + "io.netty:netty-codec-socks:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final.jar" ], "packages": [ "io.netty.handler.proxy" ], - "sha256": "0e11683b57e75393d6ea710e0c6a8ebcb5c0913e7938ab2a8a8667ba740219da", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.jar" + "sha256": "686dbc2e61407f216d6cb267dd7954896f851dd34b58be3e757c5a89f20a5e67", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-handler-proxy:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-handler-proxy:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec-http:jar:sources:4.1.108.Final", - "io.netty:netty-codec-socks:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-handler:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec-http:jar:sources:4.1.100.Final", + "io.netty:netty-codec-socks:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-handler:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec-http:jar:sources:4.1.108.Final", - "io.netty:netty-codec-socks:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec-http:jar:sources:4.1.100.Final", + "io.netty:netty-codec-socks:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "f9b6ace4f1528610f5d1390588f405e3b1b89f4eef3a55226abfd4eeb7049e70", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final-sources.jar" + "sha256": "40b1123cfaec444459e1184af882c994cb7c6a9b21cc7f4c98e902e2ee628f10", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-handler:4.1.108.Final", + "coord": "io.netty:netty-handler:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-codec:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-codec:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar" ], "packages": [ "io.netty.handler.address", @@ -6475,328 +6493,334 @@ "io.netty.handler.timeout", "io.netty.handler.traffic" ], - "sha256": "55b2458011527d94abc868086afd039cd00cc3a547e7322569e0fb4f906d9d80", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar" + "sha256": "0e10e584c2e7fdf7f4804e14760ed987003f1b62ab982f62eaf13a9892793d3a", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-handler:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-handler:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-codec:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-codec:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "85e3a994544dbd5c4eb5b8c7708fb47f66277afd4ee9855a7e931703fe034c2c", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final-sources.jar" + "sha256": "c591995af266161769863298dfe1aa2ff634c25abef33e710a1c9f2ef707fc20", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-resolver:4.1.108.Final", + "coord": "io.netty:netty-resolver:4.1.100.Final", "dependencies": [ - "io.netty:netty-common:4.1.108.Final" + "io.netty:netty-common:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-common:4.1.108.Final" + "io.netty:netty-common:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar" ], "packages": [ "io.netty.resolver" ], - "sha256": "55279fdcf6c0e1819b6561cc70b0eb2de1b1cf1ef5635fc46334d7e06faa9dd9", - "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar" + "sha256": "c42c481c776e9d367a45cc3a67a06f65897d280334eb30b2362b8c55b7523f4f", + "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-resolver:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-resolver:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.108.Final" + "io.netty:netty-common:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-common:jar:sources:4.1.108.Final" + "io.netty:netty-common:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "60b7eab02a29079044bde0eb4129a8f039b746659bf387b5ca2b0d70c21854b5", - "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final-sources.jar" + "sha256": "5e8cd49d0804f2ec6c04f16f46cc1a6ebfb00745177d740c23a51b9913c28fc8", + "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:2.0.61.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:2.0.66.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final.jar" ], "packages": [], - "sha256": "b6f974972c44cd6f9cecabc255290286faac40b6393c66c3c3c0db7f421cc28e", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final.jar" + "sha256": "df215103b6082caceef6b83ed5bbf61d2072688b8b248e9d86cc0bbdb785b5e4", + "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final.jar" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-linux-aarch_64.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-linux-aarch_64.jar" ], "packages": [], - "sha256": "3614395218ae379cec22ccaa089c4f27b9329a660e0d53c93e7cb12b7a2cee46", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar" + "sha256": "0c18e0f8c70d801f1711ca9fef1ef9bdd5f9b9afb43292f439459ee780d758b6", + "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-linux-aarch_64.jar" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-linux-x86_64.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-linux-x86_64.jar" ], "packages": [], - "sha256": "4ff9d14f1ec6ccee35b78f53a6f3d9c7c54535aa2a76138311c2f619c5e150e1", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar" + "sha256": "407547388ead01c371ae1de7616fa9ce8bc26aa4b180aa5f0452e23ecc02a8f1", + "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-linux-x86_64.jar" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-osx-aarch_64.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-osx-aarch_64.jar" ], "packages": [], - "sha256": "58e0302c9fde3db984c3ff7ee7ec7159dc0320bdb91533cc290e12e40911cd1a", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar" + "sha256": "3cf31a82c0d2c79b48050f02a60d08e9a17db00759ca1f7920cd35d842c7f95e", + "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-osx-aarch_64.jar" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-osx-x86_64.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-osx-x86_64.jar" ], "packages": [], - "sha256": "fcfea887f4f0802d363c699b444d504b7109a7cb198ae6845eeff63745e5b0ba", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar" + "sha256": "a34307997449310bcf327c42c46e2db0067c2adf3d66a19fe18e0fd9981fe162", + "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-osx-x86_64.jar" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.61.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.66.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.61.Final", - "io.netty:netty-tcnative-classes:jar:sources:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.66.Final", + "io.netty:netty-tcnative-classes:jar:sources:2.0.66.Final" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.61.Final", - "io.netty:netty-tcnative-classes:jar:sources:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.66.Final", + "io.netty:netty-tcnative-classes:jar:sources:2.0.66.Final" ], - "file": null + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-sources.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-sources.jar" + ], + "packages": [], + "sha256": "d61b7fb059bca5916443e07111736268359622a7befcb1f4803c7d92ea0c29c8", + "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-sources.jar" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", - "io.netty:netty-tcnative-classes:2.0.61.Final" + "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.66.Final", + "io.netty:netty-tcnative-classes:2.0.66.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-windows-x86_64.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-windows-x86_64.jar" ], "packages": [], - "sha256": "17cd2fa3c63b7ed23edea01c945e55cb7baed1faa0f553732c3f5f56da90b3e0", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar" + "sha256": "4f5a5665d3d8c4b2d5ffc40a0c4b07f94399b7d0a4ee01966df0bfc6f49d4524", + "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.66.Final/netty-tcnative-boringssl-static-2.0.66.Final-windows-x86_64.jar" }, { - "coord": "io.netty:netty-tcnative-classes:2.0.61.Final", + "coord": "io.netty:netty-tcnative-classes:2.0.66.Final", "dependencies": [], "directDependencies": [], "exclusions": [ "io.netty:netty-jni-util" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.66.Final/netty-tcnative-classes-2.0.66.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.66.Final/netty-tcnative-classes-2.0.66.Final.jar" ], "packages": [ "io.netty.internal.tcnative" ], - "sha256": "9b970eccd844bfae175a5cbbf7bf94891894add06d6ccbe1abf2250cd64080f6", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final.jar" + "sha256": "669a811a193dc1e7c9ef86cb547a4ab92f0f34cce8f9b842b9029bf5cfa07cc5", + "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.66.Final/netty-tcnative-classes-2.0.66.Final.jar" }, { - "coord": "io.netty:netty-tcnative-classes:jar:sources:2.0.61.Final", + "coord": "io.netty:netty-tcnative-classes:jar:sources:2.0.66.Final", "dependencies": [], "directDependencies": [], "exclusions": [ "io.netty:netty-jni-util" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.66.Final/netty-tcnative-classes-2.0.66.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.66.Final/netty-tcnative-classes-2.0.66.Final-sources.jar" ], "packages": [], - "sha256": "b542370be6ad4d723e0156fc41ffc0db9efa308330e71aec18cdeb0dfc3a44d0", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final-sources.jar" + "sha256": "5a4742080024f98d46b83740ba70dfb423a9cfe1c029d82929019a893e80b1c4", + "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.66.Final/netty-tcnative-classes-2.0.66.Final-sources.jar" }, { - "coord": "io.netty:netty-transport-native-unix-common:4.1.108.Final", + "coord": "io.netty:netty-transport-native-unix-common:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-transport:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-transport:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.jar" ], "packages": [ "io.netty.channel.unix" ], - "sha256": "c3f324a6f526313e432235bf1a3a12e3db283e3b8669e02f26f569c421036bcb", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar" + "sha256": "5d888230a04c4a3e647c64e933cefb64fd49056f969bfb734c8a3fcedf0bea8a", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-transport-native-unix-common:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-transport-native-unix-common:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-transport:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-transport:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "b8f2463e6f7b135c9a89c8875fb4ffdbeece230b713c34a4aeb619081e9b18ff", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final-sources.jar" + "sha256": "28c71aa6c4f36cd8cc472142c858f324f8a23b85150a443e742c8814f46bb596", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final-sources.jar" }, { - "coord": "io.netty:netty-transport:4.1.108.Final", + "coord": "io.netty:netty-transport:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.108.Final", - "io.netty:netty-common:4.1.108.Final", - "io.netty:netty-resolver:4.1.108.Final" + "io.netty:netty-buffer:4.1.100.Final", + "io.netty:netty-common:4.1.100.Final", + "io.netty:netty-resolver:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar" ], "packages": [ "io.netty.bootstrap", @@ -6812,28 +6836,28 @@ "io.netty.channel.socket.nio", "io.netty.channel.socket.oio" ], - "sha256": "fef2ec66fe01aa89734db40f292676719da3985786512fc31a9efe1ca4d2e0ff", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar" + "sha256": "b1deeceedab3734cdb959c55f4be5ab4a667a8aed59121ff93763f49470f5470", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar" }, { - "coord": "io.netty:netty-transport:jar:sources:4.1.108.Final", + "coord": "io.netty:netty-transport:jar:sources:4.1.100.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.108.Final", - "io.netty:netty-common:jar:sources:4.1.108.Final", - "io.netty:netty-resolver:jar:sources:4.1.108.Final" + "io.netty:netty-buffer:jar:sources:4.1.100.Final", + "io.netty:netty-common:jar:sources:4.1.100.Final", + "io.netty:netty-resolver:jar:sources:4.1.100.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final-sources.jar" ], "packages": [], - "sha256": "494f8ccdd2c892cfe590ff39c1c35822d50228657fd598890e7450d66994b0a4", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final-sources.jar" + "sha256": "3c90fa8b30f71f02aff109d06931819ae54b16a3d61a15dfa9e24161057d57c4", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final-sources.jar" }, { "coord": "io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:1.12.0-alpha", @@ -6842,7 +6866,7 @@ "io.opentelemetry:opentelemetry-api:1.12.0", "io.opentelemetry:opentelemetry-context:1.12.0", "io.opentelemetry:opentelemetry-semconv:1.12.0-alpha", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.12.0-alpha", @@ -6867,7 +6891,7 @@ "io.opentelemetry:opentelemetry-api:jar:sources:1.12.0", "io.opentelemetry:opentelemetry-context:jar:sources:1.12.0", "io.opentelemetry:opentelemetry-semconv:jar:sources:1.12.0-alpha", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:jar:sources:1.12.0-alpha", @@ -6887,12 +6911,12 @@ "io.opentelemetry:opentelemetry-api:1.12.0", "io.opentelemetry:opentelemetry-context:1.12.0", "io.opentelemetry:opentelemetry-semconv:1.12.0-alpha", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "io.opentelemetry:opentelemetry-api:1.12.0", "io.opentelemetry:opentelemetry-semconv:1.12.0-alpha", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.12.0-alpha/opentelemetry-instrumentation-api-1.12.0-alpha.jar", "mirror_urls": [ @@ -6928,12 +6952,12 @@ "io.opentelemetry:opentelemetry-api:jar:sources:1.12.0", "io.opentelemetry:opentelemetry-context:jar:sources:1.12.0", "io.opentelemetry:opentelemetry-semconv:jar:sources:1.12.0-alpha", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "io.opentelemetry:opentelemetry-api:jar:sources:1.12.0", "io.opentelemetry:opentelemetry-semconv:jar:sources:1.12.0-alpha", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.12.0-alpha/opentelemetry-instrumentation-api-1.12.0-alpha-sources.jar", "mirror_urls": [ @@ -6950,7 +6974,7 @@ "io.opentelemetry:opentelemetry-api:1.12.0", "io.opentelemetry:opentelemetry-context:1.12.0", "io.opentelemetry:opentelemetry-semconv:1.12.0-alpha", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.12.0-alpha", @@ -6973,7 +6997,7 @@ "io.opentelemetry:opentelemetry-api:jar:sources:1.12.0", "io.opentelemetry:opentelemetry-context:jar:sources:1.12.0", "io.opentelemetry:opentelemetry-semconv:jar:sources:1.12.0-alpha", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:jar:sources:1.12.0-alpha", @@ -9225,78 +9249,79 @@ "url": "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0-sources.jar" }, { - "coord": "org.apache.pekko:pekko-actor-testkit-typed_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-actor-testkit-typed_2.13:1.1.1", "dependencies": [ - "com.typesafe:config:1.4.2", - "org.apache.pekko:pekko-actor-typed_2.13:1.0.1", - "org.apache.pekko:pekko-actor_2.13:1.0.1", - "org.apache.pekko:pekko-slf4j_2.13:1.0.1", - "org.apache.pekko:pekko-testkit_2.13:1.0.1", + "com.typesafe:config:1.4.3", + "org.apache.pekko:pekko-actor-typed_2.13:1.1.1", + "org.apache.pekko:pekko-actor_2.13:1.1.1", + "org.apache.pekko:pekko-slf4j_2.13:1.1.1", + "org.apache.pekko:pekko-testkit_2.13:1.1.1", "org.scala-lang:scala-library:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ - "org.apache.pekko:pekko-actor-typed_2.13:1.0.1", - "org.apache.pekko:pekko-slf4j_2.13:1.0.1", - "org.apache.pekko:pekko-testkit_2.13:1.0.1", + "org.apache.pekko:pekko-actor-typed_2.13:1.1.1", + "org.apache.pekko:pekko-slf4j_2.13:1.1.1", + "org.apache.pekko:pekko-testkit_2.13:1.1.1", "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.0.1/pekko-actor-testkit-typed_2.13-1.0.1.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.1.1/pekko-actor-testkit-typed_2.13-1.1.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.0.1/pekko-actor-testkit-typed_2.13-1.0.1.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.1.1/pekko-actor-testkit-typed_2.13-1.1.1.jar" ], "packages": [ "org.apache.pekko.actor.testkit.typed", + "org.apache.pekko.actor.testkit.typed.annotations", "org.apache.pekko.actor.testkit.typed.internal", "org.apache.pekko.actor.testkit.typed.javadsl", "org.apache.pekko.actor.testkit.typed.scaladsl" ], - "sha256": "fa6ba2ffcc1f3dad5cb24cf5b76f8251d5d05665ed7718f4c8ce6d5183f6a3ab", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.0.1/pekko-actor-testkit-typed_2.13-1.0.1.jar" + "sha256": "d816258bb11766604a8da2a6b106dd4f23bd0d2b11bf569c170b3f18ff9785ab", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.1.1/pekko-actor-testkit-typed_2.13-1.1.1.jar" }, { - "coord": "org.apache.pekko:pekko-actor-testkit-typed_2.13:jar:sources:1.0.1", + "coord": "org.apache.pekko:pekko-actor-testkit-typed_2.13:jar:sources:1.1.1", "dependencies": [ - "com.typesafe:config:jar:sources:1.4.2", - "org.apache.pekko:pekko-actor-typed_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.0.1", + "com.typesafe:config:jar:sources:1.4.3", + "org.apache.pekko:pekko-actor-typed_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.1.1", "org.scala-lang:scala-library:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ - "org.apache.pekko:pekko-actor-typed_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-actor-typed_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.1.1", "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.0.1/pekko-actor-testkit-typed_2.13-1.0.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.1.1/pekko-actor-testkit-typed_2.13-1.1.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.0.1/pekko-actor-testkit-typed_2.13-1.0.1-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.1.1/pekko-actor-testkit-typed_2.13-1.1.1-sources.jar" ], "packages": [], - "sha256": "34ef2e10a2cd93835f90238432e6d4b9bc6b783495e8a3f10bc346540825321b", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.0.1/pekko-actor-testkit-typed_2.13-1.0.1-sources.jar" + "sha256": "1f6bfa153a1ffb38cdcea931957b6f07a11b0b9d407f0bb9a2f85d66aaebb3b1", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.1.1/pekko-actor-testkit-typed_2.13-1.1.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-actor-typed_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-actor-typed_2.13:1.1.1", "dependencies": [ - "com.typesafe:config:1.4.2", - "org.apache.pekko:pekko-actor_2.13:1.0.1", - "org.apache.pekko:pekko-slf4j_2.13:1.0.1", + "com.typesafe:config:1.4.3", + "org.apache.pekko:pekko-actor_2.13:1.1.1", + "org.apache.pekko:pekko-slf4j_2.13:1.1.1", "org.scala-lang:scala-library:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ - "org.apache.pekko:pekko-actor_2.13:1.0.1", - "org.apache.pekko:pekko-slf4j_2.13:1.0.1", + "org.apache.pekko:pekko-actor_2.13:1.1.1", + "org.apache.pekko:pekko-slf4j_2.13:1.1.1", "org.scala-lang:scala-library:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.0.1/pekko-actor-typed_2.13-1.0.1.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.1.1/pekko-actor-typed_2.13-1.1.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.0.1/pekko-actor-typed_2.13-1.0.1.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.1.1/pekko-actor-typed_2.13-1.1.1.jar" ], "packages": [ "org.apache.pekko.actor.typed", @@ -9315,45 +9340,45 @@ "org.apache.pekko.actor.typed.scaladsl", "org.apache.pekko.actor.typed.scaladsl.adapter" ], - "sha256": "88d66138cba91542638a3e4423b14ec946b4f558858cc4d917028ab36279e0c9", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.0.1/pekko-actor-typed_2.13-1.0.1.jar" + "sha256": "2ba4c73b758a2b385febe29bf0d1f32c38c729f22087ffaad64cfb2207499231", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.1.1/pekko-actor-typed_2.13-1.1.1.jar" }, { - "coord": "org.apache.pekko:pekko-actor-typed_2.13:jar:sources:1.0.1", + "coord": "org.apache.pekko:pekko-actor-typed_2.13:jar:sources:1.1.1", "dependencies": [ - "com.typesafe:config:jar:sources:1.4.2", - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.0.1", + "com.typesafe:config:jar:sources:1.4.3", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.1.1", "org.scala-lang:scala-library:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.1.1", "org.scala-lang:scala-library:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.0.1/pekko-actor-typed_2.13-1.0.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.1.1/pekko-actor-typed_2.13-1.1.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.0.1/pekko-actor-typed_2.13-1.0.1-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.1.1/pekko-actor-typed_2.13-1.1.1-sources.jar" ], "packages": [], - "sha256": "5a751d70ec61d426722e009b7c5308d1b83ad223edf5611b91d7ddfedbb6ed65", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.0.1/pekko-actor-typed_2.13-1.0.1-sources.jar" + "sha256": "468e52e57db1f5545658f423f590f503fdc0907c8a9df6455163b9e51eb10192", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.1.1/pekko-actor-typed_2.13-1.1.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-actor_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-actor_2.13:1.1.1", "dependencies": [ - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.0.1/pekko-actor_2.13-1.0.1.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.1.1/pekko-actor_2.13-1.1.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.0.1/pekko-actor_2.13-1.0.1.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.1.1/pekko-actor_2.13-1.1.1.jar" ], "packages": [ "org.apache.pekko", @@ -9384,42 +9409,42 @@ "org.apache.pekko.util", "org.apache.pekko.util.ccompat" ], - "sha256": "89cf0c1f947fa62b7cf177e5aee389ef6c96a2f2070c0454e43310a1b08377da", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.0.1/pekko-actor_2.13-1.0.1.jar" + "sha256": "90d0f65a945eb0b2383d33faa4d1f3b13d00e6c04804d2b600e1598cff74cda8", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.1.1/pekko-actor_2.13-1.1.1.jar" }, { - "coord": "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", + "coord": "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", "dependencies": [ - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.0.1/pekko-actor_2.13-1.0.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.1.1/pekko-actor_2.13-1.1.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.0.1/pekko-actor_2.13-1.0.1-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.1.1/pekko-actor_2.13-1.1.1-sources.jar" ], "packages": [], - "sha256": "2f860f5c27ffa777c7dbd2c2c10486cc19c875157a577d56b60a59ceb4d661e7", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.0.1/pekko-actor_2.13-1.0.1-sources.jar" + "sha256": "88c3da766e9ba1395a63203dfedcbd1e3e3ce1271b621ec1ff633a4c6b810561", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.1.1/pekko-actor_2.13-1.1.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-http-core_2.13:1.0.0", + "coord": "org.apache.pekko:pekko-http-core_2.13:1.0.1", "dependencies": [ - "org.apache.pekko:pekko-parsing_2.13:1.0.0", + "org.apache.pekko:pekko-parsing_2.13:1.0.1", "org.parboiled:parboiled_2.13:2.5.0", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-parsing_2.13:1.0.0", + "org.apache.pekko:pekko-parsing_2.13:1.0.1", "org.parboiled:parboiled_2.13:2.5.0", "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.0/pekko-http-core_2.13-1.0.0.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.1/pekko-http-core_2.13-1.0.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.0/pekko-http-core_2.13-1.0.0.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.1/pekko-http-core_2.13-1.0.1.jar" ], "packages": [ "org.apache.pekko.http", @@ -9457,137 +9482,137 @@ "org.apache.pekko.http.scaladsl.util", "org.apache.pekko.http.shaded.com.twitter.hpack" ], - "sha256": "0f19cdce8d7b2ed9e4fbb61620c6cfe98955daa3383686200f3e4ac44dc36338", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.0/pekko-http-core_2.13-1.0.0.jar" + "sha256": "af68596999d7b6a8aaa854bc612cc1b8353cd9996c44a253a49b97586363df4a", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.1/pekko-http-core_2.13-1.0.1.jar" }, { - "coord": "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.0", + "coord": "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.1", "dependencies": [ - "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.0", + "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.1", "org.parboiled:parboiled_2.13:jar:sources:2.5.0", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.0", + "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.1", "org.parboiled:parboiled_2.13:jar:sources:2.5.0", "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.0/pekko-http-core_2.13-1.0.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.1/pekko-http-core_2.13-1.0.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.0/pekko-http-core_2.13-1.0.0-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.1/pekko-http-core_2.13-1.0.1-sources.jar" ], "packages": [], - "sha256": "e1c462940a86d8dc25e60633200976f3e079364512cbde620380806a4462af54", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.0/pekko-http-core_2.13-1.0.0-sources.jar" + "sha256": "e37c8f839bfb51d6afe7de6109a0eacb4c12261fc77f2279b0c4a3d5aaaa5e81", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-core_2.13/1.0.1/pekko-http-core_2.13-1.0.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-http-spray-json_2.13:1.0.0", + "coord": "org.apache.pekko:pekko-http-spray-json_2.13:1.0.1", "dependencies": [ "io.spray:spray-json_2.13:1.3.6", - "org.apache.pekko:pekko-http-core_2.13:1.0.0", - "org.apache.pekko:pekko-http_2.13:1.0.0", - "org.apache.pekko:pekko-parsing_2.13:1.0.0", + "org.apache.pekko:pekko-http-core_2.13:1.0.1", + "org.apache.pekko:pekko-http_2.13:1.0.1", + "org.apache.pekko:pekko-parsing_2.13:1.0.1", "org.parboiled:parboiled_2.13:2.5.0", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ "io.spray:spray-json_2.13:1.3.6", - "org.apache.pekko:pekko-http_2.13:1.0.0", + "org.apache.pekko:pekko-http_2.13:1.0.1", "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.0/pekko-http-spray-json_2.13-1.0.0.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.1/pekko-http-spray-json_2.13-1.0.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.0/pekko-http-spray-json_2.13-1.0.0.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.1/pekko-http-spray-json_2.13-1.0.1.jar" ], "packages": [ "org.apache.pekko.http.scaladsl.marshallers.sprayjson" ], - "sha256": "a1452ed4a3f42460e877c8ca23a869e1f47538d86c2624d48e21dbaf38f8099c", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.0/pekko-http-spray-json_2.13-1.0.0.jar" + "sha256": "829e2060b7d204c15489e5618a83134f108f567aa47ee56583d2ab5d096ffebe", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.1/pekko-http-spray-json_2.13-1.0.1.jar" }, { - "coord": "org.apache.pekko:pekko-http-spray-json_2.13:jar:sources:1.0.0", + "coord": "org.apache.pekko:pekko-http-spray-json_2.13:jar:sources:1.0.1", "dependencies": [ "io.spray:spray-json_2.13:jar:sources:1.3.6", - "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.0", - "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.0", - "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.0", + "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.1", "org.parboiled:parboiled_2.13:jar:sources:2.5.0", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ "io.spray:spray-json_2.13:jar:sources:1.3.6", - "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.0", + "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.1", "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.0/pekko-http-spray-json_2.13-1.0.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.1/pekko-http-spray-json_2.13-1.0.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.0/pekko-http-spray-json_2.13-1.0.0-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.1/pekko-http-spray-json_2.13-1.0.1-sources.jar" ], "packages": [], - "sha256": "b4739962a2321119199f71f85c7a708cabab461cb2ec64249269ca75e9a543d8", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.0/pekko-http-spray-json_2.13-1.0.0-sources.jar" + "sha256": "003f23288761ca39ddba59bda4cfc51351caad2daa27bf57a7e29e9d4f9da99e", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-spray-json_2.13/1.0.1/pekko-http-spray-json_2.13-1.0.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-http-testkit_2.13:1.0.0", + "coord": "org.apache.pekko:pekko-http-testkit_2.13:1.0.1", "dependencies": [ - "org.apache.pekko:pekko-http-core_2.13:1.0.0", - "org.apache.pekko:pekko-http_2.13:1.0.0", - "org.apache.pekko:pekko-parsing_2.13:1.0.0", + "org.apache.pekko:pekko-http-core_2.13:1.0.1", + "org.apache.pekko:pekko-http_2.13:1.0.1", + "org.apache.pekko:pekko-parsing_2.13:1.0.1", "org.parboiled:parboiled_2.13:2.5.0", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-http_2.13:1.0.0", + "org.apache.pekko:pekko-http_2.13:1.0.1", "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.0/pekko-http-testkit_2.13-1.0.0.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.1/pekko-http-testkit_2.13-1.0.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.0/pekko-http-testkit_2.13-1.0.0.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.1/pekko-http-testkit_2.13-1.0.1.jar" ], "packages": [ "org.apache.pekko.http.javadsl.testkit", "org.apache.pekko.http.scaladsl.testkit" ], - "sha256": "b7ead602189f30742142d14019887650a4c755f6d93f1c83338e75494eca015a", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.0/pekko-http-testkit_2.13-1.0.0.jar" + "sha256": "89be088ae1908c410ca22135a226bf31138ab83ce1ed5a8a46dc2c222377af71", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.1/pekko-http-testkit_2.13-1.0.1.jar" }, { - "coord": "org.apache.pekko:pekko-http-testkit_2.13:jar:sources:1.0.0", + "coord": "org.apache.pekko:pekko-http-testkit_2.13:jar:sources:1.0.1", "dependencies": [ - "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.0", - "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.0", - "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.0", + "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.1", "org.parboiled:parboiled_2.13:jar:sources:2.5.0", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.0", + "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.1", "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.0/pekko-http-testkit_2.13-1.0.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.1/pekko-http-testkit_2.13-1.0.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.0/pekko-http-testkit_2.13-1.0.0-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.1/pekko-http-testkit_2.13-1.0.1-sources.jar" ], "packages": [], - "sha256": "3924125de842cd45735a352dac0f345781187c3427cb68f727eb75f41b98068d", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.0/pekko-http-testkit_2.13-1.0.0-sources.jar" + "sha256": "c603d1d04b1dfffe9c9284011e85a738f366e7fc666c4a8d3c54b96008c8d3e5", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-testkit_2.13/1.0.1/pekko-http-testkit_2.13-1.0.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-http_2.13:1.0.0", + "coord": "org.apache.pekko:pekko-http_2.13:1.0.1", "dependencies": [ - "org.apache.pekko:pekko-http-core_2.13:1.0.0", - "org.apache.pekko:pekko-parsing_2.13:1.0.0", + "org.apache.pekko:pekko-http-core_2.13:1.0.1", + "org.apache.pekko:pekko-parsing_2.13:1.0.1", "org.parboiled:parboiled_2.13:2.5.0", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-http-core_2.13:1.0.0", + "org.apache.pekko:pekko-http-core_2.13:1.0.1", "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.0/pekko-http_2.13-1.0.0.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.1/pekko-http_2.13-1.0.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.0/pekko-http_2.13-1.0.0.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.1/pekko-http_2.13-1.0.1.jar" ], "packages": [ "org.apache.pekko.http.impl.settings", @@ -9612,209 +9637,209 @@ "org.apache.pekko.http.scaladsl.unmarshalling", "org.apache.pekko.http.scaladsl.unmarshalling.sse" ], - "sha256": "b4262e9bb8458c5d63f70007960ec88a0bd338130b58765b37b1bd6d74f5ba49", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.0/pekko-http_2.13-1.0.0.jar" + "sha256": "08dcc9cbd396e64052d9e61a60dbda6faa04a54d80fc79e1632bc441c7d4f4ac", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.1/pekko-http_2.13-1.0.1.jar" }, { - "coord": "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.0", + "coord": "org.apache.pekko:pekko-http_2.13:jar:sources:1.0.1", "dependencies": [ - "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.0", - "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.0", + "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.1", "org.parboiled:parboiled_2.13:jar:sources:2.5.0", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.0", + "org.apache.pekko:pekko-http-core_2.13:jar:sources:1.0.1", "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.0/pekko-http_2.13-1.0.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.1/pekko-http_2.13-1.0.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.0/pekko-http_2.13-1.0.0-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.1/pekko-http_2.13-1.0.1-sources.jar" ], "packages": [], - "sha256": "62f359b8ead615e4dea6a3fa2112e4ff16b04b0db925193e3b0675987a03c15a", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.0/pekko-http_2.13-1.0.0-sources.jar" + "sha256": "c5350697809b24662b04204b8c9d9569bc670a626023b98b7d20025111797e4f", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-http_2.13/1.0.1/pekko-http_2.13-1.0.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-parsing_2.13:1.0.0", + "coord": "org.apache.pekko:pekko-parsing_2.13:1.0.1", "dependencies": [ "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.0/pekko-parsing_2.13-1.0.0.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.1/pekko-parsing_2.13-1.0.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.0/pekko-parsing_2.13-1.0.0.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.1/pekko-parsing_2.13-1.0.1.jar" ], "packages": [ "org.apache.pekko.http.ccompat", "org.apache.pekko.macros" ], - "sha256": "7c72dae193deb4005e1bafb520baff13c9399a3b4a37017aaedd7f4970000c6d", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.0/pekko-parsing_2.13-1.0.0.jar" + "sha256": "0decd109b36cad88905be36d4e6fbf209010116ed8b3322f4a1612e6ee45b220", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.1/pekko-parsing_2.13-1.0.1.jar" }, { - "coord": "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.0", + "coord": "org.apache.pekko:pekko-parsing_2.13:jar:sources:1.0.1", "dependencies": [ "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.0/pekko-parsing_2.13-1.0.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.1/pekko-parsing_2.13-1.0.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.0/pekko-parsing_2.13-1.0.0-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.1/pekko-parsing_2.13-1.0.1-sources.jar" ], "packages": [], - "sha256": "ab3961a8a206ea96f35b5b74e10019a7d4cf538952f38fb5f061fb1be4dbfff4", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.0/pekko-parsing_2.13-1.0.0-sources.jar" + "sha256": "93f6d444cc512292c1de39ad032c27a18e498e2b6cf54c6e93e598790b6cc771", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-parsing_2.13/1.0.1/pekko-parsing_2.13-1.0.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-protobuf-v3_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-protobuf-v3_2.13:1.1.1", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.0.1/pekko-protobuf-v3_2.13-1.0.1.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.1.1/pekko-protobuf-v3_2.13-1.1.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.0.1/pekko-protobuf-v3_2.13-1.0.1.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.1.1/pekko-protobuf-v3_2.13-1.1.1.jar" ], "packages": [ "org.apache.pekko.protobufv3.internal", "org.apache.pekko.protobufv3.internal.compiler" ], - "sha256": "b70072e224752b65cca4a8138ebcdbc473408653059bd718d1b5e7d3518e3292", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.0.1/pekko-protobuf-v3_2.13-1.0.1.jar" + "sha256": "f0d9eb45f784732f106b10aa31171e258f58e6cc66ab0a641f282702eff446f1", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.1.1/pekko-protobuf-v3_2.13-1.1.1.jar" }, { - "coord": "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.0.1", + "coord": "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.1.1", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.0.1/pekko-protobuf-v3_2.13-1.0.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.1.1/pekko-protobuf-v3_2.13-1.1.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.0.1/pekko-protobuf-v3_2.13-1.0.1-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.1.1/pekko-protobuf-v3_2.13-1.1.1-sources.jar" ], "packages": [], - "sha256": "55c103e0ec1378adb127c8928e599cca0760a2228abe93d924b2637263fd8f21", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.0.1/pekko-protobuf-v3_2.13-1.0.1-sources.jar" + "sha256": "86f0c16ca2623a283b8fa8d5937baf9d142c8890db837e476bcad3b819aaf77b", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.1.1/pekko-protobuf-v3_2.13-1.1.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-slf4j_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-slf4j_2.13:1.1.1", "dependencies": [ - "com.typesafe:config:1.4.2", - "org.apache.pekko:pekko-actor_2.13:1.0.1", + "com.typesafe:config:1.4.3", + "org.apache.pekko:pekko-actor_2.13:1.1.1", "org.scala-lang:scala-library:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ - "org.apache.pekko:pekko-actor_2.13:1.0.1", + "org.apache.pekko:pekko-actor_2.13:1.1.1", "org.scala-lang:scala-library:2.13.11", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.0.1/pekko-slf4j_2.13-1.0.1.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.1.1/pekko-slf4j_2.13-1.1.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.0.1/pekko-slf4j_2.13-1.0.1.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.1.1/pekko-slf4j_2.13-1.1.1.jar" ], "packages": [ "org.apache.pekko.event.slf4j" ], - "sha256": "62cd9c9a7c9a8dc094bb3e15637d5909bc8028d511672552db2d2e16cebf135a", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.0.1/pekko-slf4j_2.13-1.0.1.jar" + "sha256": "980cc485ba90f427625107774c3a6090de061eef57fa14eed135b72303d4442e", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.1.1/pekko-slf4j_2.13-1.1.1.jar" }, { - "coord": "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.0.1", + "coord": "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.1.1", "dependencies": [ - "com.typesafe:config:jar:sources:1.4.2", - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", + "com.typesafe:config:jar:sources:1.4.3", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", "org.scala-lang:scala-library:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", "org.scala-lang:scala-library:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.0.1/pekko-slf4j_2.13-1.0.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.1.1/pekko-slf4j_2.13-1.1.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.0.1/pekko-slf4j_2.13-1.0.1-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.1.1/pekko-slf4j_2.13-1.1.1-sources.jar" ], "packages": [], - "sha256": "6b5ee4c58896d16871c430df5187f96c5ea15e9330876e43af710d3fd23cfb27", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.0.1/pekko-slf4j_2.13-1.0.1-sources.jar" + "sha256": "9fcdbd40d38b9e9dbb1668e319a26885fc59daa2a0e10f401ee1a3934ad7f77f", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.1.1/pekko-slf4j_2.13-1.1.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-stream-testkit_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-stream-testkit_2.13:1.1.1", "dependencies": [ - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "com.typesafe:ssl-config-core_2.13:0.6.1", - "org.apache.pekko:pekko-actor_2.13:1.0.1", - "org.apache.pekko:pekko-protobuf-v3_2.13:1.0.1", - "org.apache.pekko:pekko-stream_2.13:1.0.1", - "org.apache.pekko:pekko-testkit_2.13:1.0.1", + "org.apache.pekko:pekko-actor_2.13:1.1.1", + "org.apache.pekko:pekko-protobuf-v3_2.13:1.1.1", + "org.apache.pekko:pekko-stream_2.13:1.1.1", + "org.apache.pekko:pekko-testkit_2.13:1.1.1", "org.reactivestreams:reactive-streams:1.0.4", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-stream_2.13:1.0.1", - "org.apache.pekko:pekko-testkit_2.13:1.0.1", + "org.apache.pekko:pekko-stream_2.13:1.1.1", + "org.apache.pekko:pekko-testkit_2.13:1.1.1", "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.0.1/pekko-stream-testkit_2.13-1.0.1.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.1.1/pekko-stream-testkit_2.13-1.1.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.0.1/pekko-stream-testkit_2.13-1.0.1.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.1.1/pekko-stream-testkit_2.13-1.1.1.jar" ], "packages": [ "org.apache.pekko.stream.testkit", "org.apache.pekko.stream.testkit.javadsl", "org.apache.pekko.stream.testkit.scaladsl" ], - "sha256": "3273b19008f3e6b7fe1b3b83b7d661b772abf07c846d69e6d4f169af70e27c05", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.0.1/pekko-stream-testkit_2.13-1.0.1.jar" + "sha256": "05fc55fdbfd4d02a4b369468106b6a65f7751a8f95e74d1cbf6e26b1bc43559c", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.1.1/pekko-stream-testkit_2.13-1.1.1.jar" }, { - "coord": "org.apache.pekko:pekko-stream-testkit_2.13:jar:sources:1.0.1", + "coord": "org.apache.pekko:pekko-stream-testkit_2.13:jar:sources:1.1.1", "dependencies": [ - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "com.typesafe:ssl-config-core_2.13:jar:sources:0.6.1", - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-stream_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-stream_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.1.1", "org.reactivestreams:reactive-streams:jar:sources:1.0.4", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-stream_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-stream_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.1.1", "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.0.1/pekko-stream-testkit_2.13-1.0.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.1.1/pekko-stream-testkit_2.13-1.1.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.0.1/pekko-stream-testkit_2.13-1.0.1-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.1.1/pekko-stream-testkit_2.13-1.1.1-sources.jar" ], "packages": [], - "sha256": "37970844f9c9ca1bf3214132bf2a1d32f8fcfe1c9a356c659df73d0051568553", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.0.1/pekko-stream-testkit_2.13-1.0.1-sources.jar" + "sha256": "a608ad8ecbd366516fe2770f9f181bbf45a0ac66837234568285869354a85616", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.1.1/pekko-stream-testkit_2.13-1.1.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-stream_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-stream_2.13:1.1.1", "dependencies": [ - "com.typesafe:config:1.4.2", + "com.typesafe:config:1.4.3", "com.typesafe:ssl-config-core_2.13:0.6.1", - "org.apache.pekko:pekko-actor_2.13:1.0.1", - "org.apache.pekko:pekko-protobuf-v3_2.13:1.0.1", + "org.apache.pekko:pekko-actor_2.13:1.1.1", + "org.apache.pekko:pekko-protobuf-v3_2.13:1.1.1", "org.reactivestreams:reactive-streams:1.0.4", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ "com.typesafe:ssl-config-core_2.13:0.6.1", - "org.apache.pekko:pekko-actor_2.13:1.0.1", - "org.apache.pekko:pekko-protobuf-v3_2.13:1.0.1", + "org.apache.pekko:pekko-actor_2.13:1.1.1", + "org.apache.pekko:pekko-protobuf-v3_2.13:1.1.1", "org.reactivestreams:reactive-streams:1.0.4", "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.0.1/pekko-stream_2.13-1.0.1.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.1.1/pekko-stream_2.13-1.1.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.0.1/pekko-stream_2.13-1.0.1.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.1.1/pekko-stream_2.13-1.1.1.jar" ], "packages": [ "com.typesafe.sslconfig.pekko", @@ -9831,74 +9856,74 @@ "org.apache.pekko.stream.snapshot", "org.apache.pekko.stream.stage" ], - "sha256": "54748c5f3d152c47b23ca756b24180d2401d95edf277325b57e4ed0c639c794c", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.0.1/pekko-stream_2.13-1.0.1.jar" + "sha256": "a8b587ba6384f8524486f581b6388488f46d2eb95d620b818253381f1239aff0", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.1.1/pekko-stream_2.13-1.1.1.jar" }, { - "coord": "org.apache.pekko:pekko-stream_2.13:jar:sources:1.0.1", + "coord": "org.apache.pekko:pekko-stream_2.13:jar:sources:1.1.1", "dependencies": [ - "com.typesafe:config:jar:sources:1.4.2", + "com.typesafe:config:jar:sources:1.4.3", "com.typesafe:ssl-config-core_2.13:jar:sources:0.6.1", - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.1.1", "org.reactivestreams:reactive-streams:jar:sources:1.0.4", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ "com.typesafe:ssl-config-core_2.13:jar:sources:0.6.1", - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", - "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", + "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.1.1", "org.reactivestreams:reactive-streams:jar:sources:1.0.4", "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.0.1/pekko-stream_2.13-1.0.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.1.1/pekko-stream_2.13-1.1.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.0.1/pekko-stream_2.13-1.0.1-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.1.1/pekko-stream_2.13-1.1.1-sources.jar" ], "packages": [], - "sha256": "0a016474134a456c175ac03ee4d81967436f4437f7cb723ed9b35ddef4a9aef5", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.0.1/pekko-stream_2.13-1.0.1-sources.jar" + "sha256": "d763e7e878e4285cfb3ba5e68087b795b4a1710ce26a45b421e9065398c948b7", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.1.1/pekko-stream_2.13-1.1.1-sources.jar" }, { - "coord": "org.apache.pekko:pekko-testkit_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-testkit_2.13:1.1.1", "dependencies": [ - "com.typesafe:config:1.4.2", - "org.apache.pekko:pekko-actor_2.13:1.0.1", + "com.typesafe:config:1.4.3", + "org.apache.pekko:pekko-actor_2.13:1.1.1", "org.scala-lang:scala-library:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-actor_2.13:1.0.1", + "org.apache.pekko:pekko-actor_2.13:1.1.1", "org.scala-lang:scala-library:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.0.1/pekko-testkit_2.13-1.0.1.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.1.1/pekko-testkit_2.13-1.1.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.0.1/pekko-testkit_2.13-1.0.1.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.1.1/pekko-testkit_2.13-1.1.1.jar" ], "packages": [ "org.apache.pekko.testkit", "org.apache.pekko.testkit.javadsl" ], - "sha256": "9c7ca7ab9d183bb58efc6ca312a363c624ebc650eb12d8737fc52f156db05a58", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.0.1/pekko-testkit_2.13-1.0.1.jar" + "sha256": "60596a086f19e5a5e0d52b8dba7d795ec31e8ef36708bdeefc52264bf1a4b1e5", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.1.1/pekko-testkit_2.13-1.1.1.jar" }, { - "coord": "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.0.1", + "coord": "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.1.1", "dependencies": [ - "com.typesafe:config:jar:sources:1.4.2", - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", + "com.typesafe:config:jar:sources:1.4.3", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", "org.scala-lang:scala-library:jar:sources:2.13.11" ], "directDependencies": [ - "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.1", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.1.1", "org.scala-lang:scala-library:jar:sources:2.13.11" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.0.1/pekko-testkit_2.13-1.0.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.1.1/pekko-testkit_2.13-1.1.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.0.1/pekko-testkit_2.13-1.0.1-sources.jar" + "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.1.1/pekko-testkit_2.13-1.1.1-sources.jar" ], "packages": [], - "sha256": "2562e7c3c70c6a84e1da0a995156f3d9afc8b16fe81f53f91ffc4135581fee41", - "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.0.1/pekko-testkit_2.13-1.0.1-sources.jar" + "sha256": "76ccc953ac0ff0b6743df1142fc0fbef6509739562e2ebb2462e897f89200511", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.1.1/pekko-testkit_2.13-1.1.1-sources.jar" }, { "coord": "org.apiguardian:apiguardian-api:1.1.2", @@ -10281,12 +10306,12 @@ "url": "https://repo1.maven.org/maven2/org/bouncycastle/bcutil-jdk15on/1.70/bcutil-jdk15on-1.70-sources.jar" }, { - "coord": "org.checkerframework:checker-qual:3.31.0", + "coord": "org.checkerframework:checker-qual:3.43.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar", + "file": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar" + "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar" ], "packages": [ "org.checkerframework.checker.builder.qual", @@ -10315,33 +10340,33 @@ "org.checkerframework.common.reflection.qual", "org.checkerframework.common.returnsreceiver.qual", "org.checkerframework.common.subtyping.qual", - "org.checkerframework.common.util.report.qual", + "org.checkerframework.common.util.count.report.qual", "org.checkerframework.common.value.qual", "org.checkerframework.dataflow.qual", "org.checkerframework.framework.qual" ], - "sha256": "1cef5f476d22c6fb45387ddd8404f5e821cbd66487be1bdf8ee64871e63451b9", - "url": "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar" + "sha256": "3fbc2e98f05854c3df16df9abaa955b91b15b3ecac33623208ed6424640ef0f6", + "url": "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar" }, { - "coord": "org.checkerframework:checker-qual:jar:sources:3.31.0", + "coord": "org.checkerframework:checker-qual:jar:sources:3.43.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0-sources.jar" + "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0-sources.jar" ], "packages": [], - "sha256": "7d2a1c7cc88155602ac17b9e13302a9ee3abdf0ddfcc29f585af26d35fd3302d", - "url": "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0-sources.jar" + "sha256": "d6bdee58964cd05aabfca4e44947d3cbdada6bf617ed618b62b3b0d5a21de339", + "url": "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0-sources.jar" }, { "coord": "org.checkerframework:checker-util:3.28.0", "dependencies": [ - "org.checkerframework:checker-qual:3.31.0" + "org.checkerframework:checker-qual:3.43.0" ], "directDependencies": [ - "org.checkerframework:checker-qual:3.31.0" + "org.checkerframework:checker-qual:3.43.0" ], "file": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker-util/3.28.0/checker-util-3.28.0.jar", "mirror_urls": [ @@ -10361,10 +10386,10 @@ { "coord": "org.checkerframework:checker-util:jar:sources:3.28.0", "dependencies": [ - "org.checkerframework:checker-qual:jar:sources:3.31.0" + "org.checkerframework:checker-qual:jar:sources:3.43.0" ], "directDependencies": [ - "org.checkerframework:checker-qual:jar:sources:3.31.0" + "org.checkerframework:checker-qual:jar:sources:3.43.0" ], "file": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker-util/3.28.0/checker-util-3.28.0-sources.jar", "mirror_urls": [ @@ -10377,11 +10402,11 @@ { "coord": "org.checkerframework:checker:3.28.0", "dependencies": [ - "org.checkerframework:checker-qual:3.31.0", + "org.checkerframework:checker-qual:3.43.0", "org.checkerframework:checker-util:3.28.0" ], "directDependencies": [ - "org.checkerframework:checker-qual:3.31.0", + "org.checkerframework:checker-qual:3.43.0", "org.checkerframework:checker-util:3.28.0" ], "file": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker/3.28.0/checker-3.28.0.jar", @@ -10575,11 +10600,11 @@ { "coord": "org.checkerframework:checker:jar:sources:3.28.0", "dependencies": [ - "org.checkerframework:checker-qual:jar:sources:3.31.0", + "org.checkerframework:checker-qual:jar:sources:3.43.0", "org.checkerframework:checker-util:jar:sources:3.28.0" ], "directDependencies": [ - "org.checkerframework:checker-qual:jar:sources:3.31.0", + "org.checkerframework:checker-qual:jar:sources:3.43.0", "org.checkerframework:checker-util:jar:sources:3.28.0" ], "file": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker/3.28.0/checker-3.28.0-sources.jar", @@ -11356,7 +11381,7 @@ "coord": "org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.8.1", "dependencies": [ "com.google.code.gson:gson:2.10", - "com.google.guava:guava:31.1-jre", + "com.google.guava:guava:33.3.0-jre", "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.8.1", "org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.18.0", "org.eclipse.xtend:org.eclipse.xtend.lib:2.18.0", @@ -11380,7 +11405,7 @@ "coord": "org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:sources:0.8.1", "dependencies": [ "com.google.code.gson:gson:jar:sources:2.10", - "com.google.guava:guava:jar:sources:31.1-jre", + "com.google.guava:guava:jar:sources:33.3.0-jre", "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:sources:0.8.1", "org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:sources:2.18.0", "org.eclipse.xtend:org.eclipse.xtend.lib:jar:sources:2.18.0", @@ -11440,7 +11465,7 @@ { "coord": "org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.18.0", "dependencies": [ - "com.google.guava:guava:31.1-jre", + "com.google.guava:guava:33.3.0-jre", "org.eclipse.xtext:org.eclipse.xtext.xbase.lib:2.18.0" ], "directDependencies": [ @@ -11463,7 +11488,7 @@ { "coord": "org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:sources:2.18.0", "dependencies": [ - "com.google.guava:guava:jar:sources:31.1-jre", + "com.google.guava:guava:jar:sources:33.3.0-jre", "org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:sources:2.18.0" ], "directDependencies": [ @@ -11480,7 +11505,7 @@ { "coord": "org.eclipse.xtend:org.eclipse.xtend.lib:2.18.0", "dependencies": [ - "com.google.guava:guava:31.1-jre", + "com.google.guava:guava:33.3.0-jre", "org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.18.0", "org.eclipse.xtext:org.eclipse.xtext.xbase.lib:2.18.0" ], @@ -11502,7 +11527,7 @@ { "coord": "org.eclipse.xtend:org.eclipse.xtend.lib:jar:sources:2.18.0", "dependencies": [ - "com.google.guava:guava:jar:sources:31.1-jre", + "com.google.guava:guava:jar:sources:33.3.0-jre", "org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:sources:2.18.0", "org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:sources:2.18.0" ], @@ -11521,10 +11546,10 @@ { "coord": "org.eclipse.xtext:org.eclipse.xtext.xbase.lib:2.18.0", "dependencies": [ - "com.google.guava:guava:31.1-jre" + "com.google.guava:guava:33.3.0-jre" ], "directDependencies": [ - "com.google.guava:guava:31.1-jre" + "com.google.guava:guava:33.3.0-jre" ], "file": "v1/https/repo1.maven.org/maven2/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.18.0/org.eclipse.xtext.xbase.lib-2.18.0.jar", "mirror_urls": [ @@ -11542,10 +11567,10 @@ { "coord": "org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:sources:2.18.0", "dependencies": [ - "com.google.guava:guava:jar:sources:31.1-jre" + "com.google.guava:guava:jar:sources:33.3.0-jre" ], "directDependencies": [ - "com.google.guava:guava:jar:sources:31.1-jre" + "com.google.guava:guava:jar:sources:33.3.0-jre" ], "file": "v1/https/repo1.maven.org/maven2/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.18.0/org.eclipse.xtext.xbase.lib-2.18.0-sources.jar", "mirror_urls": [ @@ -13132,10 +13157,10 @@ { "coord": "org.postgresql:postgresql:42.6.0", "dependencies": [ - "org.checkerframework:checker-qual:3.31.0" + "org.checkerframework:checker-qual:3.43.0" ], "directDependencies": [ - "org.checkerframework:checker-qual:3.31.0" + "org.checkerframework:checker-qual:3.43.0" ], "file": "v1/https/repo1.maven.org/maven2/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar", "mirror_urls": [ @@ -13193,10 +13218,10 @@ { "coord": "org.postgresql:postgresql:jar:sources:42.6.0", "dependencies": [ - "org.checkerframework:checker-qual:jar:sources:3.31.0" + "org.checkerframework:checker-qual:jar:sources:3.43.0" ], "directDependencies": [ - "org.checkerframework:checker-qual:jar:sources:3.31.0" + "org.checkerframework:checker-qual:jar:sources:3.43.0" ], "file": "v1/https/repo1.maven.org/maven2/org/postgresql/postgresql/42.6.0/postgresql-42.6.0-sources.jar", "mirror_urls": [ @@ -15463,7 +15488,7 @@ "org.scalactic:scalactic_2.13:3.2.11", "org.scalatest:scalatest-compatible:3.2.11", "org.scalatest:scalatest-core_2.13:3.2.11", - "org.slf4j:slf4j-api:2.0.6", + "org.slf4j:slf4j-api:2.0.16", "org.testng:testng:7.5", "org.webjars:jquery:3.5.1" ], @@ -15493,7 +15518,7 @@ "org.scalactic:scalactic_2.13:jar:sources:3.2.11", "org.scalatest:scalatest-compatible:jar:sources:3.2.11", "org.scalatest:scalatest-core_2.13:jar:sources:3.2.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6", + "org.slf4j:slf4j-api:jar:sources:2.0.16", "org.testng:testng:jar:sources:7.5", "org.webjars:jquery:jar:sources:3.5.1" ], @@ -15765,46 +15790,46 @@ "url": "https://repo1.maven.org/maven2/org/scodec/scodec-bits_2.13/1.1.27/scodec-bits_2.13-1.1.27-sources.jar" }, { - "coord": "org.slf4j:jul-to-slf4j:2.0.6", + "coord": "org.slf4j:jul-to-slf4j:2.0.16", "dependencies": [ - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], - "file": "v1/https/repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.6/jul-to-slf4j-2.0.6.jar", + "file": "v1/https/repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.6/jul-to-slf4j-2.0.6.jar" + "https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar" ], "packages": [ "org.slf4j.bridge" ], - "sha256": "6466a327c5ac59fc41c98437e248b9052a4fad6fae9f83a7f723eae297990017", - "url": "https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.6/jul-to-slf4j-2.0.6.jar" + "sha256": "0f2ec396ea29c9a440890d1f09fdb82fdd574b47b298435764235451c193861d", + "url": "https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar" }, { - "coord": "org.slf4j:jul-to-slf4j:jar:sources:2.0.6", + "coord": "org.slf4j:jul-to-slf4j:jar:sources:2.0.16", "dependencies": [ - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], - "file": "v1/https/repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.6/jul-to-slf4j-2.0.6-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.6/jul-to-slf4j-2.0.6-sources.jar" + "https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16-sources.jar" ], "packages": [], - "sha256": "8a2936001d3a99c7640dff68d0098c7c634f80aedc66ca316f257e16ee99d021", - "url": "https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.6/jul-to-slf4j-2.0.6-sources.jar" + "sha256": "540a1cf702bb02e54c8d8c7d44f1d5b7b1c97374b613be3e7eb9f86715cef788", + "url": "https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16-sources.jar" }, { - "coord": "org.slf4j:slf4j-api:2.0.6", + "coord": "org.slf4j:slf4j-api:2.0.16", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar", + "file": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar" + "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar" ], "packages": [ "org.slf4j", @@ -15812,54 +15837,54 @@ "org.slf4j.helpers", "org.slf4j.spi" ], - "sha256": "2f2a92d410b268139d7d63b75ed25e21995cfe4100c19bf23577cfdbc8077bda", - "url": "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar" + "sha256": "a12578dde1ba00bd9b816d388a0b879928d00bab3c83c240f7013bf4196c579a", + "url": "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar" }, { - "coord": "org.slf4j:slf4j-api:jar:sources:2.0.6", + "coord": "org.slf4j:slf4j-api:jar:sources:2.0.16", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6-sources.jar" + "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16-sources.jar" ], "packages": [], - "sha256": "8bd46d6f08d06f171917f7b45bfab6b7ec899c34633be1d58bb3bdb63e47dd25", - "url": "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6-sources.jar" + "sha256": "d938ad56953d65bd0806f75d17535fa32b1fc5078051212e0b010f69ec43f8cb", + "url": "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16-sources.jar" }, { - "coord": "org.slf4j:slf4j-simple:2.0.6", + "coord": "org.slf4j:slf4j-simple:2.0.16", "dependencies": [ - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], - "file": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.6/slf4j-simple-2.0.6.jar", + "file": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.16/slf4j-simple-2.0.16.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.6/slf4j-simple-2.0.6.jar" + "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.16/slf4j-simple-2.0.16.jar" ], "packages": [ "org.slf4j.simple" ], - "sha256": "547f06226cfcbcca198669e7498f6a6d2a55a84de5dd6eb46579f11fc40fc5d8", - "url": "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.6/slf4j-simple-2.0.6.jar" + "sha256": "effc32018658bea09d1e08c7d1060ccad46c086960f583d07dd7ffe9c1172a47", + "url": "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.16/slf4j-simple-2.0.16.jar" }, { - "coord": "org.slf4j:slf4j-simple:jar:sources:2.0.6", + "coord": "org.slf4j:slf4j-simple:jar:sources:2.0.16", "dependencies": [ - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], - "file": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.6/slf4j-simple-2.0.6-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.16/slf4j-simple-2.0.16-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.6/slf4j-simple-2.0.6-sources.jar" + "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.16/slf4j-simple-2.0.16-sources.jar" ], "packages": [], - "sha256": "7e40a10ff1797a5f99df673b9b792e7f479fdc5bea3b8881588ff2c0f08e7d2c", - "url": "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.6/slf4j-simple-2.0.6-sources.jar" + "sha256": "c3b383720fa0d45a410ff4d96a2025d5b373065b903c707468a1ccec23dd8798", + "url": "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/2.0.16/slf4j-simple-2.0.16-sources.jar" }, { "coord": "org.testcontainers:database-commons:1.15.1", @@ -15873,7 +15898,7 @@ "org.apache.commons:commons-compress:1.20", "org.rnorth.duct-tape:duct-tape:1.0.8", "org.rnorth.visible-assertions:visible-assertions:2.1.2", - "org.slf4j:slf4j-api:2.0.6", + "org.slf4j:slf4j-api:2.0.16", "org.testcontainers:testcontainers:1.15.1" ], "directDependencies": [ @@ -15903,7 +15928,7 @@ "org.apache.commons:commons-compress:jar:sources:1.20", "org.rnorth.duct-tape:duct-tape:jar:sources:1.0.8", "org.rnorth.visible-assertions:visible-assertions:jar:sources:2.1.2", - "org.slf4j:slf4j-api:jar:sources:2.0.6", + "org.slf4j:slf4j-api:jar:sources:2.0.16", "org.testcontainers:testcontainers:jar:sources:1.15.1" ], "directDependencies": [ @@ -15929,7 +15954,7 @@ "org.apache.commons:commons-compress:1.20", "org.rnorth.duct-tape:duct-tape:1.0.8", "org.rnorth.visible-assertions:visible-assertions:2.1.2", - "org.slf4j:slf4j-api:2.0.6", + "org.slf4j:slf4j-api:2.0.16", "org.testcontainers:database-commons:1.15.1", "org.testcontainers:testcontainers:1.15.1" ], @@ -15960,7 +15985,7 @@ "org.apache.commons:commons-compress:jar:sources:1.20", "org.rnorth.duct-tape:duct-tape:jar:sources:1.0.8", "org.rnorth.visible-assertions:visible-assertions:jar:sources:2.1.2", - "org.slf4j:slf4j-api:jar:sources:2.0.6", + "org.slf4j:slf4j-api:jar:sources:2.0.16", "org.testcontainers:database-commons:jar:sources:1.15.1", "org.testcontainers:testcontainers:jar:sources:1.15.1" ], @@ -15987,7 +16012,7 @@ "org.apache.commons:commons-compress:1.20", "org.rnorth.duct-tape:duct-tape:1.0.8", "org.rnorth.visible-assertions:visible-assertions:2.1.2", - "org.slf4j:slf4j-api:2.0.6", + "org.slf4j:slf4j-api:2.0.16", "org.testcontainers:database-commons:1.15.1", "org.testcontainers:jdbc:1.15.1", "org.testcontainers:testcontainers:1.15.1" @@ -16017,7 +16042,7 @@ "org.apache.commons:commons-compress:jar:sources:1.20", "org.rnorth.duct-tape:duct-tape:jar:sources:1.0.8", "org.rnorth.visible-assertions:visible-assertions:jar:sources:2.1.2", - "org.slf4j:slf4j-api:jar:sources:2.0.6", + "org.slf4j:slf4j-api:jar:sources:2.0.16", "org.testcontainers:database-commons:jar:sources:1.15.1", "org.testcontainers:jdbc:jar:sources:1.15.1", "org.testcontainers:testcontainers:jar:sources:1.15.1" @@ -16045,7 +16070,7 @@ "org.apache.commons:commons-compress:1.20", "org.rnorth.duct-tape:duct-tape:1.0.8", "org.rnorth.visible-assertions:visible-assertions:2.1.2", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "directDependencies": [ "com.github.docker-java:docker-java-api:3.2.7", @@ -16054,7 +16079,7 @@ "org.apache.commons:commons-compress:1.20", "org.rnorth.duct-tape:duct-tape:1.0.8", "org.rnorth.visible-assertions:visible-assertions:2.1.2", - "org.slf4j:slf4j-api:2.0.6" + "org.slf4j:slf4j-api:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/org/testcontainers/testcontainers/1.15.1/testcontainers-1.15.1.jar", "mirror_urls": [ @@ -16425,7 +16450,7 @@ "org.apache.commons:commons-compress:jar:sources:1.20", "org.rnorth.duct-tape:duct-tape:jar:sources:1.0.8", "org.rnorth.visible-assertions:visible-assertions:jar:sources:2.1.2", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "directDependencies": [ "com.github.docker-java:docker-java-api:jar:sources:3.2.7", @@ -16434,7 +16459,7 @@ "org.apache.commons:commons-compress:jar:sources:1.20", "org.rnorth.duct-tape:duct-tape:jar:sources:1.0.8", "org.rnorth.visible-assertions:visible-assertions:jar:sources:2.1.2", - "org.slf4j:slf4j-api:jar:sources:2.0.6" + "org.slf4j:slf4j-api:jar:sources:2.0.16" ], "file": "v1/https/repo1.maven.org/maven2/org/testcontainers/testcontainers/1.15.1/testcontainers-1.15.1-sources.jar", "mirror_urls": [ @@ -16449,13 +16474,13 @@ "dependencies": [ "com.beust:jcommander:1.78", "com.google.code.findbugs:jsr305:3.0.2", - "org.slf4j:slf4j-api:2.0.6", + "org.slf4j:slf4j-api:2.0.16", "org.webjars:jquery:3.5.1" ], "directDependencies": [ "com.beust:jcommander:1.78", "com.google.code.findbugs:jsr305:3.0.2", - "org.slf4j:slf4j-api:2.0.6", + "org.slf4j:slf4j-api:2.0.16", "org.webjars:jquery:3.5.1" ], "file": "v1/https/repo1.maven.org/maven2/org/testng/testng/7.5/testng-7.5.jar", @@ -16498,13 +16523,13 @@ "dependencies": [ "com.beust:jcommander:jar:sources:1.78", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "org.slf4j:slf4j-api:jar:sources:2.0.6", + "org.slf4j:slf4j-api:jar:sources:2.0.16", "org.webjars:jquery:jar:sources:3.5.1" ], "directDependencies": [ "com.beust:jcommander:jar:sources:1.78", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "org.slf4j:slf4j-api:jar:sources:2.0.6", + "org.slf4j:slf4j-api:jar:sources:2.0.16", "org.webjars:jquery:jar:sources:3.5.1" ], "file": "v1/https/repo1.maven.org/maven2/org/testng/testng/7.5/testng-7.5-sources.jar", @@ -16656,7 +16681,7 @@ "org.scala-lang:scala-library:2.13.11", "org.scala-lang:scala-reflect:2.13.11", "org.scodec:scodec-bits_2.13:1.1.27", - "org.slf4j:slf4j-api:2.0.6", + "org.slf4j:slf4j-api:2.0.16", "org.tpolecat:doobie-core_2.13:0.13.4", "org.tpolecat:doobie-free_2.13:0.13.4", "org.tpolecat:typename_2.13:1.0.0", @@ -16668,7 +16693,7 @@ "com.zaxxer:HikariCP:3.2.0", "org.scala-lang.modules:scala-collection-compat_2.13:2.11.0", "org.scala-lang:scala-library:2.13.11", - "org.slf4j:slf4j-api:2.0.6", + "org.slf4j:slf4j-api:2.0.16", "org.tpolecat:doobie-core_2.13:0.13.4" ], "file": "v1/https/repo1.maven.org/maven2/org/tpolecat/doobie-hikari_2.13/0.13.4/doobie-hikari_2.13-0.13.4.jar", @@ -16691,7 +16716,7 @@ "org.scala-lang:scala-library:jar:sources:2.13.11", "org.scala-lang:scala-reflect:jar:sources:2.13.11", "org.scodec:scodec-bits_2.13:jar:sources:1.1.27", - "org.slf4j:slf4j-api:jar:sources:2.0.6", + "org.slf4j:slf4j-api:jar:sources:2.0.16", "org.tpolecat:doobie-core_2.13:jar:sources:0.13.4", "org.tpolecat:doobie-free_2.13:jar:sources:0.13.4", "org.tpolecat:typename_2.13:jar:sources:1.0.0", @@ -16703,7 +16728,7 @@ "com.zaxxer:HikariCP:jar:sources:3.2.0", "org.scala-lang.modules:scala-collection-compat_2.13:jar:sources:2.11.0", "org.scala-lang:scala-library:jar:sources:2.13.11", - "org.slf4j:slf4j-api:jar:sources:2.0.6", + "org.slf4j:slf4j-api:jar:sources:2.0.16", "org.tpolecat:doobie-core_2.13:jar:sources:0.13.4" ], "file": "v1/https/repo1.maven.org/maven2/org/tpolecat/doobie-hikari_2.13/0.13.4/doobie-hikari_2.13-0.13.4-sources.jar", diff --git a/sdk/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedGraph.scala b/sdk/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedGraph.scala index a80e645c22c7..ee7216b5fb9b 100644 --- a/sdk/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedGraph.scala +++ b/sdk/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedGraph.scala @@ -26,6 +26,8 @@ object InstrumentedGraph { delayTimer: Timer, ) extends BoundedSourceQueue[T] { + override def isCompleted: Boolean = delegate.isCompleted + override def complete(): Unit = { delegate.complete() capacityCounter.dec(bufferSize.toLong)(MetricsContext.Empty)