diff --git a/WORKSPACE b/WORKSPACE index a15148d8..a445551a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -38,6 +38,7 @@ contrib_rules_jvm_gazelle_setup() load("@rules_jvm_external//:defs.bzl", "maven_install") load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS") +load("//third_party:protobuf_version.bzl", "PROTOBUF_JAVA_VERSION") # This only exists to give us a target to use with `./tools/update-dependencies.sh`. # If you update this, then please re-run that script and commit the changes to repo. @@ -91,6 +92,10 @@ maven_install( }, "org.slf4j:slf4j-api:1.7.32", "org.slf4j:slf4j-jdk14:1.7.32", + + # We explicitly declare a protobuf runtime version + # so that it coincides with the one we use to generate the code. + "com.google.protobuf:protobuf-java:{}".format(PROTOBUF_JAVA_VERSION), ] + IO_GRPC_GRPC_JAVA_ARTIFACTS, fail_if_repin_required = True, fetch_sources = True, diff --git a/frozen_deps_install.json b/frozen_deps_install.json index f80a1199..9254de4a 100644 --- a/frozen_deps_install.json +++ b/frozen_deps_install.json @@ -1,13 +1,13 @@ { "dependency_tree": { "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL", - "__INPUT_ARTIFACTS_HASH": 1261350110, - "__RESOLVED_ARTIFACTS_HASH": 232389680, + "__INPUT_ARTIFACTS_HASH": -568385146, + "__RESOLVED_ARTIFACTS_HASH": 1240627045, "conflict_resolution": { - "com.google.errorprone:error_prone_annotations:2.9.0": "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.11.0": "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:30.1.1-jre": "com.google.guava:guava:31.1-jre", - "com.google.guava:guava:31.0.1-android": "com.google.guava:guava:31.1-jre", - "junit:junit:4.12": "junit:junit:4.13.2" + "com.google.guava:guava:31.1-android": "com.google.guava:guava:31.1-jre", + "com.google.protobuf:protobuf-java:3.21.7": "com.google.protobuf:protobuf-java:3.21.12" }, "dependencies": [ { @@ -40,43 +40,6 @@ "sha256": "034401849e035a879dbd4c1937249a7d0c7a61c54bf9e668187718e56770ecb3", "url": "https://repo1.maven.org/maven2/com/beust/jcommander/1.48/jcommander-1.48-sources.jar" }, - { - "coord": "com.fasterxml.jackson.core:jackson-core:2.11.3", - "dependencies": [], - "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar", - "mirror_urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar" - ], - "packages": [ - "com.fasterxml.jackson.core", - "com.fasterxml.jackson.core.async", - "com.fasterxml.jackson.core.base", - "com.fasterxml.jackson.core.exc", - "com.fasterxml.jackson.core.filter", - "com.fasterxml.jackson.core.format", - "com.fasterxml.jackson.core.io", - "com.fasterxml.jackson.core.json", - "com.fasterxml.jackson.core.json.async", - "com.fasterxml.jackson.core.sym", - "com.fasterxml.jackson.core.type", - "com.fasterxml.jackson.core.util" - ], - "sha256": "78cd0a6b936232e06dd3e38da8a0345348a09cd1ff9c4d844c6ee72c75cfc402", - "url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar" - }, - { - "coord": "com.fasterxml.jackson.core:jackson-core:jar:sources:2.11.3", - "dependencies": [], - "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3-sources.jar", - "mirror_urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3-sources.jar" - ], - "packages": [], - "sha256": "16f99b9d65d6e1c2e922b2badcde1e3c01b1c888414e3712299cfcb1041b902e", - "url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3-sources.jar" - }, { "coord": "com.github.spotbugs:spotbugs-annotations:4.7.0", "dependencies": [ @@ -122,7 +85,7 @@ "dependencies": [ "com.github.spotbugs:spotbugs-annotations:4.7.0", "com.google.code.findbugs:jsr305:3.0.2", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", "jaxen:jaxen:1.2.0", @@ -132,7 +95,7 @@ "org.apache.commons:commons-lang3:3.12.0", "org.apache.commons:commons-text:1.9", "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13", + "org.apache.httpcomponents:httpcore:4.4.15", "org.dom4j:dom4j:2.1.3", "org.ow2.asm:asm-analysis:9.3", "org.ow2.asm:asm-commons:9.3", @@ -145,7 +108,7 @@ ], "directDependencies": [ "com.github.spotbugs:spotbugs-annotations:4.7.0", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "jaxen:jaxen:1.2.0", "net.jcip:jcip-annotations:1.0", "net.sf.saxon:Saxon-HE:11.3", @@ -224,7 +187,7 @@ "dependencies": [ "com.github.spotbugs:spotbugs-annotations:jar:sources:4.7.0", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2", "jaxen:jaxen:jar:sources:1.2.0", @@ -234,7 +197,7 @@ "org.apache.commons:commons-lang3:jar:sources:3.12.0", "org.apache.commons:commons-text:jar:sources:1.9", "org.apache.httpcomponents:httpclient:jar:sources:4.5.13", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13", + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15", "org.dom4j:dom4j:jar:sources:2.1.3", "org.ow2.asm:asm-analysis:jar:sources:9.3", "org.ow2.asm:asm-commons:jar:sources:9.3", @@ -246,7 +209,7 @@ ], "directDependencies": [ "com.github.spotbugs:spotbugs-annotations:jar:sources:4.7.0", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "jaxen:jaxen:jar:sources:1.2.0", "net.jcip:jcip-annotations:jar:sources:1.0", "net.sf.saxon:Saxon-HE:jar:sources:11.3", @@ -298,16 +261,16 @@ "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.9.0", + "coord": "com.google.api.grpc:proto-google-common-protos:2.17.0", "dependencies": [ - "com.google.protobuf:protobuf-java:3.21.1" + "com.google.protobuf:protobuf-java:3.21.12" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:3.21.1" + "com.google.protobuf:protobuf-java:3.21.12" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.9.0/proto-google-common-protos-2.9.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.17.0/proto-google-common-protos-2.17.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.9.0/proto-google-common-protos-2.9.0.jar" + "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.17.0/proto-google-common-protos-2.17.0.jar" ], "packages": [ "com.google.api", @@ -321,131 +284,129 @@ "com.google.rpc.context", "com.google.type" ], - "sha256": "0d830380ec66bd7e25eee63aa0a5a08578e46ad187fb72d99b44d9ba22827f91", - "url": "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.9.0/proto-google-common-protos-2.9.0.jar" + "sha256": "4ef1fe0c327fc1521d1d753b0b1c4a875a54bd14ebded3afff0ca395320b6ea9", + "url": "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.17.0/proto-google-common-protos-2.17.0.jar" }, { - "coord": "com.google.api.grpc:proto-google-common-protos:jar:sources:2.9.0", + "coord": "com.google.api.grpc:proto-google-common-protos:jar:sources:2.17.0", "dependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.21.1" + "com.google.protobuf:protobuf-java:jar:sources:3.21.12" ], "directDependencies": [ - "com.google.protobuf:protobuf-java:jar:sources:3.21.1" + "com.google.protobuf:protobuf-java:jar:sources:3.21.12" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.9.0/proto-google-common-protos-2.9.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.17.0/proto-google-common-protos-2.17.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.9.0/proto-google-common-protos-2.9.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.17.0/proto-google-common-protos-2.17.0-sources.jar" ], "packages": [], - "sha256": "ea54fe7b9585f69f819c63dec60d8334654ece38e331fa8d6ed11e11a6affba2", - "url": "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.9.0/proto-google-common-protos-2.9.0-sources.jar" + "sha256": "cadaaa7232e1469abf515b99f2642b120fed9f68d6f36899ee493058b2159f18", + "url": "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.17.0/proto-google-common-protos-2.17.0-sources.jar" }, { - "coord": "com.google.auth:google-auth-library-credentials:0.22.0", + "coord": "com.google.auth:google-auth-library-credentials:1.4.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar" + "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0.jar" ], "packages": [ "com.google.auth" ], - "sha256": "42c76031276de5b520909e9faf88c5b3c9a722d69ee9cfdafedb1c52c355dfc5", - "url": "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar" + "sha256": "6ad4416d9360a1df3a660c43493e9605416ddd4de953ffbb14dd582a591b09a1", + "url": "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0.jar" }, { - "coord": "com.google.auth:google-auth-library-credentials:jar:sources:0.22.0", + "coord": "com.google.auth:google-auth-library-credentials:jar:sources:1.4.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0-sources.jar" ], "packages": [], - "sha256": "ed812f3910c89f1bd20c7a2dc654039c0155c1b35928fced9ccef4f560fbf298", - "url": "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0-sources.jar" + "sha256": "2ebd10e88fa862919728bf7604b5b25aa51c19732c6a1d7fa1e9d68688c2ecee", + "url": "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0-sources.jar" }, { - "coord": "com.google.auth:google-auth-library-oauth2-http:0.22.0", + "coord": "com.google.auth:google-auth-library-oauth2-http:1.4.0", "dependencies": [ - "com.fasterxml.jackson.core:jackson-core:2.11.3", - "com.google.auth:google-auth-library-credentials:0.22.0", - "com.google.auto.value:auto-value-annotations:1.9", + "com.google.auth:google-auth-library-credentials:1.4.0", + "com.google.auto.value:auto-value-annotations:1.10.1", "com.google.code.findbugs:jsr305:3.0.2", + "com.google.code.gson:gson:2.10.1", "com.google.guava:guava:31.1-jre", - "com.google.http-client:google-http-client-jackson2:1.37.0", - "com.google.http-client:google-http-client:1.37.0", + "com.google.http-client:google-http-client-gson:1.41.0", + "com.google.http-client:google-http-client:1.41.0", "com.google.j2objc:j2objc-annotations:1.3", "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", - "io.grpc:grpc-context:1.40.0", - "io.opencensus:opencensus-api:0.24.0", - "io.opencensus:opencensus-contrib-http-util:0.24.0", + "io.opencensus:opencensus-api:0.31.0", + "io.opencensus:opencensus-contrib-http-util:0.28.0", "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13" + "org.apache.httpcomponents:httpcore:4.4.15" ], "directDependencies": [ - "com.google.auth:google-auth-library-credentials:0.22.0", - "com.google.auto.value:auto-value-annotations:1.9", + "com.google.auth:google-auth-library-credentials:1.4.0", + "com.google.auto.value:auto-value-annotations:1.10.1", "com.google.code.findbugs:jsr305:3.0.2", "com.google.guava:guava:31.1-jre", - "com.google.http-client:google-http-client-jackson2:1.37.0", - "com.google.http-client:google-http-client:1.37.0" + "com.google.http-client:google-http-client-gson:1.41.0", + "com.google.http-client:google-http-client:1.41.0" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar" + "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0.jar" ], "packages": [ "com.google.auth.http", "com.google.auth.oauth2" ], - "sha256": "1722d895c42dc42ea1d1f392ddbec1fbb28f7a979022c3a6c29acc39cc777ad1", - "url": "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar" + "sha256": "bbf99bba3394c699c48b2e67257dfa96b84c6ee54c348bd426c94207b84254ba", + "url": "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0.jar" }, { - "coord": "com.google.auth:google-auth-library-oauth2-http:jar:sources:0.22.0", + "coord": "com.google.auth:google-auth-library-oauth2-http:jar:sources:1.4.0", "dependencies": [ - "com.fasterxml.jackson.core:jackson-core:jar:sources:2.11.3", - "com.google.auth:google-auth-library-credentials:jar:sources:0.22.0", - "com.google.auto.value:auto-value-annotations:jar:sources:1.9", + "com.google.auth:google-auth-library-credentials:jar:sources:1.4.0", + "com.google.auto.value:auto-value-annotations:jar:sources:1.10.1", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", + "com.google.code.gson:gson:jar:sources:2.10.1", "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.http-client:google-http-client-jackson2:jar:sources:1.37.0", - "com.google.http-client:google-http-client:jar:sources:1.37.0", + "com.google.http-client:google-http-client-gson:jar:sources:1.41.0", + "com.google.http-client:google-http-client:jar:sources:1.41.0", "com.google.j2objc:j2objc-annotations:jar:sources:1.3", "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2", - "io.grpc:grpc-context:jar:sources:1.40.0", - "io.opencensus:opencensus-api:jar:sources:0.24.0", - "io.opencensus:opencensus-contrib-http-util:jar:sources:0.24.0", + "io.opencensus:opencensus-api:jar:sources:0.31.0", + "io.opencensus:opencensus-contrib-http-util:jar:sources:0.28.0", "org.apache.httpcomponents:httpclient:jar:sources:4.5.13", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13" + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15" ], "directDependencies": [ - "com.google.auth:google-auth-library-credentials:jar:sources:0.22.0", - "com.google.auto.value:auto-value-annotations:jar:sources:1.9", + "com.google.auth:google-auth-library-credentials:jar:sources:1.4.0", + "com.google.auto.value:auto-value-annotations:jar:sources:1.10.1", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.http-client:google-http-client-jackson2:jar:sources:1.37.0", - "com.google.http-client:google-http-client:jar:sources:1.37.0" + "com.google.http-client:google-http-client-gson:jar:sources:1.41.0", + "com.google.http-client:google-http-client:jar:sources:1.41.0" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0-sources.jar" ], "packages": [], - "sha256": "aa843bae54377e8f7fb51f639e32acf10172229c23f97780f55a20e542802535", - "url": "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0-sources.jar" + "sha256": "7af3571aad62df42a56051c212c00a334c8cbd886b5bb06da1abc82417e3f5b7", + "url": "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0-sources.jar" }, { - "coord": "com.google.auto.value:auto-value-annotations:1.9", + "coord": "com.google.auto.value:auto-value-annotations:1.10.1", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.9/auto-value-annotations-1.9.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.10.1/auto-value-annotations-1.10.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.9/auto-value-annotations-1.9.jar" + "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.10.1/auto-value-annotations-1.10.1.jar" ], "packages": [ "com.google.auto.value", @@ -453,47 +414,90 @@ "com.google.auto.value.extension.serializable", "com.google.auto.value.extension.toprettystring" ], - "sha256": "fa5469f4c44ee598a2d8f033ab0a9dcbc6498a0c5e0c998dfa0c2adf51358044", - "url": "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.9/auto-value-annotations-1.9.jar" + "sha256": "a4fe0a211925e938a8510d741763ee1171a11bf931f5891ef4d4ee84fca72be2", + "url": "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.10.1/auto-value-annotations-1.10.1.jar" }, { - "coord": "com.google.auto.value:auto-value-annotations:jar:sources:1.9", + "coord": "com.google.auto.value:auto-value-annotations:jar:sources:1.10.1", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.9/auto-value-annotations-1.9-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.10.1/auto-value-annotations-1.10.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.9/auto-value-annotations-1.9-sources.jar" + "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.10.1/auto-value-annotations-1.10.1-sources.jar" ], "packages": [], - "sha256": "72c43da0e3284faecca1deeeb4b52a6e4065c8ee3c56910ce4c0c44f6967a652", - "url": "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.9/auto-value-annotations-1.9-sources.jar" + "sha256": "44e6ce2884c18869422765b238f7f173faccd24643fabb5e95597382e80d50a8", + "url": "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.10.1/auto-value-annotations-1.10.1-sources.jar" }, { - "coord": "com.google.auto.value:auto-value:1.9", + "coord": "com.google.auto.value:auto-value:1.10.1", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value/1.9/auto-value-1.9.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value/1.10.1/auto-value-1.10.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.9/auto-value-1.9.jar" + "https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.10.1/auto-value-1.10.1.jar" ], "packages": [ - "autovalue.shaded.com.google$.auto.common", - "autovalue.shaded.com.google$.auto.service", - "autovalue.shaded.com.google$.common.annotations", - "autovalue.shaded.com.google$.common.base", - "autovalue.shaded.com.google$.common.collect", - "autovalue.shaded.com.google$.common.hash", - "autovalue.shaded.com.google$.common.math", - "autovalue.shaded.com.google$.common.primitives", - "autovalue.shaded.com.google$.common.reflect", - "autovalue.shaded.com.google$.errorprone.annotations", - "autovalue.shaded.com.google$.errorprone.annotations.concurrent", - "autovalue.shaded.com.google$.escapevelocity", - "autovalue.shaded.com.google$.j2objc.annotations", - "autovalue.shaded.com.squareup.javapoet$", - "autovalue.shaded.net.ltgt.gradle.incap$", - "autovalue.shaded.org.checkerframework$.checker.nullness.qual", - "autovalue.shaded.org.checkerframework$.framework.qual", + "autovalue.shaded.com.google.auto.common", + "autovalue.shaded.com.google.auto.service", + "autovalue.shaded.com.google.common.annotations", + "autovalue.shaded.com.google.common.base", + "autovalue.shaded.com.google.common.cache", + "autovalue.shaded.com.google.common.collect", + "autovalue.shaded.com.google.common.escape", + "autovalue.shaded.com.google.common.eventbus", + "autovalue.shaded.com.google.common.graph", + "autovalue.shaded.com.google.common.hash", + "autovalue.shaded.com.google.common.html", + "autovalue.shaded.com.google.common.io", + "autovalue.shaded.com.google.common.math", + "autovalue.shaded.com.google.common.net", + "autovalue.shaded.com.google.common.primitives", + "autovalue.shaded.com.google.common.reflect", + "autovalue.shaded.com.google.common.util.concurrent", + "autovalue.shaded.com.google.common.xml", + "autovalue.shaded.com.google.errorprone.annotations", + "autovalue.shaded.com.google.errorprone.annotations.concurrent", + "autovalue.shaded.com.google.escapevelocity", + "autovalue.shaded.com.google.j2objc.annotations", + "autovalue.shaded.com.squareup.javapoet", + "autovalue.shaded.kotlin", + "autovalue.shaded.kotlin.annotation", + "autovalue.shaded.kotlin.collections", + "autovalue.shaded.kotlin.collections.builders", + "autovalue.shaded.kotlin.collections.unsigned", + "autovalue.shaded.kotlin.comparisons", + "autovalue.shaded.kotlin.coroutines", + "autovalue.shaded.kotlin.coroutines.intrinsics", + "autovalue.shaded.kotlin.coroutines.jvm.internal", + "autovalue.shaded.kotlin.experimental", + "autovalue.shaded.kotlin.internal", + "autovalue.shaded.kotlin.jvm", + "autovalue.shaded.kotlin.jvm.functions", + "autovalue.shaded.kotlin.jvm.internal", + "autovalue.shaded.kotlin.jvm.internal.markers", + "autovalue.shaded.kotlin.random", + "autovalue.shaded.kotlin.ranges", + "autovalue.shaded.kotlin.reflect", + "autovalue.shaded.kotlin.sequences", + "autovalue.shaded.kotlin.text", + "autovalue.shaded.kotlinx.metadata", + "autovalue.shaded.kotlinx.metadata.impl", + "autovalue.shaded.kotlinx.metadata.impl.extensions", + "autovalue.shaded.kotlinx.metadata.internal.metadata", + "autovalue.shaded.kotlinx.metadata.internal.metadata.deserialization", + "autovalue.shaded.kotlinx.metadata.internal.metadata.jvm", + "autovalue.shaded.kotlinx.metadata.internal.metadata.jvm.deserialization", + "autovalue.shaded.kotlinx.metadata.internal.metadata.jvm.serialization", + "autovalue.shaded.kotlinx.metadata.internal.metadata.serialization", + "autovalue.shaded.kotlinx.metadata.internal.protobuf", + "autovalue.shaded.kotlinx.metadata.jvm", + "autovalue.shaded.kotlinx.metadata.jvm.impl", + "autovalue.shaded.net.ltgt.gradle.incap", + "autovalue.shaded.org.checkerframework.checker.nullness.qual", + "autovalue.shaded.org.checkerframework.framework.qual", + "autovalue.shaded.org.jetbrains.annotations", + "autovalue.shaded.org.objectweb.asm", "com.google.auto.value.extension", "com.google.auto.value.extension.memoized.processor", "com.google.auto.value.extension.serializable.processor", @@ -504,20 +508,20 @@ "com.google.auto.value.extension.toprettystring.processor", "com.google.auto.value.processor" ], - "sha256": "fd39087fa111da2b12b14675fee740043f0e78e4bfc7055cf3443bfffa3f572b", - "url": "https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.9/auto-value-1.9.jar" + "sha256": "ea78010d82efdb2f919b16faed9e6427f07d2998a15c4f619cdc6a6164ecd336", + "url": "https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.10.1/auto-value-1.10.1.jar" }, { - "coord": "com.google.auto.value:auto-value:jar:sources:1.9", + "coord": "com.google.auto.value:auto-value:jar:sources:1.10.1", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value/1.9/auto-value-1.9-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value/1.10.1/auto-value-1.10.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.9/auto-value-1.9-sources.jar" + "https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.10.1/auto-value-1.10.1-sources.jar" ], "packages": [], - "sha256": "37e419915fd50c16f8dad408969234dbd3a6eb65774a2b6252248413358ccc9c", - "url": "https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.9/auto-value-1.9-sources.jar" + "sha256": "39c581c92f8d48817e5f0a70832fd719aeb2f925aacfb3822b8c6f1ec7a618fe", + "url": "https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.10.1/auto-value-1.10.1-sources.jar" }, { "coord": "com.google.code.findbugs:jsr305:3.0.2", @@ -548,12 +552,12 @@ "url": "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar" }, { - "coord": "com.google.code.gson:gson:2.9.0", + "coord": "com.google.code.gson:gson:2.10.1", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar" + "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar" ], "packages": [ "com.google.gson", @@ -566,47 +570,47 @@ "com.google.gson.reflect", "com.google.gson.stream" ], - "sha256": "c96d60551331a196dac54b745aa642cd078ef89b6f267146b705f2c2cbef052d", - "url": "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar" + "sha256": "4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593", + "url": "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar" }, { - "coord": "com.google.code.gson:gson:jar:sources:2.9.0", + "coord": "com.google.code.gson:gson:jar:sources:2.10.1", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar" ], "packages": [], - "sha256": "75429446e9d9e90c5b6a84aa06d8d27783f29c70b3de65a6c2d50d27cece64dc", - "url": "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0-sources.jar" + "sha256": "eee1cc5c1f4267ee194cc245777e68084738ef390acd763354ce0ff6bfb7bcc1", + "url": "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar" }, { - "coord": "com.google.errorprone:error_prone_annotations:2.11.0", + "coord": "com.google.errorprone:error_prone_annotations:2.18.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar" + "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar" ], "packages": [ "com.google.errorprone.annotations", "com.google.errorprone.annotations.concurrent" ], - "sha256": "721cb91842b46fa056847d104d5225c8b8e1e8b62263b993051e1e5a0137b7ec", - "url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar" + "sha256": "9e6814cb71816988a4fd1b07a993a8f21bb7058d522c162b1de849e19bea54ae", + "url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar" }, { - "coord": "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "coord": "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0-sources.jar" ], "packages": [], - "sha256": "31a8f1bd791fb22c606af95049062a3c8252ce4b1b17555d00dc609e6371101d", - "url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0-sources.jar" + "sha256": "a2c0783981c8ad48faaa6ea8de6f1926d8e87c125f5df5ce531a9810b943e032", + "url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0-sources.jar" }, { "coord": "com.google.googlejavaformat:google-java-format:1.15.0", @@ -676,7 +680,7 @@ "coord": "com.google.guava:guava:31.1-jre", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:failureaccess:1.0.1", "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", "com.google.j2objc:j2objc-annotations:1.3", @@ -684,7 +688,7 @@ ], "directDependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:failureaccess:1.0.1", "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", "com.google.j2objc:j2objc-annotations:1.3", @@ -721,7 +725,7 @@ "coord": "com.google.guava:guava:jar:sources:31.1-jre", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:failureaccess:jar:sources:1.0.1", "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", "com.google.j2objc:j2objc-annotations:jar:sources:1.3", @@ -729,7 +733,7 @@ ], "directDependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:failureaccess:jar:sources:1.0.1", "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", "com.google.j2objc:j2objc-annotations:jar:sources:1.3", @@ -762,89 +766,86 @@ "file": null }, { - "coord": "com.google.http-client:google-http-client-jackson2:1.37.0", + "coord": "com.google.http-client:google-http-client-gson:1.41.0", "dependencies": [ - "com.fasterxml.jackson.core:jackson-core:2.11.3", "com.google.code.findbugs:jsr305:3.0.2", + "com.google.code.gson:gson:2.10.1", "com.google.guava:guava:31.1-jre", - "com.google.http-client:google-http-client:1.37.0", + "com.google.http-client:google-http-client:1.41.0", "com.google.j2objc:j2objc-annotations:1.3", "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", - "io.grpc:grpc-context:1.40.0", - "io.opencensus:opencensus-api:0.24.0", - "io.opencensus:opencensus-contrib-http-util:0.24.0", + "io.opencensus:opencensus-api:0.31.0", + "io.opencensus:opencensus-contrib-http-util:0.28.0", "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13" + "org.apache.httpcomponents:httpcore:4.4.15" ], "directDependencies": [ - "com.fasterxml.jackson.core:jackson-core:2.11.3", - "com.google.http-client:google-http-client:1.37.0" + "com.google.code.gson:gson:2.10.1", + "com.google.http-client:google-http-client:1.41.0" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.37.0/google-http-client-jackson2-1.37.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client-gson/1.41.0/google-http-client-gson-1.41.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.37.0/google-http-client-jackson2-1.37.0.jar" + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-gson/1.41.0/google-http-client-gson-1.41.0.jar" ], "packages": [ - "com.google.api.client.json.jackson2" + "com.google.api.client.json.gson" ], - "sha256": "f779817a1e972443952a0e996fcbee4e83fa863437d6dce3b9af612ab0e3ed5c", - "url": "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.37.0/google-http-client-jackson2-1.37.0.jar" + "sha256": "18766d1bbeb6d363763ef725bc82ed3c8c45f88eadbf149965e6e8c8d9b70d9f", + "url": "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-gson/1.41.0/google-http-client-gson-1.41.0.jar" }, { - "coord": "com.google.http-client:google-http-client-jackson2:jar:sources:1.37.0", + "coord": "com.google.http-client:google-http-client-gson:jar:sources:1.41.0", "dependencies": [ - "com.fasterxml.jackson.core:jackson-core:jar:sources:2.11.3", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", + "com.google.code.gson:gson:jar:sources:2.10.1", "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.http-client:google-http-client:jar:sources:1.37.0", + "com.google.http-client:google-http-client:jar:sources:1.41.0", "com.google.j2objc:j2objc-annotations:jar:sources:1.3", "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2", - "io.grpc:grpc-context:jar:sources:1.40.0", - "io.opencensus:opencensus-api:jar:sources:0.24.0", - "io.opencensus:opencensus-contrib-http-util:jar:sources:0.24.0", + "io.opencensus:opencensus-api:jar:sources:0.31.0", + "io.opencensus:opencensus-contrib-http-util:jar:sources:0.28.0", "org.apache.httpcomponents:httpclient:jar:sources:4.5.13", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13" + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15" ], "directDependencies": [ - "com.fasterxml.jackson.core:jackson-core:jar:sources:2.11.3", - "com.google.http-client:google-http-client:jar:sources:1.37.0" + "com.google.code.gson:gson:jar:sources:2.10.1", + "com.google.http-client:google-http-client:jar:sources:1.41.0" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.37.0/google-http-client-jackson2-1.37.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client-gson/1.41.0/google-http-client-gson-1.41.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.37.0/google-http-client-jackson2-1.37.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-gson/1.41.0/google-http-client-gson-1.41.0-sources.jar" ], "packages": [], - "sha256": "88849cc8e0b6f5e9cd0692908360b9f9405c74fe5379f896db72c6691b248bdc", - "url": "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.37.0/google-http-client-jackson2-1.37.0-sources.jar" + "sha256": "d57cf3a5ba02a65e03d1b35e0164502f09dfca08a7547f682b63bff3951aeae6", + "url": "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-gson/1.41.0/google-http-client-gson-1.41.0-sources.jar" }, { - "coord": "com.google.http-client:google-http-client:1.37.0", + "coord": "com.google.http-client:google-http-client:1.41.0", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", "com.google.guava:guava:31.1-jre", "com.google.j2objc:j2objc-annotations:1.3", "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", - "io.grpc:grpc-context:1.40.0", - "io.opencensus:opencensus-api:0.24.0", - "io.opencensus:opencensus-contrib-http-util:0.24.0", + "io.opencensus:opencensus-api:0.31.0", + "io.opencensus:opencensus-contrib-http-util:0.28.0", "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13" + "org.apache.httpcomponents:httpcore:4.4.15" ], "directDependencies": [ "com.google.code.findbugs:jsr305:3.0.2", "com.google.guava:guava:31.1-jre", "com.google.j2objc:j2objc-annotations:1.3", - "io.opencensus:opencensus-api:0.24.0", - "io.opencensus:opencensus-contrib-http-util:0.24.0", + "io.opencensus:opencensus-api:0.31.0", + "io.opencensus:opencensus-contrib-http-util:0.28.0", "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13" + "org.apache.httpcomponents:httpcore:4.4.15" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client/1.37.0/google-http-client-1.37.0.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client/1.41.0/google-http-client-1.41.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.37.0/google-http-client-1.37.0.jar" + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.41.0/google-http-client-1.41.0.jar" ], "packages": [ "com.google.api.client.http", @@ -864,39 +865,38 @@ "com.google.api.client.util.escape", "com.google.api.client.util.store" ], - "sha256": "a5498ef562f6e8c3143673f9ae7976692a882a58baa1e6e74d4d32bbbb114331", - "url": "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.37.0/google-http-client-1.37.0.jar" + "sha256": "4a42d2c383373bf61c798f1882745989b9836bb032a8a4019890ecb6cd903ef3", + "url": "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.41.0/google-http-client-1.41.0.jar" }, { - "coord": "com.google.http-client:google-http-client:jar:sources:1.37.0", + "coord": "com.google.http-client:google-http-client:jar:sources:1.41.0", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.guava:guava:jar:sources:31.1-jre", "com.google.j2objc:j2objc-annotations:jar:sources:1.3", "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2", - "io.grpc:grpc-context:jar:sources:1.40.0", - "io.opencensus:opencensus-api:jar:sources:0.24.0", - "io.opencensus:opencensus-contrib-http-util:jar:sources:0.24.0", + "io.opencensus:opencensus-api:jar:sources:0.31.0", + "io.opencensus:opencensus-contrib-http-util:jar:sources:0.28.0", "org.apache.httpcomponents:httpclient:jar:sources:4.5.13", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13" + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15" ], "directDependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "com.google.guava:guava:jar:sources:31.1-jre", "com.google.j2objc:j2objc-annotations:jar:sources:1.3", - "io.opencensus:opencensus-api:jar:sources:0.24.0", - "io.opencensus:opencensus-contrib-http-util:jar:sources:0.24.0", + "io.opencensus:opencensus-api:jar:sources:0.31.0", + "io.opencensus:opencensus-contrib-http-util:jar:sources:0.28.0", "org.apache.httpcomponents:httpclient:jar:sources:4.5.13", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13" + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15" ], - "file": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client/1.37.0/google-http-client-1.37.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client/1.41.0/google-http-client-1.41.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.37.0/google-http-client-1.37.0-sources.jar" + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.41.0/google-http-client-1.41.0-sources.jar" ], "packages": [], - "sha256": "53ee36ed92a531bec14fef8d4ecc9d8b5eacb29b500ed8c3fd0504417cd2a34e", - "url": "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.37.0/google-http-client-1.37.0-sources.jar" + "sha256": "e01bf612119655934574002ad15c0e80b174949d118ab2378d291d065cab3ebd", + "url": "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.41.0/google-http-client-1.41.0-sources.jar" }, { "coord": "com.google.j2objc:j2objc-annotations:1.3", @@ -927,16 +927,16 @@ { "coord": "com.google.protobuf:protobuf-java-util:3.17.2", "dependencies": [ - "com.google.code.gson:gson:2.9.0", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.code.gson:gson:2.10.1", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", - "com.google.protobuf:protobuf-java:3.21.1" + "com.google.protobuf:protobuf-java:3.21.12" ], "directDependencies": [ - "com.google.code.gson:gson:2.9.0", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.code.gson:gson:2.10.1", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", - "com.google.protobuf:protobuf-java:3.21.1" + "com.google.protobuf:protobuf-java:3.21.12" ], "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.17.2/protobuf-java-util-3.17.2.jar", "mirror_urls": [ @@ -951,16 +951,16 @@ { "coord": "com.google.protobuf:protobuf-java-util:jar:sources:3.17.2", "dependencies": [ - "com.google.code.gson:gson:jar:sources:2.9.0", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.code.gson:gson:jar:sources:2.10.1", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.protobuf:protobuf-java:jar:sources:3.21.1" + "com.google.protobuf:protobuf-java:jar:sources:3.21.12" ], "directDependencies": [ - "com.google.code.gson:gson:jar:sources:2.9.0", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.code.gson:gson:jar:sources:2.10.1", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.protobuf:protobuf-java:jar:sources:3.21.1" + "com.google.protobuf:protobuf-java:jar:sources:3.21.12" ], "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.17.2/protobuf-java-util-3.17.2-sources.jar", "mirror_urls": [ @@ -971,72 +971,71 @@ "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.17.2/protobuf-java-util-3.17.2-sources.jar" }, { - "coord": "com.google.protobuf:protobuf-java:3.21.1", + "coord": "com.google.protobuf:protobuf-java:3.21.12", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.1/protobuf-java-3.21.1.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.12/protobuf-java-3.21.12.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.1/protobuf-java-3.21.1.jar" + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.12/protobuf-java-3.21.12.jar" ], "packages": [ "com.google.protobuf", "com.google.protobuf.compiler" ], - "sha256": "ad275e75ee79e6c6388198dcb9acf0db2edee64782e11b508f379c3a2a17d168", - "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.1/protobuf-java-3.21.1.jar" + "sha256": "3f3edbda9286246080f3eaf561dd6b0d5a2b1f1008f6909115c8609ceae9df87", + "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.12/protobuf-java-3.21.12.jar" }, { - "coord": "com.google.protobuf:protobuf-java:jar:sources:3.21.1", + "coord": "com.google.protobuf:protobuf-java:jar:sources:3.21.12", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.1/protobuf-java-3.21.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.12/protobuf-java-3.21.12-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.1/protobuf-java-3.21.1-sources.jar" + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.12/protobuf-java-3.21.12-sources.jar" ], "packages": [], - "sha256": "76b4340b0815e48d2b7f9c50172eb5327dbe562075d36c1514291abd96fe74aa", - "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.1/protobuf-java-3.21.1-sources.jar" + "sha256": "58e3c7ed26ea646dfe332249971db684e7564100379251631950c69fabdcb34c", + "url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.12/protobuf-java-3.21.12-sources.jar" }, { - "coord": "com.google.re2j:re2j:1.6", + "coord": "com.google.re2j:re2j:1.7", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/re2j/re2j/1.6/re2j-1.6.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/re2j/re2j/1.7/re2j-1.7.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/re2j/re2j/1.6/re2j-1.6.jar" + "https://repo1.maven.org/maven2/com/google/re2j/re2j/1.7/re2j-1.7.jar" ], "packages": [ "com.google.re2j" ], - "sha256": "c8b5c3472d4db594a865b2e47f835d07fb8b1415eeba559dccfb0a6945f033cd", - "url": "https://repo1.maven.org/maven2/com/google/re2j/re2j/1.6/re2j-1.6.jar" + "sha256": "4f657af51ab8bb0909bcc3eb40862d26125af8cbcf92aaaba595fed77f947bc0", + "url": "https://repo1.maven.org/maven2/com/google/re2j/re2j/1.7/re2j-1.7.jar" }, { - "coord": "com.google.re2j:re2j:jar:sources:1.6", + "coord": "com.google.re2j:re2j:jar:sources:1.7", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/com/google/re2j/re2j/1.6/re2j-1.6-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/google/re2j/re2j/1.7/re2j-1.7-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/google/re2j/re2j/1.6/re2j-1.6-sources.jar" + "https://repo1.maven.org/maven2/com/google/re2j/re2j/1.7/re2j-1.7-sources.jar" ], "packages": [], - "sha256": "93cddb0d06f582f6133d0a6d713efae558a1cfb92646cbd27ade5e7912134a95", - "url": "https://repo1.maven.org/maven2/com/google/re2j/re2j/1.6/re2j-1.6-sources.jar" + "sha256": "ddc3b47bb1e556ac4c0d02c9d8ff18f3260198b76b720567a70eed0a03d3fed6", + "url": "https://repo1.maven.org/maven2/com/google/re2j/re2j/1.7/re2j-1.7-sources.jar" }, { "coord": "com.google.truth:truth:1.0.1", "dependencies": [ - "com.google.auto.value:auto-value-annotations:1.9", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.auto.value:auto-value-annotations:1.10.1", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "com.googlecode.java-diff-utils:diffutils:1.3.0", "junit:junit:4.13.2", - "org.checkerframework:checker-compat-qual:2.5.5", - "org.hamcrest:hamcrest-core:1.3" + "org.checkerframework:checker-compat-qual:2.5.5" ], "directDependencies": [ - "com.google.auto.value:auto-value-annotations:1.9", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.auto.value:auto-value-annotations:1.10.1", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "com.googlecode.java-diff-utils:diffutils:1.3.0", "junit:junit:4.13.2", @@ -1055,17 +1054,16 @@ { "coord": "com.google.truth:truth:jar:sources:1.0.1", "dependencies": [ - "com.google.auto.value:auto-value-annotations:jar:sources:1.9", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.auto.value:auto-value-annotations:jar:sources:1.10.1", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "com.googlecode.java-diff-utils:diffutils:jar:sources:1.3.0", "junit:junit:jar:sources:4.13.2", - "org.checkerframework:checker-compat-qual:jar:sources:2.5.5", - "org.hamcrest:hamcrest-core:jar:sources:1.3" + "org.checkerframework:checker-compat-qual:jar:sources:2.5.5" ], "directDependencies": [ - "com.google.auto.value:auto-value-annotations:jar:sources:1.9", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.auto.value:auto-value-annotations:jar:sources:1.10.1", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "com.googlecode.java-diff-utils:diffutils:jar:sources:1.3.0", "junit:junit:jar:sources:4.13.2", @@ -1110,7 +1108,7 @@ "coord": "com.puppycrawl.tools:checkstyle:10.2", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:failureaccess:1.0.1", "com.google.guava:guava:31.1-jre", "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", @@ -1123,7 +1121,7 @@ "net.sf.saxon:Saxon-HE:11.3", "org.antlr:antlr4-runtime:4.10.1", "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13", + "org.apache.httpcomponents:httpcore:4.4.15", "org.checkerframework:checker-qual:3.12.0", "org.javassist:javassist:3.28.0-GA", "org.reflections:reflections:0.10.2", @@ -1181,7 +1179,7 @@ "coord": "com.puppycrawl.tools:checkstyle:jar:sources:10.2", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:failureaccess:jar:sources:1.0.1", "com.google.guava:guava:jar:sources:31.1-jre", "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", @@ -1194,7 +1192,7 @@ "net.sf.saxon:Saxon-HE:jar:sources:11.3", "org.antlr:antlr4-runtime:jar:sources:4.10.1", "org.apache.httpcomponents:httpclient:jar:sources:4.5.13", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13", + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15", "org.checkerframework:checker-qual:jar:sources:3.12.0", "org.javassist:javassist:jar:sources:3.28.0-GA", "org.reflections:reflections:jar:sources:0.10.2", @@ -1476,13 +1474,13 @@ "coord": "io.grpc:grpc-api:1.40.0", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "io.grpc:grpc-context:1.40.0" ], "directDependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "io.grpc:grpc-context:1.40.0" ], @@ -1500,13 +1498,13 @@ "coord": "io.grpc:grpc-api:jar:sources:1.40.0", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "io.grpc:grpc-context:jar:sources:1.40.0" ], "directDependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "io.grpc:grpc-context:jar:sources:1.40.0" ], @@ -1548,21 +1546,21 @@ "coord": "io.grpc:grpc-core:1.40.0", "dependencies": [ "com.google.android:annotations:4.1.1.4", - "com.google.code.gson:gson:2.9.0", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.code.gson:gson:2.10.1", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "io.grpc:grpc-api:1.40.0", - "io.perfmark:perfmark-api:0.25.0", - "org.codehaus.mojo:animal-sniffer-annotations:1.21" + "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.9.0", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.code.gson:gson:2.10.1", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "io.grpc:grpc-api:1.40.0", - "io.perfmark:perfmark-api:0.25.0", - "org.codehaus.mojo:animal-sniffer-annotations:1.21" + "io.perfmark:perfmark-api:0.26.0", + "org.codehaus.mojo:animal-sniffer-annotations:1.23" ], "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-core/1.40.0/grpc-core-1.40.0.jar", "mirror_urls": [ @@ -1580,21 +1578,21 @@ "coord": "io.grpc:grpc-core:jar:sources:1.40.0", "dependencies": [ "com.google.android:annotations:jar:sources:4.1.1.4", - "com.google.code.gson:gson:jar:sources:2.9.0", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.code.gson:gson:jar:sources:2.10.1", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "io.grpc:grpc-api:jar:sources:1.40.0", - "io.perfmark:perfmark-api:jar:sources:0.25.0", - "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.21" + "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.9.0", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.code.gson:gson:jar:sources:2.10.1", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "io.grpc:grpc-api:jar:sources:1.40.0", - "io.perfmark:perfmark-api:jar:sources:0.25.0", - "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.21" + "io.perfmark:perfmark-api:jar:sources:0.26.0", + "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.23" ], "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-core/1.40.0/grpc-core-1.40.0-sources.jar", "mirror_urls": [ @@ -1607,20 +1605,20 @@ { "coord": "io.grpc:grpc-netty:1.40.0", "dependencies": [ - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "io.grpc:grpc-core:1.40.0", - "io.netty:netty-codec-http2:4.1.79.Final", - "io.netty:netty-handler-proxy:4.1.79.Final", - "io.perfmark:perfmark-api:0.25.0" + "io.netty:netty-codec-http2:4.1.87.Final", + "io.netty:netty-handler-proxy:4.1.87.Final", + "io.perfmark:perfmark-api:0.26.0" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "io.grpc:grpc-core:1.40.0", - "io.netty:netty-codec-http2:4.1.79.Final", - "io.netty:netty-handler-proxy:4.1.79.Final", - "io.perfmark:perfmark-api:0.25.0" + "io.netty:netty-codec-http2:4.1.87.Final", + "io.netty:netty-handler-proxy:4.1.87.Final", + "io.perfmark:perfmark-api:0.26.0" ], "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-netty/1.40.0/grpc-netty-1.40.0.jar", "mirror_urls": [ @@ -1635,20 +1633,20 @@ { "coord": "io.grpc:grpc-netty:jar:sources:1.40.0", "dependencies": [ - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "io.grpc:grpc-core:jar:sources:1.40.0", - "io.netty:netty-codec-http2:jar:sources:4.1.79.Final", - "io.netty:netty-handler-proxy:jar:sources:4.1.79.Final", - "io.perfmark:perfmark-api:jar:sources:0.25.0" + "io.netty:netty-codec-http2:jar:sources:4.1.87.Final", + "io.netty:netty-handler-proxy:jar:sources:4.1.87.Final", + "io.perfmark:perfmark-api:jar:sources:0.26.0" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "io.grpc:grpc-core:jar:sources:1.40.0", - "io.netty:netty-codec-http2:jar:sources:4.1.79.Final", - "io.netty:netty-handler-proxy:jar:sources:4.1.79.Final", - "io.perfmark:perfmark-api:jar:sources:0.25.0" + "io.netty:netty-codec-http2:jar:sources:4.1.87.Final", + "io.netty:netty-handler-proxy:jar:sources:4.1.87.Final", + "io.perfmark:perfmark-api:jar:sources:0.26.0" ], "file": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-netty/1.40.0/grpc-netty-1.40.0-sources.jar", "mirror_urls": [ @@ -1662,7 +1660,7 @@ "coord": "io.grpc:grpc-protobuf-lite:1.40.0", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "io.grpc:grpc-api:1.40.0", "io.grpc:grpc-context:1.40.0" @@ -1689,7 +1687,7 @@ "coord": "io.grpc:grpc-protobuf-lite:jar:sources:1.40.0", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "io.grpc:grpc-api:jar:sources:1.40.0", "io.grpc:grpc-context:jar:sources:1.40.0" @@ -1713,20 +1711,20 @@ { "coord": "io.grpc:grpc-protobuf:1.40.0", "dependencies": [ - "com.google.api.grpc:proto-google-common-protos:2.9.0", + "com.google.api.grpc:proto-google-common-protos:2.17.0", "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", - "com.google.protobuf:protobuf-java:3.21.1", + "com.google.protobuf:protobuf-java:3.21.12", "io.grpc:grpc-api:1.40.0", "io.grpc:grpc-context:1.40.0", "io.grpc:grpc-protobuf-lite:1.40.0" ], "directDependencies": [ - "com.google.api.grpc:proto-google-common-protos:2.9.0", + "com.google.api.grpc:proto-google-common-protos:2.17.0", "com.google.code.findbugs:jsr305:3.0.2", "com.google.guava:guava:31.1-jre", - "com.google.protobuf:protobuf-java:3.21.1", + "com.google.protobuf:protobuf-java:3.21.12", "io.grpc:grpc-api:1.40.0", "io.grpc:grpc-protobuf-lite:1.40.0" ], @@ -1743,20 +1741,20 @@ { "coord": "io.grpc:grpc-protobuf:jar:sources:1.40.0", "dependencies": [ - "com.google.api.grpc:proto-google-common-protos:jar:sources:2.9.0", + "com.google.api.grpc:proto-google-common-protos:jar:sources:2.17.0", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", - "com.google.protobuf:protobuf-java:jar:sources:3.21.1", + "com.google.protobuf:protobuf-java:jar:sources:3.21.12", "io.grpc:grpc-api:jar:sources:1.40.0", "io.grpc:grpc-context:jar:sources:1.40.0", "io.grpc:grpc-protobuf-lite:jar:sources:1.40.0" ], "directDependencies": [ - "com.google.api.grpc:proto-google-common-protos:jar:sources:2.9.0", + "com.google.api.grpc:proto-google-common-protos:jar:sources:2.17.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.21.1", + "com.google.protobuf:protobuf-java:jar:sources:3.21.12", "io.grpc:grpc-api:jar:sources:1.40.0", "io.grpc:grpc-protobuf-lite:jar:sources:1.40.0" ], @@ -1771,13 +1769,13 @@ { "coord": "io.grpc:grpc-services:1.40.0", "dependencies": [ - "com.google.api.grpc:proto-google-common-protos:2.9.0", + "com.google.api.grpc:proto-google-common-protos:2.17.0", "com.google.code.findbugs:jsr305:3.0.2", - "com.google.code.gson:gson:2.9.0", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.code.gson:gson:2.10.1", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "com.google.protobuf:protobuf-java-util:3.17.2", - "com.google.protobuf:protobuf-java:3.21.1", + "com.google.protobuf:protobuf-java:3.21.12", "io.grpc:grpc-api:1.40.0", "io.grpc:grpc-context:1.40.0", "io.grpc:grpc-core:1.40.0", @@ -1786,7 +1784,7 @@ "io.grpc:grpc-stub:1.40.0" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "com.google.protobuf:protobuf-java-util:3.17.2", "io.grpc:grpc-core:1.40.0", @@ -1812,13 +1810,13 @@ { "coord": "io.grpc:grpc-services:jar:sources:1.40.0", "dependencies": [ - "com.google.api.grpc:proto-google-common-protos:jar:sources:2.9.0", + "com.google.api.grpc:proto-google-common-protos:jar:sources:2.17.0", "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.code.gson:gson:jar:sources:2.9.0", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.code.gson:gson:jar:sources:2.10.1", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "com.google.protobuf:protobuf-java-util:jar:sources:3.17.2", - "com.google.protobuf:protobuf-java:jar:sources:3.21.1", + "com.google.protobuf:protobuf-java:jar:sources:3.21.12", "io.grpc:grpc-api:jar:sources:1.40.0", "io.grpc:grpc-context:jar:sources:1.40.0", "io.grpc:grpc-core:jar:sources:1.40.0", @@ -1827,7 +1825,7 @@ "io.grpc:grpc-stub:jar:sources:1.40.0" ], "directDependencies": [ - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "com.google.protobuf:protobuf-java-util:jar:sources:3.17.2", "io.grpc:grpc-core:jar:sources:1.40.0", @@ -1846,7 +1844,7 @@ "coord": "io.grpc:grpc-stub:1.40.0", "dependencies": [ "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.11.0", + "com.google.errorprone:error_prone_annotations:2.18.0", "com.google.guava:guava:31.1-jre", "io.grpc:grpc-api:1.40.0", "io.grpc:grpc-context:1.40.0" @@ -1870,7 +1868,7 @@ "coord": "io.grpc:grpc-stub:jar:sources:1.40.0", "dependencies": [ "com.google.code.findbugs:jsr305:jar:sources:3.0.2", - "com.google.errorprone:error_prone_annotations:jar:sources:2.11.0", + "com.google.errorprone:error_prone_annotations:jar:sources:2.18.0", "com.google.guava:guava:jar:sources:31.1-jre", "io.grpc:grpc-api:jar:sources:1.40.0", "io.grpc:grpc-context:jar:sources:1.40.0" @@ -1888,119 +1886,119 @@ "url": "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.40.0/grpc-stub-1.40.0-sources.jar" }, { - "coord": "io.netty:netty-buffer:4.1.79.Final", + "coord": "io.netty:netty-buffer:4.1.87.Final", "dependencies": [ - "io.netty:netty-common:4.1.79.Final" + "io.netty:netty-common:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-common:4.1.79.Final" + "io.netty:netty-common:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.79.Final/netty-buffer-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.79.Final/netty-buffer-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final.jar" ], "packages": [ "io.netty.buffer", "io.netty.buffer.search" ], - "sha256": "53b3c99c025f7344960d8a410df5792caba4444dd82c18606a572f7361127f98", - "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.79.Final/netty-buffer-4.1.79.Final.jar" + "sha256": "4e3abdf4ddb8810f5fb4a2b57c9144407873b359faa1894007673ed1465dd3e8", + "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-buffer:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-buffer:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.79.Final" + "io.netty:netty-common:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-common:jar:sources:4.1.79.Final" + "io.netty:netty-common:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.79.Final/netty-buffer-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.79.Final/netty-buffer-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "c803fec4e07a3b3ddfb280d0463d0f2a34800020177a3ed927c70ee64a352752", - "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.79.Final/netty-buffer-4.1.79.Final-sources.jar" + "sha256": "9b7e313923c37d2467726a9fcf247bc128535cc2c5533c6ec4026d662c746945", + "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-codec-http2:4.1.79.Final", + "coord": "io.netty:netty-codec-http2:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec-http:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-handler:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec-http:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-handler:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec-http:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-handler:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec-http:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-handler:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.79.Final/netty-codec-http2-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.87.Final/netty-codec-http2-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.79.Final/netty-codec-http2-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.87.Final/netty-codec-http2-4.1.87.Final.jar" ], "packages": [ "io.netty.handler.codec.http2" ], - "sha256": "9e767a904b0aab9c44aaac947abf0911055f341459520b2503c7014a4635c7f8", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.79.Final/netty-codec-http2-4.1.79.Final.jar" + "sha256": "e5d01b8db385b23103de67d3666c6fa9fa144d42217a3c8266b2a5efe425f093", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.87.Final/netty-codec-http2-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-codec-http2:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-codec-http2:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec-http:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-handler:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec-http:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-handler:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec-http:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-handler:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec-http:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-handler:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.79.Final/netty-codec-http2-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.87.Final/netty-codec-http2-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.79.Final/netty-codec-http2-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.87.Final/netty-codec-http2-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "f29c7462f920774066f004e9ed82b61a42285a826127d3ba454943e030a832f9", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.79.Final/netty-codec-http2-4.1.79.Final-sources.jar" + "sha256": "e4454eaed6d09569885b9f8bac0561c0db1896eaa32e5ccd60afea490569591a", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.87.Final/netty-codec-http2-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-codec-http:4.1.79.Final", + "coord": "io.netty:netty-codec-http:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-handler:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-handler:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-handler:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-handler:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.79.Final/netty-codec-http-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.87.Final/netty-codec-http-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.79.Final/netty-codec-http-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.87.Final/netty-codec-http-4.1.87.Final.jar" ], "packages": [ "io.netty.handler.codec.http", @@ -2013,53 +2011,53 @@ "io.netty.handler.codec.rtsp", "io.netty.handler.codec.spdy" ], - "sha256": "16e785040f8d0c39e9ae5194b6527c89f5e15116bba4ad7f4fc776cdb1b92918", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.79.Final/netty-codec-http-4.1.79.Final.jar" + "sha256": "39368c15595b791dbe26e7639cf2e71b6647bab8838fa5781cf7a80762eac927", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.87.Final/netty-codec-http-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-codec-http:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-codec-http:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-handler:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-handler:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-handler:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-handler:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.79.Final/netty-codec-http-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.87.Final/netty-codec-http-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.79.Final/netty-codec-http-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.87.Final/netty-codec-http-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "87b9cb7c6e58433a535ca640ba3f37f72d139eef3dfc5e1eda66cf3df6057de5", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.79.Final/netty-codec-http-4.1.79.Final-sources.jar" + "sha256": "f8cd7ba87346f5e70cf4cfc1c018ad682f7a7c099f802dac805dcb0614c67f19", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.87.Final/netty-codec-http-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-codec-socks:4.1.79.Final", + "coord": "io.netty:netty-codec-socks:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.79.Final/netty-codec-socks-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.87.Final/netty-codec-socks-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.79.Final/netty-codec-socks-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.87.Final/netty-codec-socks-4.1.87.Final.jar" ], "packages": [ "io.netty.handler.codec.socks", @@ -2067,48 +2065,48 @@ "io.netty.handler.codec.socksx.v4", "io.netty.handler.codec.socksx.v5" ], - "sha256": "618fde253dda73a039b9b7ae813c34570c4ec7cd95142c2a44602a988b789f00", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.79.Final/netty-codec-socks-4.1.79.Final.jar" + "sha256": "41a76a64514f8f8f50ab8527254073521394138e8a96191905e8c143368b2006", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.87.Final/netty-codec-socks-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-codec-socks:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-codec-socks:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.79.Final/netty-codec-socks-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.87.Final/netty-codec-socks-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.79.Final/netty-codec-socks-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.87.Final/netty-codec-socks-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "12ad351912528a80823ae601b88ed1b22e2f33938a660f8884fa72634328019f", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.79.Final/netty-codec-socks-4.1.79.Final-sources.jar" + "sha256": "bc90f881572fafc3abdf38c6905e848173cedb5d54f0920380b52a4bb03fa4a9", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.87.Final/netty-codec-socks-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-codec:4.1.79.Final", + "coord": "io.netty:netty-codec:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.79.Final/netty-codec-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.79.Final/netty-codec-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final.jar" ], "packages": [ "io.netty.handler.codec", @@ -2122,37 +2120,37 @@ "io.netty.handler.codec.string", "io.netty.handler.codec.xml" ], - "sha256": "a80dcb79077d217a30d8c9e43c1da577b642f1e6fb1aa80bc22b3eb872b565de", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.79.Final/netty-codec-4.1.79.Final.jar" + "sha256": "c643fe8318b7c7405acec13ed98e8f634f917960b20486295efbc5a690bac694", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-codec:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-codec:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.79.Final/netty-codec-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.79.Final/netty-codec-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "f2d7591b6b6803a401d4f85ab5ad9790ce0e48626b17073f384b941d3eeea615", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.79.Final/netty-codec-4.1.79.Final-sources.jar" + "sha256": "39a397c6636288eadaf1366e0f0da3e53a9e15bf35df252bbc36532ccf415547", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-common:4.1.79.Final", + "coord": "io.netty:netty-common:4.1.87.Final", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.79.Final/netty-common-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.79.Final/netty-common-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final.jar" ], "packages": [ "io.netty.util", @@ -2165,102 +2163,102 @@ "io.netty.util.internal.shaded.org.jctools.util", "io.netty.util.internal.svm" ], - "sha256": "1a0da37e96dbc41bbe56fc11e621a1718ef2b31f6bcc3f489ba2d22c235e6a3c", - "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.79.Final/netty-common-4.1.79.Final.jar" + "sha256": "811443fc1411a9ef7c1f7b02a750e2a6688f1eec0ae7361ed07812a85d982c86", + "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-common:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-common:jar:sources:4.1.87.Final", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.79.Final/netty-common-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.79.Final/netty-common-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "7e1302cc2fee36f23a93d9f91612be38e053587af2272e518379c6ed4936c5a9", - "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.79.Final/netty-common-4.1.79.Final-sources.jar" + "sha256": "679c23349089a12edeb0dbd6a4b05e1c7f527db69e33be8b98fb482c8c24db64", + "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-handler-proxy:4.1.79.Final", + "coord": "io.netty:netty-handler-proxy:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec-http:4.1.79.Final", - "io.netty:netty-codec-socks:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-handler:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec-http:4.1.87.Final", + "io.netty:netty-codec-socks:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-handler:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec-http:4.1.79.Final", - "io.netty:netty-codec-socks:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec-http:4.1.87.Final", + "io.netty:netty-codec-socks:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.79.Final/netty-handler-proxy-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.87.Final/netty-handler-proxy-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.79.Final/netty-handler-proxy-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.87.Final/netty-handler-proxy-4.1.87.Final.jar" ], "packages": [ "io.netty.handler.proxy" ], - "sha256": "99a6ee5ff3eb38caa5c5b215826606856b56dc040d888f69116d9c6db88709ae", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.79.Final/netty-handler-proxy-4.1.79.Final.jar" + "sha256": "65276b2ab687b1b7c1ceabcc941d6e2cce1038f35b581218d7dbf46b16c5b4ac", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.87.Final/netty-handler-proxy-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-handler-proxy:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-handler-proxy:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec-http:jar:sources:4.1.79.Final", - "io.netty:netty-codec-socks:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-handler:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec-http:jar:sources:4.1.87.Final", + "io.netty:netty-codec-socks:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-handler:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec-http:jar:sources:4.1.79.Final", - "io.netty:netty-codec-socks:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec-http:jar:sources:4.1.87.Final", + "io.netty:netty-codec-socks:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.79.Final/netty-handler-proxy-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.87.Final/netty-handler-proxy-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.79.Final/netty-handler-proxy-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.87.Final/netty-handler-proxy-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "330ed7d0832fcb7d65f0623e249944a310a9a6c94f669fc1be7dc4e0bbd9b355", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.79.Final/netty-handler-proxy-4.1.79.Final-sources.jar" + "sha256": "b6c10bc43044cb3b53c601a9ffc75ffb3d6af7b9c218e6bff72f5beb22993947", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.87.Final/netty-handler-proxy-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-handler:4.1.79.Final", + "coord": "io.netty:netty-handler:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-codec:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-codec:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.79.Final/netty-handler-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.79.Final/netty-handler-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final.jar" ], "packages": [ "io.netty.handler.address", @@ -2276,420 +2274,420 @@ "io.netty.handler.timeout", "io.netty.handler.traffic" ], - "sha256": "b61f5630af6b3cd4e18885c5fde2f8643a98fe03e529e05f88bfe80ae3cbd71e", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.79.Final/netty-handler-4.1.79.Final.jar" + "sha256": "31a20e1de13b06a677a4719fd5aa95635982114a32c1d034739a48cceada2383", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-handler:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-handler:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-codec:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-codec:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.79.Final/netty-handler-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.79.Final/netty-handler-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "6a14a956e058372d03e0a387fdc307e7d7fe8f744af0ebc9467aefdda681e771", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.79.Final/netty-handler-4.1.79.Final-sources.jar" + "sha256": "e07bc5906414d522eb10cee0ce9162ab6382d05a71bf14ecb53630e3ebff5067", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-resolver:4.1.79.Final", + "coord": "io.netty:netty-resolver:4.1.87.Final", "dependencies": [ - "io.netty:netty-common:4.1.79.Final" + "io.netty:netty-common:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-common:4.1.79.Final" + "io.netty:netty-common:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.79.Final/netty-resolver-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.87.Final/netty-resolver-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.79.Final/netty-resolver-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.87.Final/netty-resolver-4.1.87.Final.jar" ], "packages": [ "io.netty.resolver" ], - "sha256": "c6c111a337bb6b3a889ceab321e9473da49a4e261dcf422fca22284064e38130", - "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.79.Final/netty-resolver-4.1.79.Final.jar" + "sha256": "ee11d22d240b4b125edaed23ec7cc35ad9241b1b8fdd50630de20411ec345fc7", + "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.87.Final/netty-resolver-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-resolver:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-resolver:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.79.Final" + "io.netty:netty-common:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-common:jar:sources:4.1.79.Final" + "io.netty:netty-common:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.79.Final/netty-resolver-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.87.Final/netty-resolver-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.79.Final/netty-resolver-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.87.Final/netty-resolver-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "1f717fd4755e57881b5b0ec8b8d07cf2c2f6b7599758eb0fd7b3d559d43be8eb", - "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.79.Final/netty-resolver-4.1.79.Final-sources.jar" + "sha256": "5c2ee5e9e26e10e1d94faaf7ee12fd021f967144eb630ef779aa81dd4d72da3e", + "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.87.Final/netty-resolver-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:2.0.54.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:2.0.61.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final.jar", + "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", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.61.Final/netty-tcnative-boringssl-static-2.0.61.Final.jar" ], "packages": [], - "sha256": "1b9aeee2a775314eb972f97e30e93dcc1472c09f0e4a43c3fe7afa922e669dea", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final.jar" + "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" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.61.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-linux-aarch_64.jar", + "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", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-linux-aarch_64.jar" + "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" ], "packages": [], - "sha256": "4cc801f39a8fa71769fd4913fb98890e27a3fe16f3f9457ebba45cc30bdaed5e", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-linux-aarch_64.jar" + "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" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.61.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-linux-x86_64.jar", + "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", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-linux-x86_64.jar" + "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" ], "packages": [], - "sha256": "41f50bb80e9b6d6716f1ac95087384d2ae1f2062959651a2178c007e513ed541", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-linux-x86_64.jar" + "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" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.61.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-osx-aarch_64.jar", + "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", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-osx-aarch_64.jar" + "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" ], "packages": [], - "sha256": "28d5554ef2d1a680e5f871704c7f97cddb6b391b6ed17659ef0d6d6e01df7869", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-osx-aarch_64.jar" + "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" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.61.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-osx-x86_64.jar", + "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", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-osx-x86_64.jar" + "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" ], "packages": [], - "sha256": "49b6cdca6dade47ab29ce5317baf32c2671f56304b6e40074f7950718e4275fd", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-osx-x86_64.jar" + "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" }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.54.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.61.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.54.Final", - "io.netty:netty-tcnative-classes:jar:sources:2.0.54.Final" + "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.61.Final", + "io.netty:netty-tcnative-classes:jar:sources:2.0.61.Final" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.54.Final", - "io.netty:netty-tcnative-classes:jar:sources:2.0.54.Final" + "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.61.Final", + "io.netty:netty-tcnative-classes:jar:sources:2.0.61.Final" ], "file": null }, { - "coord": "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", + "coord": "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.61.Final", "dependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], "directDependencies": [ - "io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.54.Final", - "io.netty:netty-tcnative-classes:2.0.54.Final" + "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" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-windows-x86_64.jar", + "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", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-windows-x86_64.jar" + "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" ], "packages": [], - "sha256": "7af3a38de275c58281e1f18593a523331db69890baabf5c5734d805dd1dddb71", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final-windows-x86_64.jar" + "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" }, { - "coord": "io.netty:netty-tcnative-classes:2.0.54.Final", + "coord": "io.netty:netty-tcnative-classes:2.0.61.Final", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.54.Final/netty-tcnative-classes-2.0.54.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.54.Final/netty-tcnative-classes-2.0.54.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final.jar" ], "packages": [ "io.netty.internal.tcnative" ], - "sha256": "98977e279a66778e816f0ed25ea5b7d20b1cffc6469de73e5e3e9accda2aceb4", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.54.Final/netty-tcnative-classes-2.0.54.Final.jar" + "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" }, { - "coord": "io.netty:netty-tcnative-classes:jar:sources:2.0.54.Final", + "coord": "io.netty:netty-tcnative-classes:jar:sources:2.0.61.Final", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.54.Final/netty-tcnative-classes-2.0.54.Final-sources.jar", + "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", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.54.Final/netty-tcnative-classes-2.0.54.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.61.Final/netty-tcnative-classes-2.0.61.Final-sources.jar" ], "packages": [], - "sha256": "f1fab7dfd7fbfbccc2d97bd2e3723cabd5867397827a59b24be9c22f9ea2edc4", - "url": "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.54.Final/netty-tcnative-classes-2.0.54.Final-sources.jar" + "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" }, { - "coord": "io.netty:netty-transport-classes-epoll:4.1.79.Final", + "coord": "io.netty:netty-transport-classes-epoll:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.79.Final/netty-transport-classes-epoll-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.87.Final/netty-transport-classes-epoll-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.79.Final/netty-transport-classes-epoll-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.87.Final/netty-transport-classes-epoll-4.1.87.Final.jar" ], "packages": [ "io.netty.channel.epoll" ], - "sha256": "2d1002f07c439fc370a2b19d2a0fa2d1e230b5dfd872453fe6a471e8d398d47e", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.79.Final/netty-transport-classes-epoll-4.1.79.Final.jar" + "sha256": "0b50ae7e1cb32f89c3a8b38a29605cfe6bd797693b3374fbf2577fbc03719297", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.87.Final/netty-transport-classes-epoll-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-transport-classes-epoll:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-transport-classes-epoll:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.79.Final/netty-transport-classes-epoll-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.87.Final/netty-transport-classes-epoll-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.79.Final/netty-transport-classes-epoll-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.87.Final/netty-transport-classes-epoll-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "b65ae51ea9e90a0a7c8732e3cda8958b8613f769517f6b08bac71a02d65f1504", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.79.Final/netty-transport-classes-epoll-4.1.79.Final-sources.jar" + "sha256": "b34f037cb1d1134cf5d99f5da7d73dad6a33ebb1c21274e7e226d92548b99eb9", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.87.Final/netty-transport-classes-epoll-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.79.Final", + "coord": "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport-classes-epoll:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport-classes-epoll:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-transport-classes-epoll:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-transport-classes-epoll:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.79.Final/netty-transport-native-epoll-4.1.79.Final-linux-x86_64.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.87.Final/netty-transport-native-epoll-4.1.87.Final-linux-x86_64.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.79.Final/netty-transport-native-epoll-4.1.79.Final-linux-x86_64.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.87.Final/netty-transport-native-epoll-4.1.87.Final-linux-x86_64.jar" ], "packages": [], - "sha256": "82efdc8c9b0ce6a37e9b43622ce1e3187287dbbe1bd987cbccee964be3fc0706", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.79.Final/netty-transport-native-epoll-4.1.79.Final-linux-x86_64.jar" + "sha256": "bb3752881a027efa99388bef21f3287a6553299930f4226a6ea683da21c957f2", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.87.Final/netty-transport-native-epoll-4.1.87.Final-linux-x86_64.jar" }, { - "coord": "io.netty:netty-transport-native-epoll:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-transport-native-epoll:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport-classes-epoll:jar:sources:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport-classes-epoll:jar:sources:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport-classes-epoll:jar:sources:4.1.79.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport-classes-epoll:jar:sources:4.1.87.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.79.Final/netty-transport-native-epoll-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.87.Final/netty-transport-native-epoll-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.79.Final/netty-transport-native-epoll-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.87.Final/netty-transport-native-epoll-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "84ea2f3acdd9e3561ee46cc2a8dc0ebd01a26d82571bd50c0b19ec038388fa88", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.79.Final/netty-transport-native-epoll-4.1.79.Final-sources.jar" + "sha256": "ca421381ba027e6cc90091b9fac013df025fd7a83f72982fb43ae5e440f49f0c", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.87.Final/netty-transport-native-epoll-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-transport-native-unix-common:4.1.79.Final", + "coord": "io.netty:netty-transport-native-unix-common:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-transport:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-transport:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.79.Final/netty-transport-native-unix-common-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.79.Final/netty-transport-native-unix-common-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar" ], "packages": [ "io.netty.channel.unix" ], - "sha256": "5b017dd9600af65ea1746a3b52dabd81ee4bf3df9b50909db4fb49fcb3592970", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.79.Final/netty-transport-native-unix-common-4.1.79.Final.jar" + "sha256": "cc2d013c933c206605da01be39f4c2c1f4586a1b9103a665bd724bdd46d9cd0c", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-transport-native-unix-common:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-transport-native-unix-common:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-transport:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-transport:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.79.Final/netty-transport-native-unix-common-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.79.Final/netty-transport-native-unix-common-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "8ef6f156eb3ff6b18e6c79e83138351bf2ea94dbc2d26b158990ea1350ec1a3d", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.79.Final/netty-transport-native-unix-common-4.1.79.Final-sources.jar" + "sha256": "4a9b81c8dc1497038d1a6b4c01ba9fb8a86aa538dd2b8c6f47dc360ec09f6c94", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final-sources.jar" }, { - "coord": "io.netty:netty-transport:4.1.79.Final", + "coord": "io.netty:netty-transport:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.79.Final", - "io.netty:netty-common:4.1.79.Final", - "io.netty:netty-resolver:4.1.79.Final" + "io.netty:netty-buffer:4.1.87.Final", + "io.netty:netty-common:4.1.87.Final", + "io.netty:netty-resolver:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.79.Final/netty-transport-4.1.79.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.79.Final/netty-transport-4.1.79.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final.jar" ], "packages": [ "io.netty.bootstrap", @@ -2705,40 +2703,40 @@ "io.netty.channel.socket.nio", "io.netty.channel.socket.oio" ], - "sha256": "71cf99b6c3685b64af9b1de161b23f107d7ce8077a95921f7dc70ca25838f034", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.79.Final/netty-transport-4.1.79.Final.jar" + "sha256": "17ed465cf5b1579b72379e47be3ba7fccb09dda8d95d47c8d668118483b08f43", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final.jar" }, { - "coord": "io.netty:netty-transport:jar:sources:4.1.79.Final", + "coord": "io.netty:netty-transport:jar:sources:4.1.87.Final", "dependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.79.Final", - "io.netty:netty-common:jar:sources:4.1.79.Final", - "io.netty:netty-resolver:jar:sources:4.1.79.Final" + "io.netty:netty-buffer:jar:sources:4.1.87.Final", + "io.netty:netty-common:jar:sources:4.1.87.Final", + "io.netty:netty-resolver:jar:sources:4.1.87.Final" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.79.Final/netty-transport-4.1.79.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.79.Final/netty-transport-4.1.79.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final-sources.jar" ], "packages": [], - "sha256": "a6d991171e7b699cdbf42961bb0d43304f355388b1d92fcb75ee38856ea9c200", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.79.Final/netty-transport-4.1.79.Final-sources.jar" + "sha256": "f0f3423820aa0bf83dcef001a8343c742c69b0bd0041e2228a2c8d67ce0cacd8", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final-sources.jar" }, { - "coord": "io.opencensus:opencensus-api:0.24.0", + "coord": "io.opencensus:opencensus-api:0.31.0", "dependencies": [ "io.grpc:grpc-context:1.40.0" ], "directDependencies": [ "io.grpc:grpc-context:1.40.0" ], - "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-api/0.31.0/opencensus-api-0.31.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar" + "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.31.0/opencensus-api-0.31.0.jar" ], "packages": [ "io.opencensus.common", @@ -2759,131 +2757,129 @@ "io.opencensus.trace.samplers", "io.opencensus.trace.unsafe" ], - "sha256": "f561b1cc2673844288e596ddf5bb6596868a8472fd2cb8993953fc5c034b2352", - "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar" + "sha256": "702ba55d78f39d55195dcf041fdfaab7a7490a9ac45013542487ed9e4d3a4d23", + "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.31.0/opencensus-api-0.31.0.jar" }, { - "coord": "io.opencensus:opencensus-api:jar:sources:0.24.0", + "coord": "io.opencensus:opencensus-api:jar:sources:0.31.0", "dependencies": [ "io.grpc:grpc-context:jar:sources:1.40.0" ], "directDependencies": [ "io.grpc:grpc-context:jar:sources:1.40.0" ], - "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-api/0.31.0/opencensus-api-0.31.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0-sources.jar" + "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.31.0/opencensus-api-0.31.0-sources.jar" ], "packages": [], - "sha256": "01693c455b3748a494813ae612e1766c9e804d56561b759d8399270865427bf6", - "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0-sources.jar" + "sha256": "ddc1b7313586feb06b796d229cbe5910813bfe431ef0a00328fed7629c16ddf3", + "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.31.0/opencensus-api-0.31.0-sources.jar" }, { - "coord": "io.opencensus:opencensus-contrib-grpc-metrics:0.24.0", + "coord": "io.opencensus:opencensus-contrib-grpc-metrics:0.31.0", "dependencies": [ "com.google.guava:guava:31.1-jre", "io.grpc:grpc-context:1.40.0", - "io.opencensus:opencensus-api:0.24.0" + "io.opencensus:opencensus-api:0.31.0" ], "directDependencies": [ "com.google.guava:guava:31.1-jre", - "io.opencensus:opencensus-api:0.24.0" + "io.opencensus:opencensus-api:0.31.0" ], - "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.24.0/opencensus-contrib-grpc-metrics-0.24.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.31.0/opencensus-contrib-grpc-metrics-0.31.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.24.0/opencensus-contrib-grpc-metrics-0.24.0.jar" + "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.31.0/opencensus-contrib-grpc-metrics-0.31.0.jar" ], "packages": [ "io.opencensus.contrib.grpc.metrics" ], - "sha256": "875582e093f11950ad3f4a50b5fee33a008023f7d1e47820a1bef05d23b9ed42", - "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.24.0/opencensus-contrib-grpc-metrics-0.24.0.jar" + "sha256": "b28fc72490edd49c4c40a3c216b709200833fb361f7f602f1c7c9a527f7b7f63", + "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.31.0/opencensus-contrib-grpc-metrics-0.31.0.jar" }, { - "coord": "io.opencensus:opencensus-contrib-grpc-metrics:jar:sources:0.24.0", + "coord": "io.opencensus:opencensus-contrib-grpc-metrics:jar:sources:0.31.0", "dependencies": [ "com.google.guava:guava:jar:sources:31.1-jre", "io.grpc:grpc-context:jar:sources:1.40.0", - "io.opencensus:opencensus-api:jar:sources:0.24.0" + "io.opencensus:opencensus-api:jar:sources:0.31.0" ], "directDependencies": [ "com.google.guava:guava:jar:sources:31.1-jre", - "io.opencensus:opencensus-api:jar:sources:0.24.0" + "io.opencensus:opencensus-api:jar:sources:0.31.0" ], - "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.24.0/opencensus-contrib-grpc-metrics-0.24.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.31.0/opencensus-contrib-grpc-metrics-0.31.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.24.0/opencensus-contrib-grpc-metrics-0.24.0-sources.jar" + "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.31.0/opencensus-contrib-grpc-metrics-0.31.0-sources.jar" ], "packages": [], - "sha256": "48c84a321af149c35a95b0d433a49c78e21674e10568fbc529675de0ee46fa96", - "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.24.0/opencensus-contrib-grpc-metrics-0.24.0-sources.jar" + "sha256": "c45a239e4c4fa4ad564018c0ba0a94d669dbc9b1ed561fc0464b79ebb3c0d6e3", + "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.31.0/opencensus-contrib-grpc-metrics-0.31.0-sources.jar" }, { - "coord": "io.opencensus:opencensus-contrib-http-util:0.24.0", + "coord": "io.opencensus:opencensus-contrib-http-util:0.28.0", "dependencies": [ "com.google.guava:guava:31.1-jre", - "io.grpc:grpc-context:1.40.0", - "io.opencensus:opencensus-api:0.24.0" + "io.opencensus:opencensus-api:0.31.0" ], "directDependencies": [ "com.google.guava:guava:31.1-jre", - "io.opencensus:opencensus-api:0.24.0" + "io.opencensus:opencensus-api:0.31.0" ], - "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.28.0/opencensus-contrib-http-util-0.28.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar" + "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.28.0/opencensus-contrib-http-util-0.28.0.jar" ], "packages": [ "io.opencensus.contrib.http", "io.opencensus.contrib.http.util" ], - "sha256": "7155273bbb1ed3d477ea33cf19d7bbc0b285ff395f43b29ae576722cf247000f", - "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar" + "sha256": "49c3db2a29f1fdb2f73928cbea969bd1d40fab7cc5bb6273022babd96f7a789b", + "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.28.0/opencensus-contrib-http-util-0.28.0.jar" }, { - "coord": "io.opencensus:opencensus-contrib-http-util:jar:sources:0.24.0", + "coord": "io.opencensus:opencensus-contrib-http-util:jar:sources:0.28.0", "dependencies": [ "com.google.guava:guava:jar:sources:31.1-jre", - "io.grpc:grpc-context:jar:sources:1.40.0", - "io.opencensus:opencensus-api:jar:sources:0.24.0" + "io.opencensus:opencensus-api:jar:sources:0.31.0" ], "directDependencies": [ "com.google.guava:guava:jar:sources:31.1-jre", - "io.opencensus:opencensus-api:jar:sources:0.24.0" + "io.opencensus:opencensus-api:jar:sources:0.31.0" ], - "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.28.0/opencensus-contrib-http-util-0.28.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0-sources.jar" + "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.28.0/opencensus-contrib-http-util-0.28.0-sources.jar" ], "packages": [], - "sha256": "bbf2eb991fb641ad9e4e07f4fabfa3222edcded61440663d2886c8be13ca2cae", - "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0-sources.jar" + "sha256": "57991d9ef81499585431a5f9fdbff8b1acabd7826428a514f45d24100887eeaf", + "url": "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.28.0/opencensus-contrib-http-util-0.28.0-sources.jar" }, { - "coord": "io.perfmark:perfmark-api:0.25.0", + "coord": "io.perfmark:perfmark-api:0.26.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0.jar", + "file": "v1/https/repo1.maven.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0.jar" + "https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.jar" ], "packages": [ "io.perfmark" ], - "sha256": "2044542933fcdf40ad18441bec37646d150c491871157f288847e29cb81de4cb", - "url": "https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0.jar" + "sha256": "b7d23e93a34537ce332708269a0d1404788a5b5e1949e82f5535fce51b3ea95b", + "url": "https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.jar" }, { - "coord": "io.perfmark:perfmark-api:jar:sources:0.25.0", + "coord": "io.perfmark:perfmark-api:jar:sources:0.26.0", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0-sources.jar" + "https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0-sources.jar" ], "packages": [], - "sha256": "007b6b6beaba11fabb025d79b8774b6a7583596a8ec0a28157570304642b0e72", - "url": "https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0-sources.jar" + "sha256": "7379e0fef0c32d69f3ebae8f271f426fc808613f1cfbc29e680757f348ba8aa4", + "url": "https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0-sources.jar" }, { "coord": "jaxen:jaxen:1.2.0", @@ -3035,7 +3031,7 @@ "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13", + "org.apache.httpcomponents:httpcore:4.4.15", "org.xmlresolver:xmlresolver:4.2.0", "org.xmlresolver:xmlresolver:jar:data:4.2.0" ], @@ -3121,7 +3117,7 @@ "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2", "org.apache.httpcomponents:httpclient:jar:sources:4.5.13", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13", + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15", "org.xmlresolver:xmlresolver:jar:sources:4.2.0", "xml-apis:xml-apis:jar:sources:1.4.01" ], @@ -3143,7 +3139,7 @@ "coord": "net.sourceforge.pmd:pmd-core:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", "org.antlr:antlr4-runtime:4.10.1", @@ -3152,7 +3148,7 @@ ], "directDependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", "org.antlr:antlr4-runtime:4.10.1", @@ -3253,7 +3249,7 @@ "coord": "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", "org.apache.commons:commons-lang3:jar:sources:3.12.0", @@ -3261,7 +3257,7 @@ ], "directDependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", "org.apache.commons:commons-lang3:jar:sources:3.12.0", @@ -3279,7 +3275,7 @@ "coord": "net.sourceforge.pmd:pmd-cpp:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3306,7 +3302,7 @@ "coord": "net.sourceforge.pmd:pmd-cpp:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3328,7 +3324,7 @@ "coord": "net.sourceforge.pmd:pmd-cs:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3356,7 +3352,7 @@ "coord": "net.sourceforge.pmd:pmd-cs:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3379,7 +3375,7 @@ "coord": "net.sourceforge.pmd:pmd-dart:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3406,7 +3402,7 @@ "coord": "net.sourceforge.pmd:pmd-dart:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3429,7 +3425,7 @@ "coord": "net.sourceforge.pmd:pmd-dist:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.pmd:pmd-cpp:6.55.0", "net.sourceforge.pmd:pmd-cs:6.55.0", @@ -3500,7 +3496,7 @@ "coord": "net.sourceforge.pmd:pmd-dist:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.pmd:pmd-cpp:jar:sources:6.55.0", "net.sourceforge.pmd:pmd-cs:jar:sources:6.55.0", @@ -3570,7 +3566,7 @@ "coord": "net.sourceforge.pmd:pmd-fortran:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3596,7 +3592,7 @@ "coord": "net.sourceforge.pmd:pmd-fortran:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3618,7 +3614,7 @@ "coord": "net.sourceforge.pmd:pmd-gherkin:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3645,7 +3641,7 @@ "coord": "net.sourceforge.pmd:pmd-gherkin:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3668,7 +3664,7 @@ "coord": "net.sourceforge.pmd:pmd-go:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3696,7 +3692,7 @@ "coord": "net.sourceforge.pmd:pmd-go:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3719,7 +3715,7 @@ "coord": "net.sourceforge.pmd:pmd-groovy:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3747,7 +3743,7 @@ "coord": "net.sourceforge.pmd:pmd-groovy:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3771,7 +3767,7 @@ "coord": "net.sourceforge.pmd:pmd-java:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3832,7 +3828,7 @@ "coord": "net.sourceforge.pmd:pmd-java:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3857,7 +3853,7 @@ "coord": "net.sourceforge.pmd:pmd-jsp:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3888,7 +3884,7 @@ "coord": "net.sourceforge.pmd:pmd-jsp:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3910,7 +3906,7 @@ "coord": "net.sourceforge.pmd:pmd-kotlin:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3937,7 +3933,7 @@ "coord": "net.sourceforge.pmd:pmd-kotlin:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -3960,7 +3956,7 @@ "coord": "net.sourceforge.pmd:pmd-lua:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -3987,7 +3983,7 @@ "coord": "net.sourceforge.pmd:pmd-lua:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4010,7 +4006,7 @@ "coord": "net.sourceforge.pmd:pmd-matlab:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4037,7 +4033,7 @@ "coord": "net.sourceforge.pmd:pmd-matlab:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4059,7 +4055,7 @@ "coord": "net.sourceforge.pmd:pmd-modelica:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4089,7 +4085,7 @@ "coord": "net.sourceforge.pmd:pmd-modelica:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4111,7 +4107,7 @@ "coord": "net.sourceforge.pmd:pmd-objectivec:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4138,7 +4134,7 @@ "coord": "net.sourceforge.pmd:pmd-objectivec:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4160,7 +4156,7 @@ "coord": "net.sourceforge.pmd:pmd-perl:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4185,7 +4181,7 @@ "coord": "net.sourceforge.pmd:pmd-perl:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4207,7 +4203,7 @@ "coord": "net.sourceforge.pmd:pmd-php:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4233,7 +4229,7 @@ "coord": "net.sourceforge.pmd:pmd-php:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4255,7 +4251,7 @@ "coord": "net.sourceforge.pmd:pmd-plsql:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4288,7 +4284,7 @@ "coord": "net.sourceforge.pmd:pmd-plsql:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4310,7 +4306,7 @@ "coord": "net.sourceforge.pmd:pmd-python:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4337,7 +4333,7 @@ "coord": "net.sourceforge.pmd:pmd-python:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4359,7 +4355,7 @@ "coord": "net.sourceforge.pmd:pmd-ruby:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4385,7 +4381,7 @@ "coord": "net.sourceforge.pmd:pmd-ruby:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4407,7 +4403,7 @@ "coord": "net.sourceforge.pmd:pmd-swift:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4435,7 +4431,7 @@ "coord": "net.sourceforge.pmd:pmd-swift:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4458,7 +4454,7 @@ "coord": "net.sourceforge.pmd:pmd-tsql:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4485,7 +4481,7 @@ "coord": "net.sourceforge.pmd:pmd-tsql:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4508,7 +4504,7 @@ "coord": "net.sourceforge.pmd:pmd-vm:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4541,7 +4537,7 @@ "coord": "net.sourceforge.pmd:pmd-vm:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4564,7 +4560,7 @@ "coord": "net.sourceforge.pmd:pmd-xml:6.55.0", "dependencies": [ "com.beust:jcommander:1.48", - "com.google.code.gson:gson:2.9.0", + "com.google.code.gson:gson:2.10.1", "net.sourceforge.pmd:pmd-core:6.55.0", "net.sourceforge.saxon:saxon:9.1.0.8", "net.sourceforge.saxon:saxon:jar:dom:9.1.0.8", @@ -4599,7 +4595,7 @@ "coord": "net.sourceforge.pmd:pmd-xml:jar:sources:6.55.0", "dependencies": [ "com.beust:jcommander:jar:sources:1.48", - "com.google.code.gson:gson:jar:sources:2.9.0", + "com.google.code.gson:gson:jar:sources:2.10.1", "net.sourceforge.pmd:pmd-core:jar:sources:6.55.0", "net.sourceforge.saxon:saxon:jar:sources:9.1.0.8", "org.antlr:antlr4-runtime:jar:sources:4.10.1", @@ -4847,12 +4843,12 @@ "dependencies": [ "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", - "org.apache.httpcomponents:httpcore:4.4.13" + "org.apache.httpcomponents:httpcore:4.4.15" ], "directDependencies": [ "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", - "org.apache.httpcomponents:httpcore:4.4.13" + "org.apache.httpcomponents:httpcore:4.4.15" ], "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar", "mirror_urls": [ @@ -4892,12 +4888,12 @@ "dependencies": [ "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13" + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15" ], "directDependencies": [ "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13" + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15" ], "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13-sources.jar", "mirror_urls": [ @@ -4908,12 +4904,12 @@ "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13-sources.jar" }, { - "coord": "org.apache.httpcomponents:httpcore:4.4.13", + "coord": "org.apache.httpcomponents:httpcore:4.4.15", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar" ], "packages": [ "org.apache.http", @@ -4934,20 +4930,20 @@ "org.apache.http.ssl", "org.apache.http.util" ], - "sha256": "e06e89d40943245fcfa39ec537cdbfce3762aecde8f9c597780d2b00c2b43424", - "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" + "sha256": "3cbaed088c499a10f96dde58f39dc0e7985171abd88138ca1655a872011bb142", + "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar" }, { - "coord": "org.apache.httpcomponents:httpcore:jar:sources:4.4.13", + "coord": "org.apache.httpcomponents:httpcore:jar:sources:4.4.15", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar" + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15-sources.jar" ], "packages": [], - "sha256": "c0418a6ee8c32e9de37e4ba515e9562a2acc6a36b684b618fee56d41b81ef2a9", - "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar" + "sha256": "1510fc72cf2858244bdeb0d7f5d266fe584ecbd2ffe0d91b10a6d80641cd1985", + "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15-sources.jar" }, { "coord": "org.apache.tomcat:annotations-api:6.0.53", @@ -5193,30 +5189,30 @@ "url": "https://repo1.maven.org/maven2/org/codehaus/groovy/groovy/2.4.21/groovy-2.4.21-sources.jar" }, { - "coord": "org.codehaus.mojo:animal-sniffer-annotations:1.21", + "coord": "org.codehaus.mojo:animal-sniffer-annotations:1.23", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.21/animal-sniffer-annotations-1.21.jar", + "file": "v1/https/repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.21/animal-sniffer-annotations-1.21.jar" + "https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.jar" ], "packages": [ "org.codehaus.mojo.animal_sniffer" ], - "sha256": "2f25841c937e24959a57b630e2c4b8525b3d0f536f2e511c9b2bed30b1651d54", - "url": "https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.21/animal-sniffer-annotations-1.21.jar" + "sha256": "9ffe526bf43a6348e9d8b33b9cd6f580a7f5eed0cf055913007eda263de974d0", + "url": "https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.jar" }, { - "coord": "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.21", + "coord": "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.23", "dependencies": [], "directDependencies": [], - "file": "v1/https/repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.21/animal-sniffer-annotations-1.21-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.21/animal-sniffer-annotations-1.21-sources.jar" + "https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23-sources.jar" ], "packages": [], - "sha256": "b96c0e3e96686e4ace91f416ff2f7c5a53a53f25be6e404fc71bfcf20e9c253e", - "url": "https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.21/animal-sniffer-annotations-1.21-sources.jar" + "sha256": "4878fcc6808dbc88085a4622db670e703867754bc4bc40312c52bf3a3510d019", + "url": "https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23-sources.jar" }, { "coord": "org.dom4j:dom4j:2.1.3", @@ -6058,11 +6054,11 @@ "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13" + "org.apache.httpcomponents:httpcore:4.4.15" ], "directDependencies": [ "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13" + "org.apache.httpcomponents:httpcore:4.4.15" ], "exclusions": [ "com.ibm.icu:icu4j", @@ -6093,12 +6089,12 @@ "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13", + "org.apache.httpcomponents:httpcore:4.4.15", "xml-apis:xml-apis:1.4.01" ], "directDependencies": [ "org.apache.httpcomponents:httpclient:4.5.13", - "org.apache.httpcomponents:httpcore:4.4.13", + "org.apache.httpcomponents:httpcore:4.4.15", "xml-apis:xml-apis:1.4.01" ], "exclusions": [ @@ -6118,11 +6114,11 @@ "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2", "org.apache.httpcomponents:httpclient:jar:sources:4.5.13", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13" + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15" ], "directDependencies": [ "org.apache.httpcomponents:httpclient:jar:sources:4.5.13", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.13" + "org.apache.httpcomponents:httpcore:jar:sources:4.4.15" ], "exclusions": [ "com.ibm.icu:icu4j", diff --git a/java/private/contrib_rules_jvm_deps.zip b/java/private/contrib_rules_jvm_deps.zip index b8020c43..f3e9d89a 100644 Binary files a/java/private/contrib_rules_jvm_deps.zip and b/java/private/contrib_rules_jvm_deps.zip differ diff --git a/repositories.bzl b/repositories.bzl index 5b549c75..b47f8f5e 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -1,5 +1,6 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") +load("//third_party:protobuf_version.bzl", "PROTOBUF_VERSION") load("//java/private:zip_repository.bzl", "zip_repository") def contrib_rules_jvm_deps(): @@ -36,9 +37,9 @@ def contrib_rules_jvm_deps(): maybe( http_archive, name = "com_google_protobuf", - sha256 = "c6003e1d2e7fefa78a3039f19f383b4f3a61e81be8c19356f85b6461998ad3db", - strip_prefix = "protobuf-3.17.3", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.17.3.tar.gz"], + sha256 = "75be42bd736f4df6d702a0e4e4d30de9ee40eac024c4b845d17ae4cc831fe4ae", + strip_prefix = "protobuf-{}".format(PROTOBUF_VERSION), + urls = ["https://github.com/protocolbuffers/protobuf/archive/v{}.tar.gz".format(PROTOBUF_VERSION)], ) maybe( @@ -86,15 +87,17 @@ def contrib_rules_jvm_gazelle_deps(): maybe( http_archive, name = "io_grpc_grpc_java", - sha256 = "b6cfc524647cc680e66989ab22a10b66dc5de8c6d8499f91a7e633634c594c61", - strip_prefix = "grpc-java-1.51.1", - urls = ["https://github.com/grpc/grpc-java/archive/v1.51.1.tar.gz"], + sha256 = "17dd91014032a147c978ae99582fddd950f5444388eae700cf51eda0326ad2f9", + strip_prefix = "grpc-java-1.56.1", + urls = ["https://github.com/grpc/grpc-java/archive/v1.56.1.tar.gz"], ) maybe( http_archive, name = "rules_proto", sha256 = "dc3fb206a2cb3441b485eb1e423165b231235a1ea9b031b4433cf7bc1fa460dd", - strip_prefix = "rules_proto-5.3.0-21.7", - url = "https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.7.tar.gz", + # We intentionally format it with the protobuf version to ensure that, + # if we try to upgrade protobuf without upgrading rules_proto, it crashes. + strip_prefix = "rules_proto-5.3.0-{}".format(PROTOBUF_VERSION), + url = "https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-{}.tar.gz".format(PROTOBUF_VERSION), ) diff --git a/third_party/BUILD.bazel b/third_party/BUILD.bazel new file mode 100644 index 00000000..a743c6be --- /dev/null +++ b/third_party/BUILD.bazel @@ -0,0 +1,7 @@ +load("@bazel_skylib//:bzl_library.bzl", "bzl_library") + +bzl_library( + name = "protobuf_version", + srcs = ["protobuf_version.bzl"], + visibility = ["//visibility:public"], +) diff --git a/third_party/protobuf_version.bzl b/third_party/protobuf_version.bzl new file mode 100644 index 00000000..478102d8 --- /dev/null +++ b/third_party/protobuf_version.bzl @@ -0,0 +1,4 @@ +PROTOBUF_VERSION = "21.7" + +# The java packages are published to maven under a different versioning scheme. +PROTOBUF_JAVA_VERSION = "3.{}".format(PROTOBUF_VERSION)