From 9ba70c83c4b6dd3d7d5737c00ce999bf4bc89d1b Mon Sep 17 00:00:00 2001 From: Remy Haemmerle Date: Thu, 26 Sep 2024 11:46:55 +0200 Subject: [PATCH] update deps pekko -> 1.0.3 netty -> 4.1.100 grpc -> 1.60.2 guava -> 33.3.0 protobuf -> 3.24.4 --- sdk/bazel-java-deps.bzl | 24 +- sdk/deps.bzl | 6 +- sdk/maven_install_2.13.json | 2498 ++++++++++++++++++----------------- sdk/stackage_snapshot.json | 52 +- 4 files changed, 1303 insertions(+), 1277 deletions(-) diff --git a/sdk/bazel-java-deps.bzl b/sdk/bazel-java-deps.bzl index 8f73c2f23ee7..440ada38c2af 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.0.3" +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..403b81c07c1c 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": -209934188, + "__RESOLVED_ARTIFACTS_HASH": 1309475419, "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,25 +9249,25 @@ "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.0.3", "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.0.3", + "org.apache.pekko:pekko-actor_2.13:1.0.3", + "org.apache.pekko:pekko-slf4j_2.13:1.0.3", + "org.apache.pekko:pekko-testkit_2.13:1.0.3", "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.0.3", + "org.apache.pekko:pekko-slf4j_2.13:1.0.3", + "org.apache.pekko:pekko-testkit_2.13:1.0.3", "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.0.3/pekko-actor-testkit-typed_2.13-1.0.3.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.0.3/pekko-actor-testkit-typed_2.13-1.0.3.jar" ], "packages": [ "org.apache.pekko.actor.testkit.typed", @@ -9251,52 +9275,52 @@ "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": "ab3181796df59a69dbdf9daaacae233a5d4b50a1d007488fa0c9f75bee4ac0c5", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.0.3/pekko-actor-testkit-typed_2.13-1.0.3.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.0.3", "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.0.3", + "org.apache.pekko:pekko-actor_2.13:jar:sources:1.0.3", + "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.0.3", + "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.0.3", "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.0.3", + "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.0.3", + "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.0.3", "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.0.3/pekko-actor-testkit-typed_2.13-1.0.3-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.0.3/pekko-actor-testkit-typed_2.13-1.0.3-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": "301214b01414b6beb608cae698cc164a694d162a795edb7f32cf105d22428ee1", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-testkit-typed_2.13/1.0.3/pekko-actor-testkit-typed_2.13-1.0.3-sources.jar" }, { - "coord": "org.apache.pekko:pekko-actor-typed_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-actor-typed_2.13:1.0.3", "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.0.3", + "org.apache.pekko:pekko-slf4j_2.13:1.0.3", "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.0.3", + "org.apache.pekko:pekko-slf4j_2.13:1.0.3", "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.0.3/pekko-actor-typed_2.13-1.0.3.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.0.3/pekko-actor-typed_2.13-1.0.3.jar" ], "packages": [ "org.apache.pekko.actor.typed", @@ -9315,45 +9339,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": "800bd8817ea6118deaedc5232c7f9eb2d8efad1c0882532c95cf7f731d82bf5b", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.0.3/pekko-actor-typed_2.13-1.0.3.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.0.3", "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.0.3", + "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.0.3", "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.0.3", + "org.apache.pekko:pekko-slf4j_2.13:jar:sources:1.0.3", "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.0.3/pekko-actor-typed_2.13-1.0.3-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.0.3/pekko-actor-typed_2.13-1.0.3-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": "f444f5f1ac3e5f2d59383ca66179cdbcb1b482255308bd26f2dc10e26ded94cd", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor-typed_2.13/1.0.3/pekko-actor-typed_2.13-1.0.3-sources.jar" }, { - "coord": "org.apache.pekko:pekko-actor_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-actor_2.13:1.0.3", "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.0.3/pekko-actor_2.13-1.0.3.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.0.3/pekko-actor_2.13-1.0.3.jar" ], "packages": [ "org.apache.pekko", @@ -9384,42 +9408,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": "f1165a7264aac1118ddcee62bee993d13c58178080e22518efb05e04a34d5d20", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.0.3/pekko-actor_2.13-1.0.3.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.0.3", "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.0.3/pekko-actor_2.13-1.0.3-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.0.3/pekko-actor_2.13-1.0.3-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": "e05d4a7719c0afced5ab4cac5d09ee41bf836aa173632d72096e952ffa5f480f", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_2.13/1.0.3/pekko-actor_2.13-1.0.3-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 +9481,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 +9636,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.0.3", "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.0.3/pekko-protobuf-v3_2.13-1.0.3.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.0.3/pekko-protobuf-v3_2.13-1.0.3.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": "2da4cad6f62fa024cf81940adbcc992b2058f5229d999758aef34da76862c38b", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.0.3/pekko-protobuf-v3_2.13-1.0.3.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.0.3", "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.0.3/pekko-protobuf-v3_2.13-1.0.3-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.0.3/pekko-protobuf-v3_2.13-1.0.3-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": "15c85416481a3ec813068023836b34dd8cd0a3e265dce9a39784eabb3aa44013", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-protobuf-v3_2.13/1.0.3/pekko-protobuf-v3_2.13-1.0.3-sources.jar" }, { - "coord": "org.apache.pekko:pekko-slf4j_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-slf4j_2.13:1.0.3", "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.0.3", "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.0.3", "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.0.3/pekko-slf4j_2.13-1.0.3.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.0.3/pekko-slf4j_2.13-1.0.3.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": "054dda7ab7eede14b4b9e1ab2781b2efd09ddb4d94a803f52e8cac28ad5aa04c", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.0.3/pekko-slf4j_2.13-1.0.3.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.0.3", "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.0.3", "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.0.3", "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.0.3/pekko-slf4j_2.13-1.0.3-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.0.3/pekko-slf4j_2.13-1.0.3-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": "614362a2d6b14df5acfb4356f0b69b04e1022b60bb5d2d6106dc496dc12a1452", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-slf4j_2.13/1.0.3/pekko-slf4j_2.13-1.0.3-sources.jar" }, { - "coord": "org.apache.pekko:pekko-stream-testkit_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-stream-testkit_2.13:1.0.3", "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.0.3", + "org.apache.pekko:pekko-protobuf-v3_2.13:1.0.3", + "org.apache.pekko:pekko-stream_2.13:1.0.3", + "org.apache.pekko:pekko-testkit_2.13:1.0.3", "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.0.3", + "org.apache.pekko:pekko-testkit_2.13:1.0.3", "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.0.3/pekko-stream-testkit_2.13-1.0.3.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.0.3/pekko-stream-testkit_2.13-1.0.3.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": "8dc209d451608faec1bdedc9f0e24678ead2a678c09bc95b3a3b7bf0fa8c0026", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.0.3/pekko-stream-testkit_2.13-1.0.3.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.0.3", "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.0.3", + "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.0.3", + "org.apache.pekko:pekko-stream_2.13:jar:sources:1.0.3", + "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.0.3", "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.0.3", + "org.apache.pekko:pekko-testkit_2.13:jar:sources:1.0.3", "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.0.3/pekko-stream-testkit_2.13-1.0.3-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.0.3/pekko-stream-testkit_2.13-1.0.3-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": "844456a62e013c969ea4501c7917b33ba3fa4a7dd65308936f508651b0fea403", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream-testkit_2.13/1.0.3/pekko-stream-testkit_2.13-1.0.3-sources.jar" }, { - "coord": "org.apache.pekko:pekko-stream_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-stream_2.13:1.0.3", "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.0.3", + "org.apache.pekko:pekko-protobuf-v3_2.13:1.0.3", "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.0.3", + "org.apache.pekko:pekko-protobuf-v3_2.13:1.0.3", "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.0.3/pekko-stream_2.13-1.0.3.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.0.3/pekko-stream_2.13-1.0.3.jar" ], "packages": [ "com.typesafe.sslconfig.pekko", @@ -9831,74 +9855,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": "7950f073708bf0e3fd76abb77ae380c05d552fd1470044b10a619270c7979e19", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.0.3/pekko-stream_2.13-1.0.3.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.0.3", "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.0.3", + "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.0.3", "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.0.3", + "org.apache.pekko:pekko-protobuf-v3_2.13:jar:sources:1.0.3", "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.0.3/pekko-stream_2.13-1.0.3-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.0.3/pekko-stream_2.13-1.0.3-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": "50ef78eab5361ad9b6e3b92bbedfdd459ad14f753b993dea1b33ccf9db69b9c5", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-stream_2.13/1.0.3/pekko-stream_2.13-1.0.3-sources.jar" }, { - "coord": "org.apache.pekko:pekko-testkit_2.13:1.0.1", + "coord": "org.apache.pekko:pekko-testkit_2.13:1.0.3", "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.0.3", "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.0.3", "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.0.3/pekko-testkit_2.13-1.0.3.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.0.3/pekko-testkit_2.13-1.0.3.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": "0ba49af7b136a1304b845a1754ad8be9112425bcbc22f3f4fc41cdaefb04b893", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.0.3/pekko-testkit_2.13-1.0.3.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.0.3", "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.0.3", "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.0.3", "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.0.3/pekko-testkit_2.13-1.0.3-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.0.3/pekko-testkit_2.13-1.0.3-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": "25bbcd7757dfc3598f83bd664677b7e44e5e5bfcd6ee703e1f775f74c5813bf7", + "url": "https://repo1.maven.org/maven2/org/apache/pekko/pekko-testkit_2.13/1.0.3/pekko-testkit_2.13-1.0.3-sources.jar" }, { "coord": "org.apiguardian:apiguardian-api:1.1.2", @@ -10281,12 +10305,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 +10339,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 +10385,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 +10401,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 +10599,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 +11380,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 +11404,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 +11464,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 +11487,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 +11504,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 +11526,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 +11545,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 +11566,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 +13156,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 +13217,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 +15487,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 +15517,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 +15789,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 +15836,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 +15897,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 +15927,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 +15953,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 +15984,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 +16011,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 +16041,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 +16069,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 +16078,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 +16449,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 +16458,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 +16473,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 +16522,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 +16680,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 +16692,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 +16715,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 +16727,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/stackage_snapshot.json b/sdk/stackage_snapshot.json index 8c43a88ef55d..bff280c71638 100644 --- a/sdk/stackage_snapshot.json +++ b/sdk/stackage_snapshot.json @@ -1,6 +1,6 @@ { - "__GENERATED_FILE_DO_NOT_MODIFY_MANUALLY": -424426183, - "all-cabal-hashes": "https://raw.githubusercontent.com/commercialhaskell/all-cabal-hashes/4993fc769cca0c69efec9bf28899e15fe3ed2d99", + "__GENERATED_FILE_DO_NOT_MODIFY_MANUALLY": -205800835, + "all-cabal-hashes": "https://raw.githubusercontent.com/commercialhaskell/all-cabal-hashes/ae7d989c928f2f240109f2dd8d810a8acbfce57d", "resolved": { "Cabal": {"dependencies":[],"location":{"type":"core"},"name":"Cabal","version":"3.4.1.0"}, "Decimal": {"dependencies":["base","deepseq"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/Decimal-0.5.2/Decimal-0.5.2.tar.gz"},"name":"Decimal","pinned":{"url":["https://hackage.haskell.org/package/Decimal-0.5.2/Decimal-0.5.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/Decimal-0.5.2.tar.gz"],"sha256":"a37a0220424e4bcb8cae1d38844c7027ee314449758d0d14ff3e2e0a5c8a87a7","cabal-sha256":"83dd16a1c0737fd35fdb1088af36e1a53034e75090e3f0d4ad32296f1a35a13b"},"version":"0.5.2"}, @@ -12,7 +12,7 @@ "QuickCheck": {"dependencies":["base","containers","deepseq","random","splitmix","template-haskell","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/QuickCheck-2.14.2/QuickCheck-2.14.2.tar.gz"},"name":"QuickCheck","pinned":{"url":["https://hackage.haskell.org/package/QuickCheck-2.14.2/QuickCheck-2.14.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/QuickCheck-2.14.2.tar.gz"],"sha256":"d87b6c85696b601175274361fa62217894401e401e150c3c5d4013ac53cd36f3","cabal-sha256":"4ce29211223d5e6620ebceba34a3ca9ccf1c10c0cf387d48aea45599222ee5aa"},"version":"2.14.2"}, "StateVar": {"dependencies":["base","stm","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/StateVar-1.2.2/StateVar-1.2.2.tar.gz"},"name":"StateVar","pinned":{"url":["https://hackage.haskell.org/package/StateVar-1.2.2/StateVar-1.2.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/StateVar-1.2.2.tar.gz"],"sha256":"5e4b39da395656a59827b0280508aafdc70335798b50e5d6fd52596026251825","cabal-sha256":"3c022c00485fe165e3080d5da6b3ca9c9b02f62c5deebc584d1b3d1309ce673e"},"version":"1.2.2"}, "adjunctions": {"dependencies":["array","base","comonad","containers","contravariant","distributive","free","mtl","profunctors","semigroupoids","semigroups","tagged","transformers","transformers-compat","void"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/adjunctions-4.4.2/adjunctions-4.4.2.tar.gz"},"name":"adjunctions","pinned":{"url":["https://hackage.haskell.org/package/adjunctions-4.4.2/adjunctions-4.4.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/adjunctions-4.4.2.tar.gz"],"sha256":"147b5f8db810bca0ea8952ef974982ffc447cecd21f01e1ea1121df77e276518","cabal-sha256":"30206ae6b78d3d523c2ff73640f84b51fa204ac3f05267a5f0c77c486b96781d"},"version":"4.4.2"}, - "aeson": {"dependencies":["OneTuple","QuickCheck","attoparsec","base","base-compat-batteries","bytestring","containers","data-fix","deepseq","dlist","ghc-prim","hashable","indexed-traversable","primitive","scientific","semialign","strict","tagged","template-haskell","text","text-short","th-abstraction","these","time","time-compat","unordered-containers","uuid-types","vector","witherable"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/aeson-2.0.3.0/aeson-2.0.3.0.tar.gz"},"name":"aeson","pinned":{"url":["https://hackage.haskell.org/package/aeson-2.0.3.0/aeson-2.0.3.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/aeson-2.0.3.0.tar.gz"],"sha256":"19760a2b84764fa3cee65c63df0c80d45497e2f0c3b95d4e6dc2083b8604b325","cabal-sha256":"510c59bece9c6b3d9e999674b869c765cdc3df9f9f90b6871df3e62f87b12fff"},"version":"2.0.3.0"}, + "aeson": {"dependencies":["OneTuple","QuickCheck","attoparsec","base","base-compat-batteries","bytestring","containers","data-fix","deepseq","dlist","ghc-prim","hashable","indexed-traversable","primitive","scientific","semialign","strict","tagged","template-haskell","text","text-short","th-abstraction","these","time","time-compat","unordered-containers","uuid-types","vector","witherable"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/aeson-2.0.3.0/aeson-2.0.3.0.tar.gz"},"name":"aeson","pinned":{"url":["https://hackage.haskell.org/package/aeson-2.0.3.0/aeson-2.0.3.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/aeson-2.0.3.0.tar.gz"],"sha256":"19760a2b84764fa3cee65c63df0c80d45497e2f0c3b95d4e6dc2083b8604b325","cabal-sha256":"c94c5d4dd46232e6d14c6187a28cd24f45939ccaea7acedfcbbac719bdf1301f"},"version":"2.0.3.0"}, "aeson-extra": {"dependencies":["aeson","attoparsec","base","base-compat-batteries","bytestring","deepseq","recursion-schemes","scientific","semialign","template-haskell","text","these","unordered-containers","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/aeson-extra-0.5.1.1/aeson-extra-0.5.1.1.tar.gz"},"name":"aeson-extra","pinned":{"url":["https://hackage.haskell.org/package/aeson-extra-0.5.1.1/aeson-extra-0.5.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/aeson-extra-0.5.1.1.tar.gz"],"sha256":"27a7c78d3917cc7e6d3f8d5a00a958bae2a97e444fa16bf31b8a452e6088f9bb","cabal-sha256":"18d8abb6f812f40cb1d0c9062a5b57bb967fb2584f8e8fc56980370ba6c683af"},"version":"0.5.1.1"}, "aeson-pretty": {"dependencies":["aeson","attoparsec","base","base-compat","bytestring","cmdargs","scientific","text","unordered-containers","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/aeson-pretty-0.8.9/aeson-pretty-0.8.9.tar.gz"},"name":"aeson-pretty","pinned":{"url":["https://hackage.haskell.org/package/aeson-pretty-0.8.9/aeson-pretty-0.8.9.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/aeson-pretty-0.8.9.tar.gz"],"sha256":"5dbc4f451dfa1e667b2c6ec5170714fed1905dc9cae6a1134b3376f355fa2a08","cabal-sha256":"f7b1808efab1b9edd0efbdfc2cd47e7dfe8bbd42ee970d1d3780112a4de125a1"},"version":"0.8.9"}, "alex": {"dependencies":["array","base","containers","directory"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/alex-3.2.7.1/alex-3.2.7.1.tar.gz"},"name":"alex","pinned":{"url":["https://hackage.haskell.org/package/alex-3.2.7.1/alex-3.2.7.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/alex-3.2.7.1.tar.gz"],"sha256":"9bd2f1a27e8f1b2ffdb5b2fbd3ed82b6f0e85191459a1b24ffcbef4e68a81bec","cabal-sha256":"ab26a38cefae59403f746370e5a0c943b8d5bda098eb83f37052b2429ee780ce"},"version":"3.2.7.1"}, @@ -60,15 +60,15 @@ "conduit-extra": {"dependencies":["async","attoparsec","base","bytestring","conduit","directory","filepath","network","primitive","process","resourcet","stm","streaming-commons","text","transformers","typed-process","unliftio-core"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/conduit-extra-1.3.6/conduit-extra-1.3.6.tar.gz"},"name":"conduit-extra","pinned":{"url":["https://hackage.haskell.org/package/conduit-extra-1.3.6/conduit-extra-1.3.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/conduit-extra-1.3.6.tar.gz"],"sha256":"8950c38049d892c38590d389bed49ecf880671f58ec63dd4709d9fe3d4b8f153","cabal-sha256":"83303e6fea78a683fdbb41682fc8dbc47b1d8830da1f09e88940f9a744a7f984"},"version":"1.3.6"}, "conduit-parse": {"dependencies":["base","conduit","dlist","mtl","parsers","safe","safe-exceptions","text","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/conduit-parse-0.2.1.1/conduit-parse-0.2.1.1.tar.gz"},"name":"conduit-parse","pinned":{"url":["https://hackage.haskell.org/package/conduit-parse-0.2.1.1/conduit-parse-0.2.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/conduit-parse-0.2.1.1.tar.gz"],"sha256":"07fb28868ce016b5e1b5fd033c9c73340a09c13140003f070a6952842a01acf5","cabal-sha256":"da2adb9b8ef7cc84ffa1875a9d66099888f5d0f8d9868d23faeb00d0142f5e80"},"version":"0.2.1.1"}, "connection": {"dependencies":["base","basement","bytestring","containers","data-default-class","network","socks","tls","x509","x509-store","x509-system","x509-validation"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/connection-0.3.1/connection-0.3.1.tar.gz"},"name":"connection","pinned":{"url":["https://hackage.haskell.org/package/connection-0.3.1/connection-0.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/connection-0.3.1.tar.gz"],"sha256":"5d759589c532c34d87bfc4f6fcb732bf55b55a93559d3b94229e8347a15375d9","cabal-sha256":"3dcbf2f10d1677d339267d6dacb38a24913622edf42b05f75a73f381610ddbfc"},"version":"0.3.1"}, - "constraints": {"dependencies":["base","binary","deepseq","ghc-prim","hashable","mtl","transformers","transformers-compat","type-equality"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/constraints-0.13.4/constraints-0.13.4.tar.gz"},"name":"constraints","pinned":{"url":["https://hackage.haskell.org/package/constraints-0.13.4/constraints-0.13.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/constraints-0.13.4.tar.gz"],"sha256":"4186946df4b88c5d7cae3a42aa426f30fd5d249835ea1d290e139cebbf464434","cabal-sha256":"0d8834307bb6798ac937955c00155c26d671b5df147f5622d335d1094290fd36"},"version":"0.13.4"}, + "constraints": {"dependencies":["base","binary","deepseq","ghc-prim","hashable","mtl","transformers","transformers-compat","type-equality"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/constraints-0.13.4/constraints-0.13.4.tar.gz"},"name":"constraints","pinned":{"url":["https://hackage.haskell.org/package/constraints-0.13.4/constraints-0.13.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/constraints-0.13.4.tar.gz"],"sha256":"4186946df4b88c5d7cae3a42aa426f30fd5d249835ea1d290e139cebbf464434","cabal-sha256":"5bb8a5db1a5b49eb6904f9fd6ef5f73e41f81dddf5c6a4db14f4172bab15b5f9"},"version":"0.13.4"}, "constraints-extras": {"dependencies":["aeson","base","constraints","template-haskell"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/constraints-extras-0.3.2.1/constraints-extras-0.3.2.1.tar.gz"},"name":"constraints-extras","pinned":{"url":["https://hackage.haskell.org/package/constraints-extras-0.3.2.1/constraints-extras-0.3.2.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/constraints-extras-0.3.2.1.tar.gz"],"sha256":"d7f571c6634105e8fbb5ad6685775c7d06e84cd4ece51dfd4276e2fe34e65c70","cabal-sha256":"908ec0a3ff770816a2c3f9704b93e2991892e29b14c0e0db732ba928a951b0ea"},"version":"0.3.2.1"}, "containers": {"dependencies":[],"location":{"type":"core"},"name":"containers","version":"0.6.4.1"}, "contravariant": {"dependencies":["StateVar","base","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/contravariant-1.5.5/contravariant-1.5.5.tar.gz"},"name":"contravariant","pinned":{"url":["https://hackage.haskell.org/package/contravariant-1.5.5/contravariant-1.5.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/contravariant-1.5.5.tar.gz"],"sha256":"062fd66580d7aad0b5ba93e644ffa7feee69276ef50f20d4ed9f1deb7642dffa","cabal-sha256":"470ed0e040e879e2da4af1b2c8f94e199f6135852a8107858d5ae0a95365835f"},"version":"1.5.5"}, "cookie": {"dependencies":["base","bytestring","data-default-class","deepseq","text","time"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/cookie-0.4.5/cookie-0.4.5.tar.gz"},"name":"cookie","pinned":{"url":["https://hackage.haskell.org/package/cookie-0.4.5/cookie-0.4.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cookie-0.4.5.tar.gz"],"sha256":"707f94d1b31018b91d6a1e9e19ef5413e20d02cab00ad93a5fd7d7b3b46a3583","cabal-sha256":"22bbe2bea34cfc546eaca2468386035fec521b8dbae52f5aa2f994ed68b35e0e"},"version":"0.4.5"}, "cpphs": {"dependencies":["base","directory","polyparse","time"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/cpphs-1.20.9.1/cpphs-1.20.9.1.tar.gz"},"name":"cpphs","pinned":{"url":["https://hackage.haskell.org/package/cpphs-1.20.9.1/cpphs-1.20.9.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cpphs-1.20.9.1.tar.gz"],"sha256":"7f59b10bc3374004cee3c04fa4ee4a1b90d0dca84a3d0e436d5861a1aa3b919f","cabal-sha256":"0ad26fef4e6be4cb13e1df93aab7bdbe9c3d3bc6c63b84d9e29cc0f691fe12b9"},"version":"1.20.9.1"}, "cryptohash": {"dependencies":["base","byteable","bytestring","cryptonite","ghc-prim","memory"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/cryptohash-0.11.9/cryptohash-0.11.9.tar.gz"},"name":"cryptohash","pinned":{"url":["https://hackage.haskell.org/package/cryptohash-0.11.9/cryptohash-0.11.9.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cryptohash-0.11.9.tar.gz"],"sha256":"c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb","cabal-sha256":"59d9494ba0cc9eef087ecba2e12e4d3e2d3b0327dd1542af552e3dca0e7de70d"},"version":"0.11.9"}, - "cryptohash-md5": {"dependencies":["base","bytestring"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/cryptohash-md5-0.11.101.0/cryptohash-md5-0.11.101.0.tar.gz"},"name":"cryptohash-md5","pinned":{"url":["https://hackage.haskell.org/package/cryptohash-md5-0.11.101.0/cryptohash-md5-0.11.101.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cryptohash-md5-0.11.101.0.tar.gz"],"sha256":"3b08db0ae39df2b44e83053ad30d7546a4c6200a852c22a240a7e03ae1080f05","cabal-sha256":"71a6e856a4ce0b844a27eb4ba58e214e4263ffbde9c8f406eed3f9a43ad8efec"},"version":"0.11.101.0"}, - "cryptohash-sha1": {"dependencies":["base","bytestring"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/cryptohash-sha1-0.11.101.0/cryptohash-sha1-0.11.101.0.tar.gz"},"name":"cryptohash-sha1","pinned":{"url":["https://hackage.haskell.org/package/cryptohash-sha1-0.11.101.0/cryptohash-sha1-0.11.101.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cryptohash-sha1-0.11.101.0.tar.gz"],"sha256":"a4042c97ad02eb68e766577ca35c01970c33e96cfd74ccb4dd403e3476a23241","cabal-sha256":"bc5d3373ed5bbfd34b9deea62dc3b2ba21dde5b89e41d2a2399de7562543c621"},"version":"0.11.101.0"}, + "cryptohash-md5": {"dependencies":["base","bytestring"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/cryptohash-md5-0.11.101.0/cryptohash-md5-0.11.101.0.tar.gz"},"name":"cryptohash-md5","pinned":{"url":["https://hackage.haskell.org/package/cryptohash-md5-0.11.101.0/cryptohash-md5-0.11.101.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cryptohash-md5-0.11.101.0.tar.gz"],"sha256":"3b08db0ae39df2b44e83053ad30d7546a4c6200a852c22a240a7e03ae1080f05","cabal-sha256":"1a01de5a6e0165aa2aa71d9e66cba1d0093510875ae90d79ddec310d506d6e48"},"version":"0.11.101.0"}, + "cryptohash-sha1": {"dependencies":["base","bytestring"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/cryptohash-sha1-0.11.101.0/cryptohash-sha1-0.11.101.0.tar.gz"},"name":"cryptohash-sha1","pinned":{"url":["https://hackage.haskell.org/package/cryptohash-sha1-0.11.101.0/cryptohash-sha1-0.11.101.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cryptohash-sha1-0.11.101.0.tar.gz"],"sha256":"a4042c97ad02eb68e766577ca35c01970c33e96cfd74ccb4dd403e3476a23241","cabal-sha256":"fa87bda570450a0abb27f8828058ee4a43075470140eac8c90d1a085574212a8"},"version":"0.11.101.0"}, "cryptonite": {"dependencies":["base","basement","bytestring","deepseq","ghc-prim","integer-gmp","memory"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/cryptonite-0.29/cryptonite-0.29.tar.gz"},"name":"cryptonite","pinned":{"url":["https://hackage.haskell.org/package/cryptonite-0.29/cryptonite-0.29.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cryptonite-0.29.tar.gz"],"sha256":"d83a021cdaae90f3734b725a03ac7b555e999809779ec197011d2da8e1b8b08f","cabal-sha256":"430c62c101fa74ad2de78155ea766fab1f4eefbc9bde3b9c59acc388a05e4abd"},"version":"0.29"}, "cryptostore": {"dependencies":["asn1-encoding","asn1-types","base","basement","bytestring","cryptonite","hourglass","memory","pem","x509","x509-validation"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/cryptostore-0.2.3.0/cryptostore-0.2.3.0.tar.gz"},"name":"cryptostore","pinned":{"url":["https://hackage.haskell.org/package/cryptostore-0.2.3.0/cryptostore-0.2.3.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cryptostore-0.2.3.0.tar.gz"],"sha256":"e5057ecf3b76c65fb573256e9b3a09605cdb6810d868c4e6551b843c1e9d04f1","cabal-sha256":"11fef09c281eb08ce897dcce3de7e2fcfbdcb143b374765659e8f0214d2a6e80"},"version":"0.2.3.0"}, "data-default": {"dependencies":["base","data-default-class","data-default-instances-containers","data-default-instances-dlist","data-default-instances-old-locale"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz"},"name":"data-default","pinned":{"url":["https://hackage.haskell.org/package/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/data-default-0.7.1.1.tar.gz"],"sha256":"b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511","cabal-sha256":"2804e8d14f521a1edee88b68b66347448e7f3b685868290fdc55930e4471f5a9"},"version":"0.7.1.1"}, @@ -79,17 +79,17 @@ "data-diverse": {"dependencies":["base","containers","deepseq","ghc-prim","tagged"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/data-diverse-4.7.0.0/data-diverse-4.7.0.0.tar.gz"},"name":"data-diverse","pinned":{"url":["https://hackage.haskell.org/package/data-diverse-4.7.0.0/data-diverse-4.7.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/data-diverse-4.7.0.0.tar.gz"],"sha256":"c3cd9658d59b4a1a1862d0c5bc91e04146f5bf111e8469a050ea6ae1265a8b31","cabal-sha256":"0eacb57ad22171bd77b05cc9677cdfc74fd6c018000e4db87f77edd47928c526"},"version":"4.7.0.0"}, "data-fix": {"dependencies":["base","deepseq","hashable"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/data-fix-0.3.2/data-fix-0.3.2.tar.gz"},"name":"data-fix","pinned":{"url":["https://hackage.haskell.org/package/data-fix-0.3.2/data-fix-0.3.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/data-fix-0.3.2.tar.gz"],"sha256":"3a172d3bc0639c327345e965f9d9023e099425814b28dcdb7b60ff66d66219cc","cabal-sha256":"cd7d6ff8b68aca3b51d8116870fc8ccdbc557989562cd3d5c941e4f0b7bc5af1"},"version":"0.3.2"}, "deepseq": {"dependencies":[],"location":{"type":"core"},"name":"deepseq","version":"1.4.5.0"}, - "dependent-map": {"dependencies":["base","constraints-extras","containers","dependent-sum"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/dependent-map-0.4.0.0/dependent-map-0.4.0.0.tar.gz"},"name":"dependent-map","pinned":{"url":["https://hackage.haskell.org/package/dependent-map-0.4.0.0/dependent-map-0.4.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/dependent-map-0.4.0.0.tar.gz"],"sha256":"53ce0b52d8be1b85fc6489fb27656f16d837bee4fbe0ddf39c844e3ea8871f2c","cabal-sha256":"428be65dbb33ff63ea144b5f8b9f234dc0b0ab519d4f1b81b13a74ba334b1798"},"version":"0.4.0.0"}, + "dependent-map": {"dependencies":["base","constraints-extras","containers","dependent-sum"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/dependent-map-0.4.0.0/dependent-map-0.4.0.0.tar.gz"},"name":"dependent-map","pinned":{"url":["https://hackage.haskell.org/package/dependent-map-0.4.0.0/dependent-map-0.4.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/dependent-map-0.4.0.0.tar.gz"],"sha256":"53ce0b52d8be1b85fc6489fb27656f16d837bee4fbe0ddf39c844e3ea8871f2c","cabal-sha256":"7468acfc6d97f36380bb9350cd5279747be8ce1e80d3b71ba65ea94b6e9858a2"},"version":"0.4.0.0"}, "dependent-sum": {"dependencies":["base","constraints-extras","some"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/dependent-sum-0.7.1.0/dependent-sum-0.7.1.0.tar.gz"},"name":"dependent-sum","pinned":{"url":["https://hackage.haskell.org/package/dependent-sum-0.7.1.0/dependent-sum-0.7.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/dependent-sum-0.7.1.0.tar.gz"],"sha256":"81cb55907f321f62bea095ae72e9711095c4cb7378fa66fbabc483a9f61b462a","cabal-sha256":"2943074c14ba06401d5bf47aeb71ed3a3f68da4d3db3ae4ca9ac02f35458fc34"},"version":"0.7.1.0"}, "digest": {"dependencies":["base","bytestring"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/digest-0.0.1.3/digest-0.0.1.3.tar.gz"},"name":"digest","pinned":{"url":["https://hackage.haskell.org/package/digest-0.0.1.3/digest-0.0.1.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/digest-0.0.1.3.tar.gz"],"sha256":"5596a53e17c036b9b2aefbed069ec819b36fefcd4bed21330ae0ee5be840a3d0","cabal-sha256":"2658eec5dd3516cd349aad4c2e734d4a6dbd5f3247c3feebd1e75d54a538c213"},"version":"0.0.1.3"}, "directory": {"dependencies":[],"location":{"type":"core"},"name":"directory","version":"1.3.6.2"}, "distributive": {"dependencies":["base","base-orphans","tagged","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/distributive-0.6.2.1/distributive-0.6.2.1.tar.gz"},"name":"distributive","pinned":{"url":["https://hackage.haskell.org/package/distributive-0.6.2.1/distributive-0.6.2.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/distributive-0.6.2.1.tar.gz"],"sha256":"d7351392e078f58caa46630a4b9c643e1e2e9dddee45848c5c8358e7b1316b91","cabal-sha256":"0f99f5541cca04acf89b64432b03422b6408e830a8dff30e6c4334ef1a48680c"},"version":"0.6.2.1"}, - "dlist": {"dependencies":["base","deepseq"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/dlist-1.0/dlist-1.0.tar.gz"},"name":"dlist","pinned":{"url":["https://hackage.haskell.org/package/dlist-1.0/dlist-1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/dlist-1.0.tar.gz"],"sha256":"173d637328bb173fcc365f30d29ff4a94292a1e0e5558aeb3dfc11de81510115","cabal-sha256":"55ff69d20ce638fc7727342ee67f2f868da61d3dcf3763f790bf9aa0b145e568"},"version":"1.0"}, + "dlist": {"dependencies":["base","deepseq"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/dlist-1.0/dlist-1.0.tar.gz"},"name":"dlist","pinned":{"url":["https://hackage.haskell.org/package/dlist-1.0/dlist-1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/dlist-1.0.tar.gz"],"sha256":"173d637328bb173fcc365f30d29ff4a94292a1e0e5558aeb3dfc11de81510115","cabal-sha256":"854727594c5a816ab3d10f15b1bc4fedaf9e3f7d1ef517a2bb9011f29ba261d2"},"version":"1.0"}, "easy-file": {"dependencies":["base","directory","filepath","time","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/easy-file-0.2.2/easy-file-0.2.2.tar.gz"},"name":"easy-file","pinned":{"url":["https://hackage.haskell.org/package/easy-file-0.2.2/easy-file-0.2.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/easy-file-0.2.2.tar.gz"],"sha256":"52f52e72ba48d60935932401c233a72bf45c582871238aecc5a18021ce67b47e","cabal-sha256":"72303120495a9fed82276a7987434361edd6dfecafad241d7c6c03b68e4801e5"},"version":"0.2.2"}, - "either": {"dependencies":["base","bifunctors","mtl","profunctors","semigroupoids"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/either-5.0.2/either-5.0.2.tar.gz"},"name":"either","pinned":{"url":["https://hackage.haskell.org/package/either-5.0.2/either-5.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/either-5.0.2.tar.gz"],"sha256":"bfa45b967fd77b1c7c952e156377441e3c42b6dc873ab1f06a7421a3222287be","cabal-sha256":"fb3d130c37df6b4c7aa5f093e83bb4527fe13d8a72f94bce3d6ab00764ee59f0"},"version":"5.0.2"}, - "entropy": {"dependencies":["Cabal","base","bytestring","directory","filepath","process","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/entropy-0.4.1.10/entropy-0.4.1.10.tar.gz"},"name":"entropy","pinned":{"url":["https://hackage.haskell.org/package/entropy-0.4.1.10/entropy-0.4.1.10.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/entropy-0.4.1.10.tar.gz"],"sha256":"85ac1d53f1d1c095aedd23fdb20c8e3ada04a7fd8aa6d7e6445ae6a59a277de5","cabal-sha256":"82bd7b600fb8df540dd292ed91dc781f4523eecef3bb588b14787b4851722cb1"},"version":"0.4.1.10"}, + "either": {"dependencies":["base","bifunctors","mtl","profunctors","semigroupoids"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/either-5.0.2/either-5.0.2.tar.gz"},"name":"either","pinned":{"url":["https://hackage.haskell.org/package/either-5.0.2/either-5.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/either-5.0.2.tar.gz"],"sha256":"bfa45b967fd77b1c7c952e156377441e3c42b6dc873ab1f06a7421a3222287be","cabal-sha256":"7f0b93d3f2a1dbe8fc29dd300967162f6a4b380fd98915cb795a6f3492a6a6d3"},"version":"5.0.2"}, + "entropy": {"dependencies":["Cabal","base","bytestring","directory","filepath","process","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/entropy-0.4.1.10/entropy-0.4.1.10.tar.gz"},"name":"entropy","pinned":{"url":["https://hackage.haskell.org/package/entropy-0.4.1.10/entropy-0.4.1.10.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/entropy-0.4.1.10.tar.gz"],"sha256":"85ac1d53f1d1c095aedd23fdb20c8e3ada04a7fd8aa6d7e6445ae6a59a277de5","cabal-sha256":"51f4bea51aacee1504eeef831ef0ce576a263cbd454e6d742f0b4ccb5295c81d"},"version":"0.4.1.10"}, "exceptions": {"dependencies":[],"location":{"type":"core"},"name":"exceptions","version":"0.10.4"}, - "extra": {"dependencies":["base","clock","directory","filepath","process","time","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/extra-1.7.12/extra-1.7.12.tar.gz"},"name":"extra","pinned":{"url":["https://hackage.haskell.org/package/extra-1.7.12/extra-1.7.12.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/extra-1.7.12.tar.gz"],"sha256":"e571a9ec1d8865f0fbb0e0ba1eb575f783b0365c80db19b54a93600bae43b03c","cabal-sha256":"3ac58d7341976173d1052e7b2837d119212d9afcf911735667c7f1ab67aec25f"},"version":"1.7.12"}, + "extra": {"dependencies":["base","clock","directory","filepath","process","time","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/extra-1.7.12/extra-1.7.12.tar.gz"},"name":"extra","pinned":{"url":["https://hackage.haskell.org/package/extra-1.7.12/extra-1.7.12.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/extra-1.7.12.tar.gz"],"sha256":"e571a9ec1d8865f0fbb0e0ba1eb575f783b0365c80db19b54a93600bae43b03c","cabal-sha256":"bb67197427b41b55497b89375bb5bb39dd19874ddef740ea09ca38a2d3c5afc6"},"version":"1.7.12"}, "fast-logger": {"dependencies":["array","auto-update","base","bytestring","directory","easy-file","filepath","text","unix-compat","unix-time"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/fast-logger-3.1.1/fast-logger-3.1.1.tar.gz"},"name":"fast-logger","pinned":{"url":["https://hackage.haskell.org/package/fast-logger-3.1.1/fast-logger-3.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/fast-logger-3.1.1.tar.gz"],"sha256":"435f6e7e0771b9b525550c292a941ab5726b233e7d91fdeca707e3cdb531a8e7","cabal-sha256":"54cab3b6e62e7341004e61ae9b9a57522944cdf8a81eafb5015f593842cd5904"},"version":"3.1.1"}, "file-embed": {"dependencies":["base","bytestring","directory","filepath","template-haskell"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/file-embed-0.0.15.0/file-embed-0.0.15.0.tar.gz"},"name":"file-embed","pinned":{"url":["https://hackage.haskell.org/package/file-embed-0.0.15.0/file-embed-0.0.15.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/file-embed-0.0.15.0.tar.gz"],"sha256":"f066b85d537a20252faa59489f6a854e4e8f39080f08730c9e195e418cec5bdd","cabal-sha256":"18beed8999dff37bcffd0d1d8a59dcd406be8e517c10213afefc941091985c06"},"version":"0.0.15.0"}, "filelock": {"dependencies":["base","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/filelock-0.1.1.5/filelock-0.1.1.5.tar.gz"},"name":"filelock","pinned":{"url":["https://hackage.haskell.org/package/filelock-0.1.1.5/filelock-0.1.1.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/filelock-0.1.1.5.tar.gz"],"sha256":"50ebea81e8443356af26f32221d4594709d94102445931673fcd94a44e244419","cabal-sha256":"3d5b6ab001c9d0aac23a3143cea34c64e550db68f199a29ea361d5a21a45aa2d"},"version":"0.1.1.5"}, @@ -106,8 +106,8 @@ "ghc-prim": {"dependencies":[],"location":{"type":"core"},"name":"ghc-prim","version":"0.7.0"}, "ghcide": {"dependencies":["aeson","async","base","binary","bytestring","containers","data-default","deepseq","dependent-map","dependent-sum","directory","extra","filepath","fuzzy","ghc-lib","ghc-lib-parser","haddock-library","hashable","hslogger","lsp","lsp-types","mtl","network-uri","prettyprinter","prettyprinter-ansi-terminal","regex-tdfa","rope-utf16-splay","safe-exceptions","shake","some","sorted-list","stm","syb","text","time","transformers","unix","unliftio","unordered-containers","utf8-string"],"location":{"type":"vendored"},"name":"ghcide","version":"0.1.0"}, "gitrev": {"dependencies":["base","base-compat","directory","filepath","process","template-haskell"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/gitrev-1.3.1/gitrev-1.3.1.tar.gz"},"name":"gitrev","pinned":{"url":["https://hackage.haskell.org/package/gitrev-1.3.1/gitrev-1.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/gitrev-1.3.1.tar.gz"],"sha256":"a89964db24f56727b0e7b10c98fe7c116d721d8c46f52d6e77088669aaa38332","cabal-sha256":"1d0b2d34bee761865fc22bd022f32890e1b561dfac62a1f31a4fe6220a0d1e58"},"version":"1.3.1"}, - "grpc-haskell": {"dependencies":["async","base","bytestring","grpc-haskell-core","managed","proto3-suite","proto3-wire"],"location":{"type":"vendored"},"name":"grpc-haskell","version":"0.3.0"}, - "grpc-haskell-core": {"dependencies":["base","bytestring","c2hs","clock","containers","managed","stm","template-haskell","transformers"],"location":{"type":"vendored"},"name":"grpc-haskell-core","version":"0.5.0"}, + "grpc-haskell": {"dependencies":["async","base","bytestring","grpc-haskell-core","managed","proto3-suite","proto3-wire"],"location":{"type":"vendored"},"name":"grpc-haskell","version":"0.4.0"}, + "grpc-haskell-core": {"dependencies":["base","bytestring","c2hs","clock","containers","managed","stm","template-haskell","transformers"],"location":{"type":"vendored"},"name":"grpc-haskell-core","version":"0.6.0"}, "haddock-library": {"dependencies":["base","bytestring","containers","parsec","text","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/haddock-library-1.10.0/haddock-library-1.10.0.tar.gz"},"name":"haddock-library","pinned":{"url":["https://hackage.haskell.org/package/haddock-library-1.10.0/haddock-library-1.10.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/haddock-library-1.10.0.tar.gz"],"sha256":"f806c7d5a07d63166101332664c345278f88a5781a640ec3ef215c8fb0015395","cabal-sha256":"8f3e564752f95e375915d17a63b6dfb576b2b11673e4cf80f259b6fd4666ceba"},"version":"1.10.0"}, "happy": {"dependencies":["array","base","containers","mtl"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/happy-1.20.0/happy-1.20.0.tar.gz"},"name":"happy","pinned":{"url":["https://hackage.haskell.org/package/happy-1.20.0/happy-1.20.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/happy-1.20.0.tar.gz"],"sha256":"3b1d3a8f93a2723b554d9f07b2cd136be1a7b2fcab1855b12b7aab5cbac8868c","cabal-sha256":"5d47dc221a9fe964e36aaaa2e1ab7e8f085a225fd6528d6eff310b92360bbe99"},"version":"1.20.0"}, "hashable": {"dependencies":["base","bytestring","containers","deepseq","ghc-bignum","ghc-prim","text"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hashable-1.3.5.0/hashable-1.3.5.0.tar.gz"},"name":"hashable","pinned":{"url":["https://hackage.haskell.org/package/hashable-1.3.5.0/hashable-1.3.5.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hashable-1.3.5.0.tar.gz"],"sha256":"baaad82cd4271b197016bdbe76f22d5c3d3913fe38534cec7d817db9bae19886","cabal-sha256":"3a2beeafb220f9de706568a7e4a5b3c762cc4c9f25c94d7ef795b8c2d6a691d7"},"version":"1.3.5.0"}, @@ -118,13 +118,13 @@ "heaps": {"dependencies":["base"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/heaps-0.4/heaps-0.4.tar.gz"},"name":"heaps","pinned":{"url":["https://hackage.haskell.org/package/heaps-0.4/heaps-0.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/heaps-0.4.tar.gz"],"sha256":"89329df8b95ae99ef272e41e7a2d0fe2f1bb7eacfcc34bc01664414b33067cfd","cabal-sha256":"66b19fcd813b0e4db3e0bac541bd46606c3b13d3d081d9f9666f4be0f5ff14b8"},"version":"0.4"}, "hlint": {"dependencies":["aeson","ansi-terminal","base","bytestring","cmdargs","containers","cpphs","data-default","directory","extra","file-embed","filepath","filepattern","ghc-lib-parser","ghc-lib-parser-ex","hscolour","process","refact","text","transformers","uniplate","unordered-containers","utf8-string","vector","yaml"],"location":{"type":"archive","url":"https://github.com/digital-asset/hlint/archive/99999eee1c220396e1545788ef22ca3c204908a9.tar.gz"},"name":"hlint","pinned":{"sha256":"52c8a636f29ecca4cdd0fa9ed094bae3c0115cb10a7c6b3e6087361a8b4ecffb","strip-prefix":"hlint-99999eee1c220396e1545788ef22ca3c204908a9"},"version":"2.2.11"}, "hostname": {"dependencies":["base"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hostname-1.0/hostname-1.0.tar.gz"},"name":"hostname","pinned":{"url":["https://hackage.haskell.org/package/hostname-1.0/hostname-1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hostname-1.0.tar.gz"],"sha256":"9b43dab1b6da521f35685b20555da00738c8e136eb972458c786242406a9cf5c","cabal-sha256":"8203b6ecd14ca1ef12f73a471b0a6a4be3ad4568d8b84f2bc4bc9e0abb8c4153"},"version":"1.0"}, - "hourglass": {"dependencies":["base","deepseq"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hourglass-0.2.12/hourglass-0.2.12.tar.gz"},"name":"hourglass","pinned":{"url":["https://hackage.haskell.org/package/hourglass-0.2.12/hourglass-0.2.12.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hourglass-0.2.12.tar.gz"],"sha256":"44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a","cabal-sha256":"e083f5e030dfebe432e30a9c0fa07a99a54eac992f622442646be561fd7a44e8"},"version":"0.2.12"}, + "hourglass": {"dependencies":["base","deepseq"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hourglass-0.2.12/hourglass-0.2.12.tar.gz"},"name":"hourglass","pinned":{"url":["https://hackage.haskell.org/package/hourglass-0.2.12/hourglass-0.2.12.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hourglass-0.2.12.tar.gz"],"sha256":"44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a","cabal-sha256":"85c46cb6cd30c84546929926d4402a534f723651198e5945c9e59b9e699a8979"},"version":"0.2.12"}, "hpc": {"dependencies":[],"location":{"type":"core"},"name":"hpc","version":"0.6.1.0"}, "hpp": {"dependencies":["base","bytestring","directory","filepath","ghc-prim","time","transformers","unordered-containers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hpp-0.6.5/hpp-0.6.5.tar.gz"},"name":"hpp","pinned":{"url":["https://hackage.haskell.org/package/hpp-0.6.5/hpp-0.6.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hpp-0.6.5.tar.gz"],"sha256":"97b65ddba016eb5d98c5563f464a76bc00a024f27031ebdc022e132878b5b676","cabal-sha256":"a8f4386e964697557bca3240254b4f69b48b0899c79d3f9aa948e05f4f166b3b"},"version":"0.6.5"}, "hscolour": {"dependencies":["base","containers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hscolour-1.24.4/hscolour-1.24.4.tar.gz"},"name":"hscolour","pinned":{"url":["https://hackage.haskell.org/package/hscolour-1.24.4/hscolour-1.24.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hscolour-1.24.4.tar.gz"],"sha256":"243332b082294117f37b2c2c68079fa61af68b36223b3fc07594f245e0e5321d","cabal-sha256":"3a329fa0ea9138f651088f1fa25522aabeab0eb591932d3fd56c66736bbe78be"},"version":"1.24.4"}, "hslogger": {"dependencies":["base","bytestring","containers","deepseq","network","network-bsd","old-locale","time","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hslogger-1.3.1.0/hslogger-1.3.1.0.tar.gz"},"name":"hslogger","pinned":{"url":["https://hackage.haskell.org/package/hslogger-1.3.1.0/hslogger-1.3.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hslogger-1.3.1.0.tar.gz"],"sha256":"7f2364f6c0b9c5b85a257267a335816126ef2471c817a42797a5d3c57acaca5b","cabal-sha256":"2fc8ab7021e0a5b35714539280358a8a3edacdc1b96163387708d90414fa59c7"},"version":"1.3.1.0"}, "hspec": {"dependencies":["QuickCheck","base","hspec-core","hspec-discover","hspec-expectations"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hspec-2.8.5/hspec-2.8.5.tar.gz"},"name":"hspec","pinned":{"url":["https://hackage.haskell.org/package/hspec-2.8.5/hspec-2.8.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hspec-2.8.5.tar.gz"],"sha256":"413d6bcfe372b670bae43d655181ae9ff788d1325584aa1a16190fb72d60d668","cabal-sha256":"6b9c26d94146b7a55a03d7d4059d6acaded54fde2090e11ce8938ac54de43c93"},"version":"2.8.5"}, - "hspec-core": {"dependencies":["HUnit","QuickCheck","ansi-terminal","array","base","call-stack","clock","deepseq","directory","filepath","hspec-expectations","quickcheck-io","random","setenv","stm","tf-random","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hspec-core-2.8.5/hspec-core-2.8.5.tar.gz"},"name":"hspec-core","pinned":{"url":["https://hackage.haskell.org/package/hspec-core-2.8.5/hspec-core-2.8.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hspec-core-2.8.5.tar.gz"],"sha256":"55babfd982948bd735b28dd7f1848b2d66a11aae26e1095342a5c78d0fc7c343","cabal-sha256":"7db92ffea1bbe6048396a5e3772448a0f21f23949515540eab5311b3aa8893db"},"version":"2.8.5"}, + "hspec-core": {"dependencies":["HUnit","QuickCheck","ansi-terminal","array","base","call-stack","clock","deepseq","directory","filepath","hspec-expectations","quickcheck-io","random","setenv","stm","tf-random","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hspec-core-2.8.5/hspec-core-2.8.5.tar.gz"},"name":"hspec-core","pinned":{"url":["https://hackage.haskell.org/package/hspec-core-2.8.5/hspec-core-2.8.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hspec-core-2.8.5.tar.gz"],"sha256":"55babfd982948bd735b28dd7f1848b2d66a11aae26e1095342a5c78d0fc7c343","cabal-sha256":"b8f914117aef6c592d9d7f1184d4488bc84b59607806d5d626fab47cbb3753cc"},"version":"2.8.5"}, "hspec-discover": {"dependencies":["base","directory","filepath"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hspec-discover-2.8.5/hspec-discover-2.8.5.tar.gz"},"name":"hspec-discover","pinned":{"url":["https://hackage.haskell.org/package/hspec-discover-2.8.5/hspec-discover-2.8.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hspec-discover-2.8.5.tar.gz"],"sha256":"04f88dcc1af92f5e55949406bc8f80196b72240629293eba8a77fffa8157360c","cabal-sha256":"687368bede3120e90e8b4ef92885335c75237be305418ddf636aa3813da39b45"},"version":"2.8.5"}, "hspec-expectations": {"dependencies":["HUnit","base","call-stack"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/hspec-expectations-0.8.2/hspec-expectations-0.8.2.tar.gz"},"name":"hspec-expectations","pinned":{"url":["https://hackage.haskell.org/package/hspec-expectations-0.8.2/hspec-expectations-0.8.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hspec-expectations-0.8.2.tar.gz"],"sha256":"819607ea1faf35ce5be34be61c6f50f3389ea43892d56fb28c57a9f5d54fb4ef","cabal-sha256":"e2db24881baadc2d9d23b03cb629e80dcbda89a6b04ace9adb5f4d02ef8b31aa"},"version":"0.8.2"}, "http-client": {"dependencies":["array","async","base","base64-bytestring","blaze-builder","bytestring","case-insensitive","containers","cookie","deepseq","exceptions","filepath","ghc-prim","http-types","iproute","mime-types","network","network-uri","random","stm","streaming-commons","text","time","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/http-client-0.7.13.1/http-client-0.7.13.1.tar.gz"},"name":"http-client","pinned":{"url":["https://hackage.haskell.org/package/http-client-0.7.13.1/http-client-0.7.13.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/http-client-0.7.13.1.tar.gz"],"sha256":"c98e86a0382fa877e320d83dbbd173c41c966a60a32c9bc597058929a7aa0e27","cabal-sha256":"6480749144f27919547733262f06a6ae3c759b57b692af53f9beb309d05a1699"},"version":"0.7.13.1"}, @@ -136,7 +136,7 @@ "indexed-traversable-instances": {"dependencies":["OneTuple","base","indexed-traversable","tagged","unordered-containers","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/indexed-traversable-instances-0.1.1.1/indexed-traversable-instances-0.1.1.1.tar.gz"},"name":"indexed-traversable-instances","pinned":{"url":["https://hackage.haskell.org/package/indexed-traversable-instances-0.1.1.1/indexed-traversable-instances-0.1.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/indexed-traversable-instances-0.1.1.1.tar.gz"],"sha256":"895ee5063d59e2b58930ca6fa54885bb11f19c8b7c7ba6c7b014f9431cdcc0b0","cabal-sha256":"04b9fac300cde96de9aaaa0c4237a85045308d0bd4ba360e318febf34ec0bd3a"},"version":"0.1.1.1"}, "insert-ordered-containers": {"dependencies":["aeson","base","deepseq","hashable","indexed-traversable","lens","optics-core","optics-extra","semigroupoids","text","transformers","unordered-containers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/insert-ordered-containers-0.2.5.1/insert-ordered-containers-0.2.5.1.tar.gz"},"name":"insert-ordered-containers","pinned":{"url":["https://hackage.haskell.org/package/insert-ordered-containers-0.2.5.1/insert-ordered-containers-0.2.5.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/insert-ordered-containers-0.2.5.1.tar.gz"],"sha256":"f9a8217d7afa8ddeb7e6fbe1e4c37e40e31d26561acf9d8b01e8f7e3d703ccd6","cabal-sha256":"4a65a0c308bd6db9f971ee63c825434280917f64893fe43b961f8f4a87e35c85"},"version":"0.2.5.1"}, "integer-gmp": {"dependencies":[],"location":{"type":"core"},"name":"integer-gmp","version":"1.1"}, - "integer-logarithms": {"dependencies":["array","base","ghc-bignum","ghc-prim"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz"},"name":"integer-logarithms","pinned":{"url":["https://hackage.haskell.org/package/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/integer-logarithms-1.0.3.1.tar.gz"],"sha256":"9b0a9f9fab609b15cd015865721fb05f744a1bc77ae92fd133872de528bbea7f","cabal-sha256":"4d0dfc334e64ff57bb1a08717afa4a4a7f28e4cdc46615dd287be31ef63ec00d"},"version":"1.0.3.1"}, + "integer-logarithms": {"dependencies":["array","base","ghc-bignum","ghc-prim"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz"},"name":"integer-logarithms","pinned":{"url":["https://hackage.haskell.org/package/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/integer-logarithms-1.0.3.1.tar.gz"],"sha256":"9b0a9f9fab609b15cd015865721fb05f744a1bc77ae92fd133872de528bbea7f","cabal-sha256":"0595a16d458c9c5caa425dc8ebbeb5d9adffb0c8daf4720c1d93dfcfc31dd690"},"version":"1.0.3.1"}, "invariant": {"dependencies":["StateVar","array","base","bifunctors","comonad","containers","contravariant","ghc-prim","profunctors","stm","tagged","template-haskell","th-abstraction","transformers","transformers-compat","unordered-containers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/invariant-0.5.6/invariant-0.5.6.tar.gz"},"name":"invariant","pinned":{"url":["https://hackage.haskell.org/package/invariant-0.5.6/invariant-0.5.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/invariant-0.5.6.tar.gz"],"sha256":"9cfdf9faaa7521a05c34c1374f936e925ee6a5f438188ff8412101582de5e3d0","cabal-sha256":"bd202f3bc499b397de5a4056a788e6dffc798ac0660c53c67f62eb055a9e16bc"},"version":"0.5.6"}, "iproute": {"dependencies":["appar","base","byteorder","bytestring","containers","network"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/iproute-1.7.12/iproute-1.7.12.tar.gz"},"name":"iproute","pinned":{"url":["https://hackage.haskell.org/package/iproute-1.7.12/iproute-1.7.12.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/iproute-1.7.12.tar.gz"],"sha256":"f1751d1579fcbc1d9f86d9d1c9ede48cb71cbeb1d7b2043491c6216e4f236b63","cabal-sha256":"85d181599fab8ceebf4c849110ad571bea2834d6c8c95ae7da33856c42453f40"},"version":"1.7.12"}, "js-dgtable": {"dependencies":["base","file-embed"],"location":{"type":"vendored"},"name":"js-dgtable","version":"0.5.2"}, @@ -168,7 +168,7 @@ "mtl-compat": {"dependencies":["base","mtl"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/mtl-compat-0.2.2/mtl-compat-0.2.2.tar.gz"},"name":"mtl-compat","pinned":{"url":["https://hackage.haskell.org/package/mtl-compat-0.2.2/mtl-compat-0.2.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/mtl-compat-0.2.2.tar.gz"],"sha256":"1955398fe2115674f47f553b2caaf928c6aa3424271a5cd13bc191e54bfe3a9e","cabal-sha256":"4257fb56e5690734973aad060010bec6c2857f5c1ac6cf87fc335ed3bc7c85f4"},"version":"0.2.2"}, "neat-interpolation": {"dependencies":["base","megaparsec","template-haskell","text"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/neat-interpolation-0.5.1.3/neat-interpolation-0.5.1.3.tar.gz"},"name":"neat-interpolation","pinned":{"url":["https://hackage.haskell.org/package/neat-interpolation-0.5.1.3/neat-interpolation-0.5.1.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/neat-interpolation-0.5.1.3.tar.gz"],"sha256":"1fab6182a280d48ffffccb7fbe09c4f5bf67f4b29df5d6651d813f1336636507","cabal-sha256":"d7ec83ccacabb447f582f9742aefdc34a5121f6127c91d0b1ad84a1e14b6c91c"},"version":"0.5.1.3"}, "network": {"dependencies":["base","bytestring","deepseq","directory"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/network-3.1.2.7/network-3.1.2.7.tar.gz"},"name":"network","pinned":{"url":["https://hackage.haskell.org/package/network-3.1.2.7/network-3.1.2.7.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/network-3.1.2.7.tar.gz"],"sha256":"7f7620fef1a1af3d3d6747f510e73223a5c600e7d7fd9ace073d1222bdc63d85","cabal-sha256":"9752628bc626e0cad8c53039bea0dc0417f39ca6663232e4d9ac4e35a8925f7d"},"version":"3.1.2.7"}, - "network-bsd": {"dependencies":["base","deepseq","network"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/network-bsd-2.8.1.0/network-bsd-2.8.1.0.tar.gz"},"name":"network-bsd","pinned":{"url":["https://hackage.haskell.org/package/network-bsd-2.8.1.0/network-bsd-2.8.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/network-bsd-2.8.1.0.tar.gz"],"sha256":"d94961ca15c42c798d19cde540ec12b25cc43435fb95e682399d6c1a02022d4e","cabal-sha256":"e27df73ab03bb3b0d649d229c74deea0204635689422ff684af0571f3eb94802"},"version":"2.8.1.0"}, + "network-bsd": {"dependencies":["base","deepseq","network"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/network-bsd-2.8.1.0/network-bsd-2.8.1.0.tar.gz"},"name":"network-bsd","pinned":{"url":["https://hackage.haskell.org/package/network-bsd-2.8.1.0/network-bsd-2.8.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/network-bsd-2.8.1.0.tar.gz"],"sha256":"d94961ca15c42c798d19cde540ec12b25cc43435fb95e682399d6c1a02022d4e","cabal-sha256":"cc7867f81c6eb3f1924bbb1029757af6e3b67a3c224c1faa329be3ea70ad729c"},"version":"2.8.1.0"}, "network-info": {"dependencies":["base"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/network-info-0.2.1/network-info-0.2.1.tar.gz"},"name":"network-info","pinned":{"url":["https://hackage.haskell.org/package/network-info-0.2.1/network-info-0.2.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/network-info-0.2.1.tar.gz"],"sha256":"9b2d88312fc8280351d5003200cc07decbb865f85d3aa7b1094b238bd6a8b404","cabal-sha256":"2798c2e4cc2c32108bd4b05efa921ce6f054ebc381c5e465c9bd74c7d538af17"},"version":"0.2.1"}, "network-uri": {"dependencies":["base","deepseq","parsec","template-haskell","th-compat"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/network-uri-2.6.4.1/network-uri-2.6.4.1.tar.gz"},"name":"network-uri","pinned":{"url":["https://hackage.haskell.org/package/network-uri-2.6.4.1/network-uri-2.6.4.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/network-uri-2.6.4.1.tar.gz"],"sha256":"57856db93608a4d419f681b881c9b8d4448800d5a687587dc37e8a9e0b223584","cabal-sha256":"a4765164ed0a2d1668446eb2e03460ce98645fbf083598c690846af79b7de10d"},"version":"2.6.4.1"}, "nsis": {"dependencies":["base","transformers","uniplate"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/nsis-0.3.3/nsis-0.3.3.tar.gz"},"name":"nsis","pinned":{"url":["https://hackage.haskell.org/package/nsis-0.3.3/nsis-0.3.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/nsis-0.3.3.tar.gz"],"sha256":"bda68ef2893202432be55a7749269ec7660781cba5e2049f9ad474531e21778b","cabal-sha256":"c5deec46d569f6958a9847bea8d7870b8d300ec744d6ab8c4af4ac4fdd54c22a"},"version":"0.3.3"}, @@ -176,11 +176,11 @@ "old-time": {"dependencies":["base","old-locale"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz"},"name":"old-time","pinned":{"url":["https://hackage.haskell.org/package/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/old-time-1.1.0.3.tar.gz"],"sha256":"1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1","cabal-sha256":"c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8"},"version":"1.1.0.3"}, "open-browser": {"dependencies":["base","process"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/open-browser-0.2.1.0/open-browser-0.2.1.0.tar.gz"},"name":"open-browser","pinned":{"url":["https://hackage.haskell.org/package/open-browser-0.2.1.0/open-browser-0.2.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/open-browser-0.2.1.0.tar.gz"],"sha256":"0bed2e63800f738e78a4803ed22902accb50ac02068b96c17ce83a267244ca66","cabal-sha256":"e4be4a206f5ab6ddb5ae4fbb39101529196e20af5670c5d33326fea6eff886fd"},"version":"0.2.1.0"}, "optics-core": {"dependencies":["array","base","containers","indexed-profunctors","indexed-traversable","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/optics-core-0.4.1/optics-core-0.4.1.tar.gz"},"name":"optics-core","pinned":{"url":["https://hackage.haskell.org/package/optics-core-0.4.1/optics-core-0.4.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/optics-core-0.4.1.tar.gz"],"sha256":"ca64e215f31719482a9449b5d56fbd589367e639d2b1869f7965a3970442949a","cabal-sha256":"b163d1a8f392536c645cbd728c3e29d9f35864b25b1e3cef3a29806ee8a21c6b"},"version":"0.4.1"}, - "optics-extra": {"dependencies":["array","base","bytestring","containers","hashable","indexed-profunctors","indexed-traversable-instances","mtl","optics-core","text","transformers","unordered-containers","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/optics-extra-0.4.2.1/optics-extra-0.4.2.1.tar.gz"},"name":"optics-extra","pinned":{"url":["https://hackage.haskell.org/package/optics-extra-0.4.2.1/optics-extra-0.4.2.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/optics-extra-0.4.2.1.tar.gz"],"sha256":"7e23a7a325e3448354614d3d958279c9ac2fdd0831ceee2808830e7a962fca41","cabal-sha256":"d8221c4beebb8d4bdb4148a775fbf287368881e233228b04e0bcd6b3e60af92e"},"version":"0.4.2.1"}, + "optics-extra": {"dependencies":["array","base","bytestring","containers","hashable","indexed-profunctors","indexed-traversable-instances","mtl","optics-core","text","transformers","unordered-containers","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/optics-extra-0.4.2.1/optics-extra-0.4.2.1.tar.gz"},"name":"optics-extra","pinned":{"url":["https://hackage.haskell.org/package/optics-extra-0.4.2.1/optics-extra-0.4.2.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/optics-extra-0.4.2.1.tar.gz"],"sha256":"7e23a7a325e3448354614d3d958279c9ac2fdd0831ceee2808830e7a962fca41","cabal-sha256":"4d2750a267441534ff427777ccfbad551468b531056ec4ee9a5835cc33725b65"},"version":"0.4.2.1"}, "optional-args": {"dependencies":["base"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/optional-args-1.0.2/optional-args-1.0.2.tar.gz"},"name":"optional-args","pinned":{"url":["https://hackage.haskell.org/package/optional-args-1.0.2/optional-args-1.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/optional-args-1.0.2.tar.gz"],"sha256":"2e3454ad77cba80b15c02dbe1915889fafa81a22deb7fe5e7e01b0dd8d85b0e4","cabal-sha256":"6728c0a5815c40361e2c9cd17646fdf588d7bd8f2c922b22340a8b49450272b8"},"version":"1.0.2"}, "optparse-applicative": {"dependencies":["ansi-wl-pprint","base","process","transformers","transformers-compat"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/optparse-applicative-0.17.1.0/optparse-applicative-0.17.1.0.tar.gz"},"name":"optparse-applicative","pinned":{"url":["https://hackage.haskell.org/package/optparse-applicative-0.17.1.0/optparse-applicative-0.17.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/optparse-applicative-0.17.1.0.tar.gz"],"sha256":"d179cb740139c55e6dada3c00efaea45f6853a1974d374668323bbbd07e0a5ef","cabal-sha256":"cb5f5f0dc9749846fc0e3df0041a8efee6368cc1cff07336acd4c3b02a951ed6"},"version":"0.17.1.0"}, "optparse-generic": {"dependencies":["Only","base","bytestring","optparse-applicative","system-filepath","text","time","transformers","transformers-compat","void"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/optparse-generic-1.4.8/optparse-generic-1.4.8.tar.gz"},"name":"optparse-generic","pinned":{"url":["https://hackage.haskell.org/package/optparse-generic-1.4.8/optparse-generic-1.4.8.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/optparse-generic-1.4.8.tar.gz"],"sha256":"aa45862d5c59b21403fbd6f6771fa8047b7c82043efbd38bbe59e08ae5961a81","cabal-sha256":"ed1f1601d8d4b573e27b569710e9a2d7579110665d82af832d301f2ebc46f065"},"version":"1.4.8"}, - "parallel": {"dependencies":["array","base","containers","deepseq","ghc-prim"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz"},"name":"parallel","pinned":{"url":["https://hackage.haskell.org/package/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/parallel-3.2.2.0.tar.gz"],"sha256":"170453a71a2a8b31cca63125533f7771d7debeb639700bdabdd779c34d8a6ef6","cabal-sha256":"b993406e98fe9126eff4a69d28e7e361037dd1c0892a9fd6c26e1f92eb9c4fa4"},"version":"3.2.2.0"}, + "parallel": {"dependencies":["array","base","containers","deepseq","ghc-prim"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz"},"name":"parallel","pinned":{"url":["https://hackage.haskell.org/package/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/parallel-3.2.2.0.tar.gz"],"sha256":"170453a71a2a8b31cca63125533f7771d7debeb639700bdabdd779c34d8a6ef6","cabal-sha256":"b9cf0b07fdff16f503487a4daa1e40a1f1f6c10974b4f15d6dfd5f243a643e31"},"version":"3.2.2.0"}, "parameterized": {"dependencies":["base","data-diverse","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/parameterized-0.5.0.0/parameterized-0.5.0.0.tar.gz"},"name":"parameterized","pinned":{"url":["https://hackage.haskell.org/package/parameterized-0.5.0.0/parameterized-0.5.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/parameterized-0.5.0.0.tar.gz"],"sha256":"d76bc473c671f3c448cc0683ec44f4495cb21938ab27a8e2c35a94683a373346","cabal-sha256":"880717fbb958de1bac015f0a375ab6636f162a72483d987a11e305da6fac6c97"},"version":"0.5.0.0"}, "parsec": {"dependencies":[],"location":{"type":"core"},"name":"parsec","version":"3.1.14.0"}, "parser-combinators": {"dependencies":["base"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/parser-combinators-1.3.0/parser-combinators-1.3.0.tar.gz"},"name":"parser-combinators","pinned":{"url":["https://hackage.haskell.org/package/parser-combinators-1.3.0/parser-combinators-1.3.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/parser-combinators-1.3.0.tar.gz"],"sha256":"9310ef0d49f8a8922acda10b1cded9854cbee04dea717effc6ee5983072e4447","cabal-sha256":"8659573e0d443d573f5b53f81b81dafbdc988d282b90c11e3da73562b4ea7876"},"version":"1.3.0"}, @@ -202,7 +202,7 @@ "quickcheck-instances": {"dependencies":["OneTuple","QuickCheck","array","base","bytestring","case-insensitive","containers","data-fix","hashable","integer-logarithms","old-time","primitive","scientific","splitmix","strict","tagged","text","text-short","these","time","time-compat","transformers","transformers-compat","unordered-containers","uuid-types","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/quickcheck-instances-0.3.28/quickcheck-instances-0.3.28.tar.gz"},"name":"quickcheck-instances","pinned":{"url":["https://hackage.haskell.org/package/quickcheck-instances-0.3.28/quickcheck-instances-0.3.28.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/quickcheck-instances-0.3.28.tar.gz"],"sha256":"c4111b7b49d5814120cb6055705d04eda7dd32a536057167c646aa77b68ccccb","cabal-sha256":"eeed853ebe7194bb1c5ac888a5a084a65d05d7f8ed5b049f908544ab632c297c"},"version":"0.3.28"}, "quickcheck-io": {"dependencies":["HUnit","QuickCheck","base"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/quickcheck-io-0.2.0/quickcheck-io-0.2.0.tar.gz"},"name":"quickcheck-io","pinned":{"url":["https://hackage.haskell.org/package/quickcheck-io-0.2.0/quickcheck-io-0.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/quickcheck-io-0.2.0.tar.gz"],"sha256":"fb779119d79fe08ff4d502fb6869a70c9a8d5fd8ae0959f605c3c937efd96422","cabal-sha256":"7bf0b68fb90873825eb2e5e958c1b76126dcf984debb998e81673e6d837e0b2d"},"version":"0.2.0"}, "random": {"dependencies":["base","bytestring","deepseq","mtl","splitmix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/random-1.2.1.1/random-1.2.1.1.tar.gz"},"name":"random","pinned":{"url":["https://hackage.haskell.org/package/random-1.2.1.1/random-1.2.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/random-1.2.1.1.tar.gz"],"sha256":"3e1272f7ed6a4d7bd1712b90143ec326fee9b225789222379fea20a9c90c9b76","cabal-sha256":"e7c1f881159d5cc788619c9ee8b8f340ba2ff0db571cdf3d1a1968ebc5108789"},"version":"1.2.1.1"}, - "range-set-list": {"dependencies":["base","containers","deepseq","hashable"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/range-set-list-0.1.3.1/range-set-list-0.1.3.1.tar.gz"},"name":"range-set-list","pinned":{"url":["https://hackage.haskell.org/package/range-set-list-0.1.3.1/range-set-list-0.1.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/range-set-list-0.1.3.1.tar.gz"],"sha256":"12e8d9cb99a2847da32934ed7f44a5acedaa59d8fa19eff0f46aa77921460c55","cabal-sha256":"6726bcf37b4f790c31991dbd4cb6cde4c24d1af513ff47d922e916bda809409d"},"version":"0.1.3.1"}, + "range-set-list": {"dependencies":["base","containers","deepseq","hashable"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/range-set-list-0.1.3.1/range-set-list-0.1.3.1.tar.gz"},"name":"range-set-list","pinned":{"url":["https://hackage.haskell.org/package/range-set-list-0.1.3.1/range-set-list-0.1.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/range-set-list-0.1.3.1.tar.gz"],"sha256":"12e8d9cb99a2847da32934ed7f44a5acedaa59d8fa19eff0f46aa77921460c55","cabal-sha256":"84974f02b055f38d5768006e42d9016362291ac7bda84220a8eccc11b6d2ac3f"},"version":"0.1.3.1"}, "recursion-schemes": {"dependencies":["base","base-orphans","comonad","containers","data-fix","free","template-haskell","th-abstraction","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/recursion-schemes-5.2.2.2/recursion-schemes-5.2.2.2.tar.gz"},"name":"recursion-schemes","pinned":{"url":["https://hackage.haskell.org/package/recursion-schemes-5.2.2.2/recursion-schemes-5.2.2.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/recursion-schemes-5.2.2.2.tar.gz"],"sha256":"66c3492a2fb10cea81348d0828c518b96b39f354d9e37d028a3fa279933c1405","cabal-sha256":"8c004c36be481a1893526875bf5fc8e86b43152c64ee87ae59970084fa5fdcd0"},"version":"5.2.2.2"}, "refact": {"dependencies":["base"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/refact-0.3.0.2/refact-0.3.0.2.tar.gz"},"name":"refact","pinned":{"url":["https://hackage.haskell.org/package/refact-0.3.0.2/refact-0.3.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/refact-0.3.0.2.tar.gz"],"sha256":"0ad029727797c8ca5d179c7abf1bfc135d86a7d72cf93785ee12ad243aeb1f6c","cabal-sha256":"4ea82b93debdc0711e1bc4b5d8989b9e19613f369ff2049da33c5250b8d33bcd"},"version":"0.3.0.2"}, "reflection": {"dependencies":["base","template-haskell"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/reflection-2.1.6/reflection-2.1.6.tar.gz"},"name":"reflection","pinned":{"url":["https://hackage.haskell.org/package/reflection-2.1.6/reflection-2.1.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/reflection-2.1.6.tar.gz"],"sha256":"bf3e14917ebb329a53701a3cce0afe670f20037a0148dbfa5cbfa574ed6ba6cd","cabal-sha256":"f41afef54a696377bb7591e12969a56e7a4a1cf1d2a32210ab24c6a7aa9bd7ae"},"version":"2.1.6"}, @@ -219,7 +219,7 @@ "semialign": {"dependencies":["base","containers","hashable","indexed-traversable","indexed-traversable-instances","semigroupoids","tagged","these","transformers","unordered-containers","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/semialign-1.2.0.1/semialign-1.2.0.1.tar.gz"},"name":"semialign","pinned":{"url":["https://hackage.haskell.org/package/semialign-1.2.0.1/semialign-1.2.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/semialign-1.2.0.1.tar.gz"],"sha256":"d900697041ae4b0cca3243273a2b3e80bcf74d937405d6a5ff34dc33ee952132","cabal-sha256":"ee3468e349e72ec0a604ae05573a4de7181d97d10366254244a0cca8a76d6c35"},"version":"1.2.0.1"}, "semigroupoids": {"dependencies":["base","base-orphans","bifunctors","comonad","containers","contravariant","distributive","hashable","tagged","template-haskell","transformers","transformers-compat","unordered-containers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/semigroupoids-5.3.7/semigroupoids-5.3.7.tar.gz"},"name":"semigroupoids","pinned":{"url":["https://hackage.haskell.org/package/semigroupoids-5.3.7/semigroupoids-5.3.7.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/semigroupoids-5.3.7.tar.gz"],"sha256":"6d45cdb6c58c75ca588859b80b2c92b6f48590a03e065c24ce5d767a6a963799","cabal-sha256":"ac093739682f0dc7a37698b423590dc0f1ca89fed908fbbc5a73a44beefa7d18"},"version":"5.3.7"}, "semigroups": {"dependencies":["base"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/semigroups-0.19.2/semigroups-0.19.2.tar.gz"},"name":"semigroups","pinned":{"url":["https://hackage.haskell.org/package/semigroups-0.19.2/semigroups-0.19.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/semigroups-0.19.2.tar.gz"],"sha256":"a520b2d90b76e4e5a7526aa07f4e793ce9f67b2ec6df397ff19aa169e2a03a40","cabal-sha256":"4eaa22de527068e5a323c4ba5411e24b60386507730d0445865ab71b35e5f95e"},"version":"0.19.2"}, - "semirings": {"dependencies":["base","base-compat-batteries","containers","hashable","unordered-containers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/semirings-0.6/semirings-0.6.tar.gz"},"name":"semirings","pinned":{"url":["https://hackage.haskell.org/package/semirings-0.6/semirings-0.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/semirings-0.6.tar.gz"],"sha256":"99356619b137c7c4cf6597909be3c9df118f08a7dff4897549e350b95719059b","cabal-sha256":"cc8767bc62b9ff7bbef070ac206b070b173a8612a781eff2d87a14a01cf406b0"},"version":"0.6"}, + "semirings": {"dependencies":["base","base-compat-batteries","containers","hashable","unordered-containers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/semirings-0.6/semirings-0.6.tar.gz"},"name":"semirings","pinned":{"url":["https://hackage.haskell.org/package/semirings-0.6/semirings-0.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/semirings-0.6.tar.gz"],"sha256":"99356619b137c7c4cf6597909be3c9df118f08a7dff4897549e350b95719059b","cabal-sha256":"d494169e03bf18649ea08407e78eb008eee04bcfa4a2fb0c0bd59f05a498a8ce"},"version":"0.6"}, "semver": {"dependencies":["attoparsec","base","deepseq","hashable","text"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/semver-0.4.0.1/semver-0.4.0.1.tar.gz"},"name":"semver","pinned":{"url":["https://hackage.haskell.org/package/semver-0.4.0.1/semver-0.4.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/semver-0.4.0.1.tar.gz"],"sha256":"7c47e326684efe407b2dc77924aa71c57c712465a9ed39c4097e6c1e1a1ff641","cabal-sha256":"a4f77491e1e7c8101e203748f6122918224590a44f81c39fefc62e27b448868d"},"version":"0.4.0.1"}, "setenv": {"dependencies":["base","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/setenv-0.1.1.3/setenv-0.1.1.3.tar.gz"},"name":"setenv","pinned":{"url":["https://hackage.haskell.org/package/setenv-0.1.1.3/setenv-0.1.1.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/setenv-0.1.1.3.tar.gz"],"sha256":"e358df39afc03d5a39e2ec650652d845c85c80cc98fe331654deafb4767ecb32","cabal-sha256":"c5916ac0d2a828473cd171261328a290afe0abd799db1ac8c310682fe778c45b"},"version":"0.1.1.3"}, "shake": {"dependencies":["base","binary","bytestring","deepseq","directory","extra","file-embed","filepath","filepattern","hashable","heaps","js-dgtable","js-flot","js-jquery","primitive","process","random","template-haskell","time","transformers","unix","unordered-containers","utf8-string"],"location":{"type":"vendored"},"name":"shake","version":"0.19.6"}, @@ -239,7 +239,7 @@ "system-fileio": {"dependencies":["base","bytestring","system-filepath","text","time","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/system-fileio-0.3.16.4/system-fileio-0.3.16.4.tar.gz"},"name":"system-fileio","pinned":{"url":["https://hackage.haskell.org/package/system-fileio-0.3.16.4/system-fileio-0.3.16.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/system-fileio-0.3.16.4.tar.gz"],"sha256":"34e58b88a19a69ff1a559e211af6edb596e33ee1b1d5f44490febf325c78c6c7","cabal-sha256":"ca3a89469943828bcd526bed2d6943541e3e672464fd58abab3443b63f59c5ba"},"version":"0.3.16.4"}, "system-filepath": {"dependencies":["Cabal","base","bytestring","deepseq","text"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/system-filepath-0.4.14/system-filepath-0.4.14.tar.gz"},"name":"system-filepath","pinned":{"url":["https://hackage.haskell.org/package/system-filepath-0.4.14/system-filepath-0.4.14.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/system-filepath-0.4.14.tar.gz"],"sha256":"1656ce3c0d585650784ceb3f794748286e19fb635f557e7b29b0897f8956d993","cabal-sha256":"24371856b48089610572da8b92a64dd087c44b51be36e0bb6a8f705d515d611c"},"version":"0.4.14"}, "tagged": {"dependencies":["base","deepseq","template-haskell","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/tagged-0.8.6.1/tagged-0.8.6.1.tar.gz"},"name":"tagged","pinned":{"url":["https://hackage.haskell.org/package/tagged-0.8.6.1/tagged-0.8.6.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/tagged-0.8.6.1.tar.gz"],"sha256":"f5e0fcf95f0bb4aa63f428f2c01955a41ea1a42cfcf39145ed631f59a9616c02","cabal-sha256":"8a24aef29b8e35447ccc56658ea07c2aded30bfa8130ea057e382936e17c74a6"},"version":"0.8.6.1"}, - "tar": {"dependencies":["array","base","bytestring","containers","deepseq","directory","filepath","time"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/tar-0.5.1.1/tar-0.5.1.1.tar.gz"},"name":"tar","pinned":{"url":["https://hackage.haskell.org/package/tar-0.5.1.1/tar-0.5.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/tar-0.5.1.1.tar.gz"],"sha256":"b384449f62b2b0aa3e6d2cb1004b8060b01f21ec93e7b63e7af6d8fad8a9f1de","cabal-sha256":"3bbccd643018c7bf53d27740a66d7d5c856923acee960412e6dadff207c5e2ae"},"version":"0.5.1.1"}, + "tar": {"dependencies":["array","base","bytestring","containers","deepseq","directory","filepath","time"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/tar-0.5.1.1/tar-0.5.1.1.tar.gz"},"name":"tar","pinned":{"url":["https://hackage.haskell.org/package/tar-0.5.1.1/tar-0.5.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/tar-0.5.1.1.tar.gz"],"sha256":"b384449f62b2b0aa3e6d2cb1004b8060b01f21ec93e7b63e7af6d8fad8a9f1de","cabal-sha256":"aaf5dd3ef327aaf203b1cb199760efd463fac2256453dd0e05d5cd707cdbd6e1"},"version":"0.5.1.1"}, "tar-conduit": {"dependencies":["base","bytestring","conduit","conduit-combinators","directory","filepath","safe-exceptions","text","unix"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/tar-conduit-0.3.2/tar-conduit-0.3.2.tar.gz"},"name":"tar-conduit","pinned":{"url":["https://hackage.haskell.org/package/tar-conduit-0.3.2/tar-conduit-0.3.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/tar-conduit-0.3.2.tar.gz"],"sha256":"004578db7088e7ad53e23f8a293d739314698f0ec421ffad7be101e13c1cf62d","cabal-sha256":"17cb1c05343ed32db111c3f929f57ccce2b92a01d3ebd95a339db5e9b8bf147b"},"version":"0.3.2"}, "tasty": {"dependencies":["ansi-terminal","base","clock","containers","optparse-applicative","stm","tagged","transformers","unbounded-delays","unix","wcwidth"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/tasty-1.4.2.3/tasty-1.4.2.3.tar.gz"},"name":"tasty","pinned":{"url":["https://hackage.haskell.org/package/tasty-1.4.2.3/tasty-1.4.2.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/tasty-1.4.2.3.tar.gz"],"sha256":"c914a7a9a28dfc33dc5a112c349f2e69f536cb66d2b2b44898a3411cbdcad0c6","cabal-sha256":"5c861bf8954d9e775769d3cfb13f55922839de3d1243dd4418505fdd0e05619a"},"version":"1.4.2.3"}, "tasty-ant-xml": {"dependencies":["base","containers","directory","filepath","generic-deriving","ghc-prim","mtl","stm","tagged","tasty","transformers","xml"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/tasty-ant-xml-1.1.8/tasty-ant-xml-1.1.8.tar.gz"},"name":"tasty-ant-xml","pinned":{"url":["https://hackage.haskell.org/package/tasty-ant-xml-1.1.8/tasty-ant-xml-1.1.8.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/tasty-ant-xml-1.1.8.tar.gz"],"sha256":"a8efd431d14036e668ba15a376e1f9c7db55797e48c24e86cda0b1c421a53541","cabal-sha256":"562a52a7a61235f1a3e87ccf4476f6055d56a1dde3d044be21d661c74a79dea4"},"version":"1.1.8"}, @@ -256,7 +256,7 @@ "text-short": {"dependencies":["base","binary","bytestring","deepseq","ghc-prim","hashable","template-haskell","text"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/text-short-0.1.5/text-short-0.1.5.tar.gz"},"name":"text-short","pinned":{"url":["https://hackage.haskell.org/package/text-short-0.1.5/text-short-0.1.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/text-short-0.1.5.tar.gz"],"sha256":"a35ec6cde2ada084c1a050dc5885be5ab01f851b93d744cf0facbc1c18002dda","cabal-sha256":"9c73c9c9182ca69ee92ce3758f515b1c078cd167d882ccc8c46f92f68c65e190"},"version":"0.1.5"}, "tf-random": {"dependencies":["base","primitive","random","time"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/tf-random-0.5/tf-random-0.5.tar.gz"},"name":"tf-random","pinned":{"url":["https://hackage.haskell.org/package/tf-random-0.5/tf-random-0.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/tf-random-0.5.tar.gz"],"sha256":"2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510","cabal-sha256":"14012837d0f0e18fdbbe3d56e67da8622ee5e20b180abce952dd50bd9f36b326"},"version":"0.5"}, "th-abstraction": {"dependencies":["base","containers","ghc-prim","template-haskell"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/th-abstraction-0.4.5.0/th-abstraction-0.4.5.0.tar.gz"},"name":"th-abstraction","pinned":{"url":["https://hackage.haskell.org/package/th-abstraction-0.4.5.0/th-abstraction-0.4.5.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/th-abstraction-0.4.5.0.tar.gz"],"sha256":"00d5e24f247e328bd9898d5af5915c1e86b134b4d40baa680258635f95031526","cabal-sha256":"c28f186ae9817a059e54f63689f8985194b7f58d8fbd79e157d12374b6f9d2c3"},"version":"0.4.5.0"}, - "th-compat": {"dependencies":["base","directory","filepath","template-haskell"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/th-compat-0.1.4/th-compat-0.1.4.tar.gz"},"name":"th-compat","pinned":{"url":["https://hackage.haskell.org/package/th-compat-0.1.4/th-compat-0.1.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/th-compat-0.1.4.tar.gz"],"sha256":"d8f97ac14ab47b6b8a7b0fdb4ff95426322ec56badd01652ac15da4a44d4bab8","cabal-sha256":"3e7d1b8f9c72cab04c8dfdfd26589dd7f31e015ad640a207aca3b654577532ff"},"version":"0.1.4"}, + "th-compat": {"dependencies":["base","directory","filepath","template-haskell"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/th-compat-0.1.4/th-compat-0.1.4.tar.gz"},"name":"th-compat","pinned":{"url":["https://hackage.haskell.org/package/th-compat-0.1.4/th-compat-0.1.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/th-compat-0.1.4.tar.gz"],"sha256":"d8f97ac14ab47b6b8a7b0fdb4ff95426322ec56badd01652ac15da4a44d4bab8","cabal-sha256":"f5f2c679ecc1c1b83d2d68db6cc564e5c78d53425e69e1b9e36784820e122d37"},"version":"0.1.4"}, "these": {"dependencies":["assoc","base","binary","deepseq","hashable"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/these-1.1.1.1/these-1.1.1.1.tar.gz"},"name":"these","pinned":{"url":["https://hackage.haskell.org/package/these-1.1.1.1/these-1.1.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/these-1.1.1.1.tar.gz"],"sha256":"d798c9f56e17def441e8f51e54cc11afdb3e76c6a9d1e9ee154e9a78da0bf508","cabal-sha256":"2991c13e264b0c35c696c8f5f85c428c53bc42e93b1dfbd19a582052112d948a"},"version":"1.1.1.1"}, "time": {"dependencies":[],"location":{"type":"core"},"name":"time","version":"1.9.3"}, "time-compat": {"dependencies":["base","base-orphans","deepseq","hashable","time"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/time-compat-1.9.6.1/time-compat-1.9.6.1.tar.gz"},"name":"time-compat","pinned":{"url":["https://hackage.haskell.org/package/time-compat-1.9.6.1/time-compat-1.9.6.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/time-compat-1.9.6.1.tar.gz"],"sha256":"ad07bb00eb9678c2136d3680752b00acc4cbc522654bb3199bf31c61ef1e6b80","cabal-sha256":"17631ef01a03a6f55fbe131690f87f6dee9a1572acc99b6c06f04882470ffb52"},"version":"1.9.6.1"}, @@ -279,11 +279,11 @@ "utf8-string": {"dependencies":["base","bytestring"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz"},"name":"utf8-string","pinned":{"url":["https://hackage.haskell.org/package/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/utf8-string-1.0.2.tar.gz"],"sha256":"ee48deada7600370728c4156cb002441de770d0121ae33a68139a9ed9c19b09a","cabal-sha256":"79416292186feeaf1f60e49ac5a1ffae9bf1b120e040a74bf0e81ca7f1d31d3f"},"version":"1.0.2"}, "uuid": {"dependencies":["base","binary","bytestring","cryptohash-md5","cryptohash-sha1","entropy","network-info","random","text","time","uuid-types"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/uuid-1.3.15/uuid-1.3.15.tar.gz"},"name":"uuid","pinned":{"url":["https://hackage.haskell.org/package/uuid-1.3.15/uuid-1.3.15.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/uuid-1.3.15.tar.gz"],"sha256":"f885958d8934930b7c0f9b91f980722f7f992c9383fc98f075cf9df64c800564","cabal-sha256":"7d553f95a750502228fc8411a5ad7e672d9b95272e3a61e5c711f19a49143821"},"version":"1.3.15"}, "uuid-types": {"dependencies":["base","binary","bytestring","deepseq","hashable","random","template-haskell","text"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/uuid-types-1.0.5/uuid-types-1.0.5.tar.gz"},"name":"uuid-types","pinned":{"url":["https://hackage.haskell.org/package/uuid-types-1.0.5/uuid-types-1.0.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/uuid-types-1.0.5.tar.gz"],"sha256":"ad68b89b7a64c07dd5c250a11be2033ee929318ff51ec7b4e4b54e1b4deba7dd","cabal-sha256":"e4662609522f093b86c5ae86aa9781afc69338cf102d42e5b5c196c320d95621"},"version":"1.0.5"}, - "vector": {"dependencies":["base","deepseq","ghc-prim","primitive"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/vector-0.12.3.1/vector-0.12.3.1.tar.gz"},"name":"vector","pinned":{"url":["https://hackage.haskell.org/package/vector-0.12.3.1/vector-0.12.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/vector-0.12.3.1.tar.gz"],"sha256":"fb4a53c02bd4d7fdf155c0604da9a5bb0f3b3bfce5d9960aea11c2ae235b9f35","cabal-sha256":"39141f312871b7c793a63be76635999e84d442aa3290aec59f30638ec0bf23a7"},"version":"0.12.3.1"}, + "vector": {"dependencies":["base","deepseq","ghc-prim","primitive"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/vector-0.12.3.1/vector-0.12.3.1.tar.gz"},"name":"vector","pinned":{"url":["https://hackage.haskell.org/package/vector-0.12.3.1/vector-0.12.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/vector-0.12.3.1.tar.gz"],"sha256":"fb4a53c02bd4d7fdf155c0604da9a5bb0f3b3bfce5d9960aea11c2ae235b9f35","cabal-sha256":"d5ea5673715c34527af5116c6845bbeb3ce29888962b548424f6a7d5e6c42063"},"version":"0.12.3.1"}, "vector-algorithms": {"dependencies":["base","bytestring","primitive","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/vector-algorithms-0.8.0.4/vector-algorithms-0.8.0.4.tar.gz"},"name":"vector-algorithms","pinned":{"url":["https://hackage.haskell.org/package/vector-algorithms-0.8.0.4/vector-algorithms-0.8.0.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/vector-algorithms-0.8.0.4.tar.gz"],"sha256":"76176a56778bf30a275b1089ee6db24ec6c67d92525145f8dfe215b80137af3b","cabal-sha256":"e0656aa47388e5c80e4f5d4fd87c80fb8d473fdd41533ff7af5cbb292056a544"},"version":"0.8.0.4"}, "void": {"dependencies":["base"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/void-0.7.3/void-0.7.3.tar.gz"},"name":"void","pinned":{"url":["https://hackage.haskell.org/package/void-0.7.3/void-0.7.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/void-0.7.3.tar.gz"],"sha256":"53af758ddc37dc63981671e503438d02c6f64a2d8744e9bec557a894431f7317","cabal-sha256":"13d30f62fcdf065e595d679d4ac8b4b0c1bb1a1b73db7b5b5a8f857cb5c8a546"},"version":"0.7.3"}, "wcwidth": {"dependencies":["base","containers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/wcwidth-0.0.2/wcwidth-0.0.2.tar.gz"},"name":"wcwidth","pinned":{"url":["https://hackage.haskell.org/package/wcwidth-0.0.2/wcwidth-0.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/wcwidth-0.0.2.tar.gz"],"sha256":"ffc68736a3bbde3e8157710f29f4a99c0ca593c41194579c54a92c62f6c12ed8","cabal-sha256":"77531eb6683c505c22ab3fa11bbc43d3ce1e7dac21401d4d5a19677d348bb5f3"},"version":"0.0.2"}, - "witherable": {"dependencies":["base","base-orphans","containers","hashable","indexed-traversable","indexed-traversable-instances","transformers","unordered-containers","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/witherable-0.4.2/witherable-0.4.2.tar.gz"},"name":"witherable","pinned":{"url":["https://hackage.haskell.org/package/witherable-0.4.2/witherable-0.4.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/witherable-0.4.2.tar.gz"],"sha256":"790d2bb274283419173bd89104439860675a9410f70f21912973ecd9098b4104","cabal-sha256":"cec516b35df0ff53ab0068e70a912a0ba7b65c672fbc554727183faa195ad3b8"},"version":"0.4.2"}, + "witherable": {"dependencies":["base","base-orphans","containers","hashable","indexed-traversable","indexed-traversable-instances","transformers","unordered-containers","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/witherable-0.4.2/witherable-0.4.2.tar.gz"},"name":"witherable","pinned":{"url":["https://hackage.haskell.org/package/witherable-0.4.2/witherable-0.4.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/witherable-0.4.2.tar.gz"],"sha256":"790d2bb274283419173bd89104439860675a9410f70f21912973ecd9098b4104","cabal-sha256":"f0c6b10ec5d4747aea989c2ab275694d6504dd4d975629914c8641a704a026fc"},"version":"0.4.2"}, "x509": {"dependencies":["asn1-encoding","asn1-parse","asn1-types","base","bytestring","containers","cryptonite","hourglass","memory","pem","transformers"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/x509-1.7.7/x509-1.7.7.tar.gz"},"name":"x509","pinned":{"url":["https://hackage.haskell.org/package/x509-1.7.7/x509-1.7.7.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/x509-1.7.7.tar.gz"],"sha256":"59c6920fe5d53f1e6a15176bd853f1a18422be87cd8496772ff4571828a568fe","cabal-sha256":"90eef2d745a654146fc1c325e035eaddac531e4d2145d4bc1dcf4b8fad439d34"},"version":"1.7.7"}, "x509-store": {"dependencies":["asn1-encoding","asn1-types","base","bytestring","containers","cryptonite","directory","filepath","mtl","pem","x509"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/x509-store-1.6.9/x509-store-1.6.9.tar.gz"},"name":"x509-store","pinned":{"url":["https://hackage.haskell.org/package/x509-store-1.6.9/x509-store-1.6.9.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/x509-store-1.6.9.tar.gz"],"sha256":"c59213520cf31a0a18611a60b8a4d2d7aa6cb206c0545d857b98dcb90fc5c8da","cabal-sha256":"1f1abeab5bacf1407b920d0f34f4c35a5ad450ff0d8121cd3dc76460f81e711d"},"version":"1.6.9"}, "x509-system": {"dependencies":["base","bytestring","containers","directory","filepath","mtl","pem","process","x509","x509-store"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/x509-system-1.6.7/x509-system-1.6.7.tar.gz"},"name":"x509-system","pinned":{"url":["https://hackage.haskell.org/package/x509-system-1.6.7/x509-system-1.6.7.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/x509-system-1.6.7.tar.gz"],"sha256":"68fc1ffd9b33fc85886934a39f12064ef465b12043503fe1b489c098bb6a2b11","cabal-sha256":"45ddd5db19f18be80614e058e8838765f2749a8afcfd2b292bd6afb36820a3c0"},"version":"1.6.7"}, @@ -294,6 +294,6 @@ "yaml": {"dependencies":["aeson","attoparsec","base","bytestring","conduit","containers","directory","filepath","libyaml","mtl","resourcet","scientific","template-haskell","text","transformers","unordered-containers","vector"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/yaml-0.11.8.0/yaml-0.11.8.0.tar.gz"},"name":"yaml","pinned":{"url":["https://hackage.haskell.org/package/yaml-0.11.8.0/yaml-0.11.8.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/yaml-0.11.8.0.tar.gz"],"sha256":"f61a4e829bb75e17f5da39ea7b9d8d221a100a0f0cb1258bb9584a1829cd0ae8","cabal-sha256":"a4cb6137d26e1ab483aa82047027d96aa4938d0f0cac45a8169d6c4d027b7e63"},"version":"0.11.8.0"}, "zip": {"dependencies":["base","bytestring","case-insensitive","cereal","conduit","conduit-extra","containers","digest","directory","dlist","exceptions","filepath","monad-control","mtl","resourcet","text","time","transformers","transformers-base","unix"],"location":{"type":"vendored"},"name":"zip","version":"1.7.1"}, "zip-archive": {"dependencies":["array","base","binary","bytestring","containers","digest","directory","filepath","mtl","pretty","text","time","unix","zlib"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/zip-archive-0.4.2.2/zip-archive-0.4.2.2.tar.gz"},"name":"zip-archive","pinned":{"url":["https://hackage.haskell.org/package/zip-archive-0.4.2.2/zip-archive-0.4.2.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/zip-archive-0.4.2.2.tar.gz"],"sha256":"a4016b404356e5fe38a89fceb8c88b01251f7e3fe7832323a50a3f732a346709","cabal-sha256":"23df8bf5207bdaf5be72ced35d693ef08d019406843d2eb4f011bec7013beb3a"},"version":"0.4.2.2"}, - "zlib": {"dependencies":["base","bytestring"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/zlib-0.6.3.0/zlib-0.6.3.0.tar.gz"},"name":"zlib","pinned":{"url":["https://hackage.haskell.org/package/zlib-0.6.3.0/zlib-0.6.3.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/zlib-0.6.3.0.tar.gz"],"sha256":"9eaa989ad4534438b5beb51c1d3a4c8f6a088fdff0b259a5394fbf39aaee04da","cabal-sha256":"19eb7759af71957811d5ec10ddb1e2f4c98700ddb9c0da6860c0441d811f0e6d"},"version":"0.6.3.0"} + "zlib": {"dependencies":["base","bytestring"],"location":{"type":"hackage","url":"https://hackage.haskell.org/package/zlib-0.6.3.0/zlib-0.6.3.0.tar.gz"},"name":"zlib","pinned":{"url":["https://hackage.haskell.org/package/zlib-0.6.3.0/zlib-0.6.3.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/zlib-0.6.3.0.tar.gz"],"sha256":"9eaa989ad4534438b5beb51c1d3a4c8f6a088fdff0b259a5394fbf39aaee04da","cabal-sha256":"96d388c95a98d6db94b74053130c00aea3c8c8ee041b5594bbe09242f1714356"},"version":"0.6.3.0"} } } \ No newline at end of file