diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 96cf02743..4c58e9600 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -82,7 +82,6 @@ dependencies { compile deps['com.google.auto.value:auto-value-annotations'] compile deps['com.google.cloud:google-cloud-storage'] compile deps['org.apache.commons:commons-text'] - compile deps['com.google.auth:google-auth-library-credentials'] compile deps['com.google.template:soy'] annotationProcessor deps['com.google.auto.value:auto-value'] testCompile deps['com.google.truth:truth'] diff --git a/buildSrc/gradle/dependency-locks/compile.lockfile b/buildSrc/gradle/dependency-locks/compile.lockfile index 6fbe425a2..40e2c2e33 100644 --- a/buildSrc/gradle/dependency-locks/compile.lockfile +++ b/buildSrc/gradle/dependency-locks/compile.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. aopalliance:aopalliance:1.0 args4j:args4j:2.0.23 -com.fasterxml.jackson.core:jackson-core:2.9.6 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.google.api-client:google-api-client:1.27.0 com.google.api.grpc:proto-google-common-protos:1.12.0 com.google.api.grpc:proto-google-iam-v1:0.12.0 @@ -11,8 +11,8 @@ com.google.api:api-common:1.7.0 com.google.api:gax-httpjson:0.52.1 com.google.api:gax:1.35.1 com.google.apis:google-api-services-storage:v1-rev20181013-1.27.0 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.cloud:google-cloud-core-http:1.59.0 com.google.cloud:google-cloud-core:1.59.0 @@ -26,21 +26,21 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.0-beta1 com.google.http-client:google-http-client-appengine:1.27.0 -com.google.http-client:google-http-client-jackson2:1.27.0 -com.google.http-client:google-http-client:1.27.0 +com.google.http-client:google-http-client-jackson2:1.30.1 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.oauth-client:google-oauth-client:1.27.0 com.google.protobuf:protobuf-java-util:3.6.1 com.google.protobuf:protobuf-java:3.6.1 com.google.template:soy:2018-03-14 com.ibm.icu:icu4j:57.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 -io.grpc:grpc-context:1.12.0 -io.opencensus:opencensus-api:0.15.0 -io.opencensus:opencensus-contrib-http-util:0.15.0 +io.grpc:grpc-context:1.19.0 +io.opencensus:opencensus-api:0.21.0 +io.opencensus:opencensus-contrib-http-util:0.21.0 javax.annotation:javax.annotation-api:1.2 javax.annotation:jsr250-api:1.0 javax.inject:javax.inject:1 @@ -48,8 +48,8 @@ javax.validation:validation-api:1.0.0.GA joda-time:joda-time:2.9.2 org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.checkerframework:checker-qual:2.5.2 org.codehaus.mojo:animal-sniffer-annotations:1.17 org.json:json:20160212 diff --git a/buildSrc/gradle/dependency-locks/compileClasspath.lockfile b/buildSrc/gradle/dependency-locks/compileClasspath.lockfile index 6fbe425a2..40e2c2e33 100644 --- a/buildSrc/gradle/dependency-locks/compileClasspath.lockfile +++ b/buildSrc/gradle/dependency-locks/compileClasspath.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. aopalliance:aopalliance:1.0 args4j:args4j:2.0.23 -com.fasterxml.jackson.core:jackson-core:2.9.6 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.google.api-client:google-api-client:1.27.0 com.google.api.grpc:proto-google-common-protos:1.12.0 com.google.api.grpc:proto-google-iam-v1:0.12.0 @@ -11,8 +11,8 @@ com.google.api:api-common:1.7.0 com.google.api:gax-httpjson:0.52.1 com.google.api:gax:1.35.1 com.google.apis:google-api-services-storage:v1-rev20181013-1.27.0 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.cloud:google-cloud-core-http:1.59.0 com.google.cloud:google-cloud-core:1.59.0 @@ -26,21 +26,21 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.0-beta1 com.google.http-client:google-http-client-appengine:1.27.0 -com.google.http-client:google-http-client-jackson2:1.27.0 -com.google.http-client:google-http-client:1.27.0 +com.google.http-client:google-http-client-jackson2:1.30.1 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.oauth-client:google-oauth-client:1.27.0 com.google.protobuf:protobuf-java-util:3.6.1 com.google.protobuf:protobuf-java:3.6.1 com.google.template:soy:2018-03-14 com.ibm.icu:icu4j:57.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 -io.grpc:grpc-context:1.12.0 -io.opencensus:opencensus-api:0.15.0 -io.opencensus:opencensus-contrib-http-util:0.15.0 +io.grpc:grpc-context:1.19.0 +io.opencensus:opencensus-api:0.21.0 +io.opencensus:opencensus-contrib-http-util:0.21.0 javax.annotation:javax.annotation-api:1.2 javax.annotation:jsr250-api:1.0 javax.inject:javax.inject:1 @@ -48,8 +48,8 @@ javax.validation:validation-api:1.0.0.GA joda-time:joda-time:2.9.2 org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.checkerframework:checker-qual:2.5.2 org.codehaus.mojo:animal-sniffer-annotations:1.17 org.json:json:20160212 diff --git a/buildSrc/gradle/dependency-locks/runtimeClasspath.lockfile b/buildSrc/gradle/dependency-locks/runtimeClasspath.lockfile index 6fbe425a2..40e2c2e33 100644 --- a/buildSrc/gradle/dependency-locks/runtimeClasspath.lockfile +++ b/buildSrc/gradle/dependency-locks/runtimeClasspath.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. aopalliance:aopalliance:1.0 args4j:args4j:2.0.23 -com.fasterxml.jackson.core:jackson-core:2.9.6 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.google.api-client:google-api-client:1.27.0 com.google.api.grpc:proto-google-common-protos:1.12.0 com.google.api.grpc:proto-google-iam-v1:0.12.0 @@ -11,8 +11,8 @@ com.google.api:api-common:1.7.0 com.google.api:gax-httpjson:0.52.1 com.google.api:gax:1.35.1 com.google.apis:google-api-services-storage:v1-rev20181013-1.27.0 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.cloud:google-cloud-core-http:1.59.0 com.google.cloud:google-cloud-core:1.59.0 @@ -26,21 +26,21 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.0-beta1 com.google.http-client:google-http-client-appengine:1.27.0 -com.google.http-client:google-http-client-jackson2:1.27.0 -com.google.http-client:google-http-client:1.27.0 +com.google.http-client:google-http-client-jackson2:1.30.1 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.oauth-client:google-oauth-client:1.27.0 com.google.protobuf:protobuf-java-util:3.6.1 com.google.protobuf:protobuf-java:3.6.1 com.google.template:soy:2018-03-14 com.ibm.icu:icu4j:57.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 -io.grpc:grpc-context:1.12.0 -io.opencensus:opencensus-api:0.15.0 -io.opencensus:opencensus-contrib-http-util:0.15.0 +io.grpc:grpc-context:1.19.0 +io.opencensus:opencensus-api:0.21.0 +io.opencensus:opencensus-contrib-http-util:0.21.0 javax.annotation:javax.annotation-api:1.2 javax.annotation:jsr250-api:1.0 javax.inject:javax.inject:1 @@ -48,8 +48,8 @@ javax.validation:validation-api:1.0.0.GA joda-time:joda-time:2.9.2 org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.checkerframework:checker-qual:2.5.2 org.codehaus.mojo:animal-sniffer-annotations:1.17 org.json:json:20160212 diff --git a/buildSrc/gradle/dependency-locks/testCompile.lockfile b/buildSrc/gradle/dependency-locks/testCompile.lockfile index b9d30821a..71e16b658 100644 --- a/buildSrc/gradle/dependency-locks/testCompile.lockfile +++ b/buildSrc/gradle/dependency-locks/testCompile.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. aopalliance:aopalliance:1.0 args4j:args4j:2.0.23 -com.fasterxml.jackson.core:jackson-core:2.9.6 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.google.api-client:google-api-client:1.27.0 com.google.api.grpc:proto-google-common-protos:1.12.0 com.google.api.grpc:proto-google-iam-v1:0.12.0 @@ -11,8 +11,8 @@ com.google.api:api-common:1.7.0 com.google.api:gax-httpjson:0.52.1 com.google.api:gax:1.35.1 com.google.apis:google-api-services-storage:v1-rev20181013-1.27.0 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.cloud:google-cloud-core-http:1.59.0 com.google.cloud:google-cloud-core:1.59.0 @@ -26,11 +26,11 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.0-beta1 com.google.http-client:google-http-client-appengine:1.27.0 -com.google.http-client:google-http-client-jackson2:1.27.0 -com.google.http-client:google-http-client:1.27.0 +com.google.http-client:google-http-client-jackson2:1.30.1 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.oauth-client:google-oauth-client:1.27.0 com.google.protobuf:protobuf-java-util:3.6.1 com.google.protobuf:protobuf-java:3.6.1 @@ -39,11 +39,11 @@ com.google.truth.extensions:truth-java8-extension:0.45 com.google.truth:truth:0.45 com.googlecode.java-diff-utils:diffutils:1.3.0 com.ibm.icu:icu4j:57.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 -io.grpc:grpc-context:1.12.0 -io.opencensus:opencensus-api:0.15.0 -io.opencensus:opencensus-contrib-http-util:0.15.0 +io.grpc:grpc-context:1.19.0 +io.opencensus:opencensus-api:0.21.0 +io.opencensus:opencensus-contrib-http-util:0.21.0 javax.annotation:javax.annotation-api:1.2 javax.annotation:jsr250-api:1.0 javax.inject:javax.inject:1 @@ -54,8 +54,8 @@ net.bytebuddy:byte-buddy-agent:1.9.7 net.bytebuddy:byte-buddy:1.9.7 org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.checkerframework:checker-compat-qual:2.5.5 org.checkerframework:checker-qual:2.5.2 org.codehaus.mojo:animal-sniffer-annotations:1.17 diff --git a/buildSrc/gradle/dependency-locks/testCompileClasspath.lockfile b/buildSrc/gradle/dependency-locks/testCompileClasspath.lockfile index b9d30821a..71e16b658 100644 --- a/buildSrc/gradle/dependency-locks/testCompileClasspath.lockfile +++ b/buildSrc/gradle/dependency-locks/testCompileClasspath.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. aopalliance:aopalliance:1.0 args4j:args4j:2.0.23 -com.fasterxml.jackson.core:jackson-core:2.9.6 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.google.api-client:google-api-client:1.27.0 com.google.api.grpc:proto-google-common-protos:1.12.0 com.google.api.grpc:proto-google-iam-v1:0.12.0 @@ -11,8 +11,8 @@ com.google.api:api-common:1.7.0 com.google.api:gax-httpjson:0.52.1 com.google.api:gax:1.35.1 com.google.apis:google-api-services-storage:v1-rev20181013-1.27.0 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.cloud:google-cloud-core-http:1.59.0 com.google.cloud:google-cloud-core:1.59.0 @@ -26,11 +26,11 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.0-beta1 com.google.http-client:google-http-client-appengine:1.27.0 -com.google.http-client:google-http-client-jackson2:1.27.0 -com.google.http-client:google-http-client:1.27.0 +com.google.http-client:google-http-client-jackson2:1.30.1 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.oauth-client:google-oauth-client:1.27.0 com.google.protobuf:protobuf-java-util:3.6.1 com.google.protobuf:protobuf-java:3.6.1 @@ -39,11 +39,11 @@ com.google.truth.extensions:truth-java8-extension:0.45 com.google.truth:truth:0.45 com.googlecode.java-diff-utils:diffutils:1.3.0 com.ibm.icu:icu4j:57.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 -io.grpc:grpc-context:1.12.0 -io.opencensus:opencensus-api:0.15.0 -io.opencensus:opencensus-contrib-http-util:0.15.0 +io.grpc:grpc-context:1.19.0 +io.opencensus:opencensus-api:0.21.0 +io.opencensus:opencensus-contrib-http-util:0.21.0 javax.annotation:javax.annotation-api:1.2 javax.annotation:jsr250-api:1.0 javax.inject:javax.inject:1 @@ -54,8 +54,8 @@ net.bytebuddy:byte-buddy-agent:1.9.7 net.bytebuddy:byte-buddy:1.9.7 org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.checkerframework:checker-compat-qual:2.5.5 org.checkerframework:checker-qual:2.5.2 org.codehaus.mojo:animal-sniffer-annotations:1.17 diff --git a/buildSrc/gradle/dependency-locks/testRuntimeClasspath.lockfile b/buildSrc/gradle/dependency-locks/testRuntimeClasspath.lockfile index b9d30821a..71e16b658 100644 --- a/buildSrc/gradle/dependency-locks/testRuntimeClasspath.lockfile +++ b/buildSrc/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. aopalliance:aopalliance:1.0 args4j:args4j:2.0.23 -com.fasterxml.jackson.core:jackson-core:2.9.6 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.google.api-client:google-api-client:1.27.0 com.google.api.grpc:proto-google-common-protos:1.12.0 com.google.api.grpc:proto-google-iam-v1:0.12.0 @@ -11,8 +11,8 @@ com.google.api:api-common:1.7.0 com.google.api:gax-httpjson:0.52.1 com.google.api:gax:1.35.1 com.google.apis:google-api-services-storage:v1-rev20181013-1.27.0 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.cloud:google-cloud-core-http:1.59.0 com.google.cloud:google-cloud-core:1.59.0 @@ -26,11 +26,11 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.0-beta1 com.google.http-client:google-http-client-appengine:1.27.0 -com.google.http-client:google-http-client-jackson2:1.27.0 -com.google.http-client:google-http-client:1.27.0 +com.google.http-client:google-http-client-jackson2:1.30.1 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.oauth-client:google-oauth-client:1.27.0 com.google.protobuf:protobuf-java-util:3.6.1 com.google.protobuf:protobuf-java:3.6.1 @@ -39,11 +39,11 @@ com.google.truth.extensions:truth-java8-extension:0.45 com.google.truth:truth:0.45 com.googlecode.java-diff-utils:diffutils:1.3.0 com.ibm.icu:icu4j:57.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 -io.grpc:grpc-context:1.12.0 -io.opencensus:opencensus-api:0.15.0 -io.opencensus:opencensus-contrib-http-util:0.15.0 +io.grpc:grpc-context:1.19.0 +io.opencensus:opencensus-api:0.21.0 +io.opencensus:opencensus-contrib-http-util:0.21.0 javax.annotation:javax.annotation-api:1.2 javax.annotation:jsr250-api:1.0 javax.inject:javax.inject:1 @@ -54,8 +54,8 @@ net.bytebuddy:byte-buddy-agent:1.9.7 net.bytebuddy:byte-buddy:1.9.7 org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.checkerframework:checker-compat-qual:2.5.5 org.checkerframework:checker-qual:2.5.2 org.codehaus.mojo:animal-sniffer-annotations:1.17 diff --git a/core/gradle/dependency-locks/compile.lockfile b/core/gradle/dependency-locks/compile.lockfile index 2c1f51e60..4edd1ffaf 100644 --- a/core/gradle/dependency-locks/compile.lockfile +++ b/core/gradle/dependency-locks/compile.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.0.23 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -56,8 +56,8 @@ com.google.appengine.tools:appengine-pipeline:0.2.13 com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -84,13 +84,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:metrics:1.0.4 com.google.monitoring-client:stackdriver:1.0.4 @@ -111,14 +111,14 @@ com.jcraft:jsch:0.1.55 com.squareup.okhttp:okhttp:2.5.0 com.squareup.okio:okio:1.13.0 com.thoughtworks.paranamer:paranamer:2.7 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -140,10 +140,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.annotation:javax.annotation-api:1.2 @@ -171,8 +171,8 @@ org.apache.beam:beam-vendor-grpc-1_13_1:0.2 org.apache.beam:beam-vendor-guava-20_0:0.1 org.apache.commons:commons-compress:1.8.1 org.apache.commons:commons-lang3:3.5 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.bouncycastle:bcpg-jdk15on:1.61 org.bouncycastle:bcprov-jdk15on:1.61 org.checkerframework:checker-qual:2.5.2 diff --git a/core/gradle/dependency-locks/compileClasspath.lockfile b/core/gradle/dependency-locks/compileClasspath.lockfile index 3e4377273..b82bf5960 100644 --- a/core/gradle/dependency-locks/compileClasspath.lockfile +++ b/core/gradle/dependency-locks/compileClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.0.23 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -56,8 +56,8 @@ com.google.appengine.tools:appengine-pipeline:0.2.13 com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -83,13 +83,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:metrics:1.0.4 com.google.monitoring-client:stackdriver:1.0.4 @@ -110,14 +110,14 @@ com.jcraft:jsch:0.1.55 com.squareup.okhttp:okhttp:2.5.0 com.squareup.okio:okio:1.13.0 com.thoughtworks.paranamer:paranamer:2.7 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 io.grpc:grpc-netty:1.17.1 @@ -138,10 +138,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.annotation:javax.annotation-api:1.2 @@ -169,8 +169,8 @@ org.apache.beam:beam-vendor-grpc-1_13_1:0.2 org.apache.beam:beam-vendor-guava-20_0:0.1 org.apache.commons:commons-compress:1.8.1 org.apache.commons:commons-lang3:3.5 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.bouncycastle:bcpg-jdk15on:1.61 org.bouncycastle:bcprov-jdk15on:1.61 org.checkerframework:checker-qual:2.5.2 diff --git a/core/gradle/dependency-locks/runtimeClasspath.lockfile b/core/gradle/dependency-locks/runtimeClasspath.lockfile index 31dac819f..a8586d500 100644 --- a/core/gradle/dependency-locks/runtimeClasspath.lockfile +++ b/core/gradle/dependency-locks/runtimeClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.0.23 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -56,8 +56,8 @@ com.google.appengine.tools:appengine-pipeline:0.2.13 com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -84,13 +84,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:metrics:1.0.4 com.google.monitoring-client:stackdriver:1.0.4 @@ -113,14 +113,14 @@ com.squareup.okio:okio:1.13.0 com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -142,10 +142,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.annotation:javax.annotation-api:1.2 @@ -173,8 +173,8 @@ org.apache.beam:beam-vendor-grpc-1_13_1:0.2 org.apache.beam:beam-vendor-guava-20_0:0.1 org.apache.commons:commons-compress:1.8.1 org.apache.commons:commons-lang3:3.5 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.bouncycastle:bcpg-jdk15on:1.61 org.bouncycastle:bcprov-jdk15on:1.61 org.checkerframework:checker-qual:2.5.2 diff --git a/core/gradle/dependency-locks/testCompile.lockfile b/core/gradle/dependency-locks/testCompile.lockfile index ded7a24d4..98795d7a7 100644 --- a/core/gradle/dependency-locks/testCompile.lockfile +++ b/core/gradle/dependency-locks/testCompile.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -57,8 +57,8 @@ com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-api-stubs:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -86,13 +86,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:contrib:1.0.4 com.google.monitoring-client:metrics:1.0.4 @@ -121,14 +121,14 @@ com.squareup.okhttp:okhttp:2.5.0 com.squareup.okio:okio:1.14.0 com.thoughtworks.paranamer:paranamer:2.7 com.thoughtworks.qdox:qdox:1.12.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -150,10 +150,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.activation:javax.activation-api:1.2.0 @@ -191,8 +191,8 @@ org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 org.apache.ftpserver:ftplet-api:1.0.6 org.apache.ftpserver:ftpserver-core:1.0.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.apache.mina:mina-core:2.0.4 org.apache.sshd:sshd-core:2.0.0 org.apache.sshd:sshd-scp:2.0.0 diff --git a/core/gradle/dependency-locks/testCompileClasspath.lockfile b/core/gradle/dependency-locks/testCompileClasspath.lockfile index 34ec4e60b..cb9e42319 100644 --- a/core/gradle/dependency-locks/testCompileClasspath.lockfile +++ b/core/gradle/dependency-locks/testCompileClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -57,8 +57,8 @@ com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-api-stubs:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -85,13 +85,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:contrib:1.0.4 com.google.monitoring-client:metrics:1.0.4 @@ -120,14 +120,14 @@ com.squareup.okhttp:okhttp:2.5.0 com.squareup.okio:okio:1.14.0 com.thoughtworks.paranamer:paranamer:2.7 com.thoughtworks.qdox:qdox:1.12.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 io.grpc:grpc-netty:1.17.1 @@ -148,10 +148,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.activation:javax.activation-api:1.2.0 @@ -189,8 +189,8 @@ org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 org.apache.ftpserver:ftplet-api:1.0.6 org.apache.ftpserver:ftpserver-core:1.0.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.apache.mina:mina-core:2.0.4 org.apache.sshd:sshd-core:2.0.0 org.apache.sshd:sshd-scp:2.0.0 diff --git a/core/gradle/dependency-locks/testRuntimeClasspath.lockfile b/core/gradle/dependency-locks/testRuntimeClasspath.lockfile index a24f8e422..24bfb91a6 100644 --- a/core/gradle/dependency-locks/testRuntimeClasspath.lockfile +++ b/core/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -57,8 +57,8 @@ com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-api-stubs:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -86,13 +86,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:contrib:1.0.4 com.google.monitoring-client:metrics:1.0.4 @@ -123,14 +123,14 @@ com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 com.thoughtworks.qdox:qdox:1.12.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -152,10 +152,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.activation:javax.activation-api:1.2.0 @@ -193,8 +193,8 @@ org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 org.apache.ftpserver:ftplet-api:1.0.6 org.apache.ftpserver:ftpserver-core:1.0.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.apache.mina:mina-core:2.0.4 org.apache.sshd:sshd-core:2.0.0 org.apache.sshd:sshd-scp:2.0.0 diff --git a/dependencies.gradle b/dependencies.gradle index 9eef9869d..1792fa2de 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -29,8 +29,8 @@ ext { 'com.google.appengine.tools:appengine-gcs-client:0.6', 'com.google.appengine.tools:appengine-mapreduce:0.9', 'com.google.appengine.tools:appengine-pipeline:0.2.13', - 'com.google.auth:google-auth-library-credentials:0.7.1', - 'com.google.auth:google-auth-library-oauth2-http:0.7.1', + 'com.google.auth:google-auth-library-credentials:0.16.1', + 'com.google.auth:google-auth-library-oauth2-http:0.16.1', 'com.google.auto:auto-common:0.8', 'com.google.auto.factory:auto-factory:1.0-beta3', 'com.google.auto.value:auto-value:1.6.3', diff --git a/package-lock.json b/package-lock.json index 305a74a9f..4beaebec9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", "dev": true, "requires": { - "mime-types": "2.1.24", + "mime-types": "~2.1.24", "negotiator": "0.6.2" } }, @@ -26,8 +26,8 @@ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "dev": true, "requires": { - "micromatch": "3.1.10", - "normalize-path": "2.1.1" + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" }, "dependencies": { "normalize-path": { @@ -36,7 +36,7 @@ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { - "remove-trailing-separator": "1.1.0" + "remove-trailing-separator": "^1.0.1" } } } @@ -119,13 +119,13 @@ "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "dev": true, "requires": { - "cache-base": "1.0.1", - "class-utils": "0.3.6", - "component-emitter": "1.3.0", - "define-property": "1.0.0", - "isobject": "3.0.1", - "mixin-deep": "1.3.1", - "pascalcase": "0.1.1" + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" }, "dependencies": { "define-property": { @@ -134,7 +134,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "1.0.2" + "is-descriptor": "^1.0.0" } }, "is-accessor-descriptor": { @@ -143,7 +143,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -152,7 +152,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -161,9 +161,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } @@ -214,15 +214,15 @@ "dev": true, "requires": { "bytes": "3.1.0", - "content-type": "1.0.4", + "content-type": "~1.0.4", "debug": "2.6.9", - "depd": "1.1.2", + "depd": "~1.1.2", "http-errors": "1.7.2", "iconv-lite": "0.4.24", - "on-finished": "2.3.0", + "on-finished": "~2.3.0", "qs": "6.7.0", "raw-body": "2.4.0", - "type-is": "1.6.18" + "type-is": "~1.6.17" } }, "brace-expansion": { @@ -231,7 +231,7 @@ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "requires": { - "balanced-match": "1.0.0", + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, @@ -241,16 +241,16 @@ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, "requires": { - "arr-flatten": "1.1.0", - "array-unique": "0.3.2", - "extend-shallow": "2.0.1", - "fill-range": "4.0.0", - "isobject": "3.0.1", - "repeat-element": "1.1.3", - "snapdragon": "0.8.2", - "snapdragon-node": "2.1.1", - "split-string": "3.1.0", - "to-regex": "3.0.2" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" }, "dependencies": { "extend-shallow": { @@ -259,7 +259,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -270,8 +270,8 @@ "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", "dev": true, "requires": { - "buffer-alloc-unsafe": "1.1.0", - "buffer-fill": "1.0.0" + "buffer-alloc-unsafe": "^1.1.0", + "buffer-fill": "^1.0.0" } }, "buffer-alloc-unsafe": { @@ -298,15 +298,15 @@ "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "dev": true, "requires": { - "collection-visit": "1.0.0", - "component-emitter": "1.3.0", - "get-value": "2.0.6", - "has-value": "1.0.0", - "isobject": "3.0.1", - "set-value": "2.0.0", - "to-object-path": "0.3.0", - "union-value": "1.0.0", - "unset-value": "1.0.0" + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" } }, "callsite": { @@ -321,18 +321,18 @@ "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==", "dev": true, "requires": { - "anymatch": "2.0.0", - "async-each": "1.0.3", - "braces": "2.3.2", - "fsevents": "1.2.9", - "glob-parent": "3.1.0", - "inherits": "2.0.3", - "is-binary-path": "1.0.1", - "is-glob": "4.0.1", - "normalize-path": "3.0.0", - "path-is-absolute": "1.0.1", - "readdirp": "2.2.1", - "upath": "1.1.2" + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" } }, "circular-json": { @@ -347,10 +347,10 @@ "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", "dev": true, "requires": { - "arr-union": "3.1.0", - "define-property": "0.2.5", - "isobject": "3.0.1", - "static-extend": "0.1.2" + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" }, "dependencies": { "define-property": { @@ -359,7 +359,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } } } @@ -370,8 +370,8 @@ "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "dev": true, "requires": { - "map-visit": "1.0.0", - "object-visit": "1.0.1" + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" } }, "colors": { @@ -386,7 +386,7 @@ "integrity": "sha1-RYwH4J4NkA/Ci3Cj/sLazR0st/Y=", "dev": true, "requires": { - "lodash": "4.17.11" + "lodash": "^4.5.0" } }, "component-bind": { @@ -421,7 +421,7 @@ "requires": { "debug": "2.6.9", "finalhandler": "1.1.2", - "parseurl": "1.3.3", + "parseurl": "~1.3.3", "utils-merge": "1.0.1" } }, @@ -488,8 +488,8 @@ "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", "dev": true, "requires": { - "is-descriptor": "1.0.2", - "isobject": "3.0.1" + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" }, "dependencies": { "is-accessor-descriptor": { @@ -498,7 +498,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -507,7 +507,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -516,9 +516,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } @@ -541,10 +541,10 @@ "integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=", "dev": true, "requires": { - "custom-event": "1.0.1", - "ent": "2.2.0", - "extend": "3.0.2", - "void-elements": "2.0.1" + "custom-event": "~1.0.0", + "ent": "~2.2.0", + "extend": "^3.0.0", + "void-elements": "^2.0.0" } }, "ee-first": { @@ -565,12 +565,12 @@ "integrity": "sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w==", "dev": true, "requires": { - "accepts": "1.3.7", + "accepts": "~1.3.4", "base64id": "1.0.0", "cookie": "0.3.1", - "debug": "3.1.0", - "engine.io-parser": "2.1.3", - "ws": "3.3.3" + "debug": "~3.1.0", + "engine.io-parser": "~2.1.0", + "ws": "~3.3.1" }, "dependencies": { "debug": { @@ -592,14 +592,14 @@ "requires": { "component-emitter": "1.2.1", "component-inherit": "0.0.3", - "debug": "3.1.0", - "engine.io-parser": "2.1.3", + "debug": "~3.1.0", + "engine.io-parser": "~2.1.1", "has-cors": "1.1.0", "indexof": "0.0.1", "parseqs": "0.0.5", "parseuri": "0.0.5", - "ws": "3.3.3", - "xmlhttprequest-ssl": "1.5.5", + "ws": "~3.3.1", + "xmlhttprequest-ssl": "~1.5.4", "yeast": "0.1.2" }, "dependencies": { @@ -627,10 +627,10 @@ "dev": true, "requires": { "after": "0.8.2", - "arraybuffer.slice": "0.0.7", + "arraybuffer.slice": "~0.0.7", "base64-arraybuffer": "0.1.5", "blob": "0.0.5", - "has-binary2": "1.0.3" + "has-binary2": "~1.0.2" } }, "ent": { @@ -657,9 +657,9 @@ "integrity": "sha1-SIsdHSRRyz06axks/AMPRMWFX+o=", "dev": true, "requires": { - "array-slice": "0.2.3", - "array-unique": "0.2.1", - "braces": "0.1.5" + "array-slice": "^0.2.3", + "array-unique": "^0.2.1", + "braces": "^0.1.2" }, "dependencies": { "array-unique": { @@ -674,7 +674,7 @@ "integrity": "sha1-wIVxEIUpHYt1/ddOqw+FlygHEeY=", "dev": true, "requires": { - "expand-range": "0.1.1" + "expand-range": "^0.1.0" } } } @@ -685,13 +685,13 @@ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", "dev": true, "requires": { - "debug": "2.6.9", - "define-property": "0.2.5", - "extend-shallow": "2.0.1", - "posix-character-classes": "0.1.1", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" }, "dependencies": { "define-property": { @@ -700,7 +700,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } }, "extend-shallow": { @@ -709,7 +709,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -720,8 +720,8 @@ "integrity": "sha1-TLjtoJk8pW+k9B/ELzy7TMrf8EQ=", "dev": true, "requires": { - "is-number": "0.1.1", - "repeat-string": "0.2.2" + "is-number": "^0.1.1", + "repeat-string": "^0.2.2" }, "dependencies": { "is-number": { @@ -750,8 +750,8 @@ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, "requires": { - "assign-symbols": "1.0.0", - "is-extendable": "1.0.1" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "dependencies": { "is-extendable": { @@ -760,7 +760,7 @@ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { - "is-plain-object": "2.0.4" + "is-plain-object": "^2.0.4" } } } @@ -771,14 +771,14 @@ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", "dev": true, "requires": { - "array-unique": "0.3.2", - "define-property": "1.0.0", - "expand-brackets": "2.1.4", - "extend-shallow": "2.0.1", - "fragment-cache": "0.2.1", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" }, "dependencies": { "define-property": { @@ -787,7 +787,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "1.0.2" + "is-descriptor": "^1.0.0" } }, "extend-shallow": { @@ -796,7 +796,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } }, "is-accessor-descriptor": { @@ -805,7 +805,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -814,7 +814,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -823,9 +823,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } @@ -836,10 +836,10 @@ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "dev": true, "requires": { - "extend-shallow": "2.0.1", - "is-number": "3.0.0", - "repeat-string": "1.6.1", - "to-regex-range": "2.1.1" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" }, "dependencies": { "extend-shallow": { @@ -848,7 +848,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -860,12 +860,12 @@ "dev": true, "requires": { "debug": "2.6.9", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "on-finished": "2.3.0", - "parseurl": "1.3.3", - "statuses": "1.5.0", - "unpipe": "1.0.0" + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" } }, "follow-redirects": { @@ -874,7 +874,7 @@ "integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==", "dev": true, "requires": { - "debug": "3.2.6" + "debug": "^3.2.6" }, "dependencies": { "debug": { @@ -883,7 +883,7 @@ "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } }, "ms": { @@ -906,7 +906,7 @@ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", "dev": true, "requires": { - "map-cache": "0.2.2" + "map-cache": "^0.2.2" } }, "fs-access": { @@ -915,7 +915,7 @@ "integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=", "dev": true, "requires": { - "null-check": "1.0.0" + "null-check": "^1.0.0" } }, "fs.realpath": { @@ -931,8 +931,8 @@ "dev": true, "optional": true, "requires": { - "nan": "2.14.0", - "node-pre-gyp": "0.12.0" + "nan": "^2.12.1", + "node-pre-gyp": "^0.12.0" }, "dependencies": { "abbrev": { @@ -958,8 +958,8 @@ "dev": true, "optional": true, "requires": { - "delegates": "1.0.0", - "readable-stream": "2.3.6" + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" } }, "balanced-match": { @@ -972,7 +972,7 @@ "bundled": true, "dev": true, "requires": { - "balanced-match": "1.0.0", + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, @@ -1009,7 +1009,7 @@ "dev": true, "optional": true, "requires": { - "ms": "2.1.1" + "ms": "^2.1.1" } }, "deep-extend": { @@ -1036,7 +1036,7 @@ "dev": true, "optional": true, "requires": { - "minipass": "2.3.5" + "minipass": "^2.2.1" } }, "fs.realpath": { @@ -1051,14 +1051,14 @@ "dev": true, "optional": true, "requires": { - "aproba": "1.2.0", - "console-control-strings": "1.1.0", - "has-unicode": "2.0.1", - "object-assign": "4.1.1", - "signal-exit": "3.0.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wide-align": "1.1.3" + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" } }, "glob": { @@ -1067,12 +1067,12 @@ "dev": true, "optional": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "has-unicode": { @@ -1087,7 +1087,7 @@ "dev": true, "optional": true, "requires": { - "safer-buffer": "2.1.2" + "safer-buffer": ">= 2.1.2 < 3" } }, "ignore-walk": { @@ -1096,7 +1096,7 @@ "dev": true, "optional": true, "requires": { - "minimatch": "3.0.4" + "minimatch": "^3.0.4" } }, "inflight": { @@ -1105,8 +1105,8 @@ "dev": true, "optional": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { @@ -1125,7 +1125,7 @@ "bundled": true, "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "isarray": { @@ -1139,7 +1139,7 @@ "bundled": true, "dev": true, "requires": { - "brace-expansion": "1.1.11" + "brace-expansion": "^1.1.7" } }, "minimist": { @@ -1152,8 +1152,8 @@ "bundled": true, "dev": true, "requires": { - "safe-buffer": "5.1.2", - "yallist": "3.0.3" + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" } }, "minizlib": { @@ -1162,7 +1162,7 @@ "dev": true, "optional": true, "requires": { - "minipass": "2.3.5" + "minipass": "^2.2.1" } }, "mkdirp": { @@ -1185,9 +1185,9 @@ "dev": true, "optional": true, "requires": { - "debug": "4.1.1", - "iconv-lite": "0.4.24", - "sax": "1.2.4" + "debug": "^4.1.0", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" } }, "node-pre-gyp": { @@ -1196,16 +1196,16 @@ "dev": true, "optional": true, "requires": { - "detect-libc": "1.0.3", - "mkdirp": "0.5.1", - "needle": "2.3.0", - "nopt": "4.0.1", - "npm-packlist": "1.4.1", - "npmlog": "4.1.2", - "rc": "1.2.8", - "rimraf": "2.6.3", - "semver": "5.7.0", - "tar": "4.4.8" + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.1", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.2.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4" } }, "nopt": { @@ -1214,8 +1214,8 @@ "dev": true, "optional": true, "requires": { - "abbrev": "1.1.1", - "osenv": "0.1.5" + "abbrev": "1", + "osenv": "^0.1.4" } }, "npm-bundled": { @@ -1230,8 +1230,8 @@ "dev": true, "optional": true, "requires": { - "ignore-walk": "3.0.1", - "npm-bundled": "1.0.6" + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1" } }, "npmlog": { @@ -1240,10 +1240,10 @@ "dev": true, "optional": true, "requires": { - "are-we-there-yet": "1.1.5", - "console-control-strings": "1.1.0", - "gauge": "2.7.4", - "set-blocking": "2.0.0" + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" } }, "number-is-nan": { @@ -1262,7 +1262,7 @@ "bundled": true, "dev": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "os-homedir": { @@ -1283,8 +1283,8 @@ "dev": true, "optional": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, "path-is-absolute": { @@ -1305,10 +1305,10 @@ "dev": true, "optional": true, "requires": { - "deep-extend": "0.6.0", - "ini": "1.3.5", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" }, "dependencies": { "minimist": { @@ -1325,13 +1325,13 @@ "dev": true, "optional": true, "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.2", - "string_decoder": "1.1.1", - "util-deprecate": "1.0.2" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, "rimraf": { @@ -1340,7 +1340,7 @@ "dev": true, "optional": true, "requires": { - "glob": "7.1.3" + "glob": "^7.1.3" } }, "safe-buffer": { @@ -1383,9 +1383,9 @@ "bundled": true, "dev": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "string_decoder": { @@ -1394,7 +1394,7 @@ "dev": true, "optional": true, "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "~5.1.0" } }, "strip-ansi": { @@ -1402,7 +1402,7 @@ "bundled": true, "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "strip-json-comments": { @@ -1417,13 +1417,13 @@ "dev": true, "optional": true, "requires": { - "chownr": "1.1.1", - "fs-minipass": "1.2.5", - "minipass": "2.3.5", - "minizlib": "1.2.1", - "mkdirp": "0.5.1", - "safe-buffer": "5.1.2", - "yallist": "3.0.3" + "chownr": "^1.1.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.3.4", + "minizlib": "^1.1.1", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.2", + "yallist": "^3.0.2" } }, "util-deprecate": { @@ -1438,7 +1438,7 @@ "dev": true, "optional": true, "requires": { - "string-width": "1.0.2" + "string-width": "^1.0.2 || 2" } }, "wrappy": { @@ -1465,12 +1465,12 @@ "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "glob-parent": { @@ -1479,8 +1479,8 @@ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", "dev": true, "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" }, "dependencies": { "is-glob": { @@ -1489,7 +1489,7 @@ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { - "is-extglob": "2.1.1" + "is-extglob": "^2.1.0" } } } @@ -1534,9 +1534,9 @@ "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "dev": true, "requires": { - "get-value": "2.0.6", - "has-values": "1.0.0", - "isobject": "3.0.1" + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" } }, "has-values": { @@ -1545,8 +1545,8 @@ "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "dev": true, "requires": { - "is-number": "3.0.0", - "kind-of": "4.0.0" + "is-number": "^3.0.0", + "kind-of": "^4.0.0" }, "dependencies": { "kind-of": { @@ -1555,7 +1555,7 @@ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -1566,10 +1566,10 @@ "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", "dev": true, "requires": { - "depd": "1.1.2", + "depd": "~1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.1", - "statuses": "1.5.0", + "statuses": ">= 1.5.0 < 2", "toidentifier": "1.0.0" } }, @@ -1579,9 +1579,9 @@ "integrity": "sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==", "dev": true, "requires": { - "eventemitter3": "3.1.2", - "follow-redirects": "1.7.0", - "requires-port": "1.0.0" + "eventemitter3": "^3.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" } }, "iconv-lite": { @@ -1590,7 +1590,7 @@ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dev": true, "requires": { - "safer-buffer": "2.1.2" + "safer-buffer": ">= 2.1.2 < 3" } }, "indexof": { @@ -1605,8 +1605,8 @@ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { @@ -1621,7 +1621,7 @@ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -1630,7 +1630,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -1641,7 +1641,7 @@ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", "dev": true, "requires": { - "binary-extensions": "1.13.1" + "binary-extensions": "^1.0.0" } }, "is-buffer": { @@ -1656,7 +1656,7 @@ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -1665,7 +1665,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -1676,9 +1676,9 @@ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" }, "dependencies": { "kind-of": { @@ -1707,7 +1707,7 @@ "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "dev": true, "requires": { - "is-extglob": "2.1.1" + "is-extglob": "^2.1.1" } }, "is-number": { @@ -1716,7 +1716,7 @@ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -1725,7 +1725,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -1736,7 +1736,7 @@ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "requires": { - "isobject": "3.0.1" + "isobject": "^3.0.1" } }, "is-windows": { @@ -1757,7 +1757,7 @@ "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", "dev": true, "requires": { - "buffer-alloc": "1.2.0" + "buffer-alloc": "^1.2.0" } }, "isexe": { @@ -1784,31 +1784,31 @@ "integrity": "sha512-ZTjyuDXVXhXsvJ1E4CnZzbCjSxD6sEdzEsFYogLuZM0yqvg/mgz+O+R1jb0J7uAQeuzdY8kJgx6hSNXLwFuHIQ==", "dev": true, "requires": { - "bluebird": "3.5.5", - "body-parser": "1.19.0", - "chokidar": "2.1.6", - "colors": "1.3.3", - "combine-lists": "1.0.1", - "connect": "3.7.0", - "core-js": "2.6.9", - "di": "0.0.1", - "dom-serialize": "2.2.1", - "expand-braces": "0.1.2", - "glob": "7.1.4", - "graceful-fs": "4.1.15", - "http-proxy": "1.17.0", - "isbinaryfile": "3.0.3", - "lodash": "4.17.11", - "log4js": "3.0.6", - "mime": "2.4.4", - "minimatch": "3.0.4", - "optimist": "0.6.1", - "qjobs": "1.2.0", - "range-parser": "1.2.1", - "rimraf": "2.6.3", - "safe-buffer": "5.1.2", + "bluebird": "^3.3.0", + "body-parser": "^1.16.1", + "chokidar": "^2.0.3", + "colors": "^1.1.0", + "combine-lists": "^1.0.0", + "connect": "^3.6.0", + "core-js": "^2.2.0", + "di": "^0.0.1", + "dom-serialize": "^2.2.0", + "expand-braces": "^0.1.1", + "glob": "^7.1.1", + "graceful-fs": "^4.1.2", + "http-proxy": "^1.13.0", + "isbinaryfile": "^3.0.0", + "lodash": "^4.17.4", + "log4js": "^3.0.0", + "mime": "^2.3.1", + "minimatch": "^3.0.2", + "optimist": "^0.6.1", + "qjobs": "^1.1.4", + "range-parser": "^1.2.0", + "rimraf": "^2.6.0", + "safe-buffer": "^5.0.1", "socket.io": "2.1.1", - "source-map": "0.6.1", + "source-map": "^0.6.1", "tmp": "0.0.33", "useragent": "2.2.1" } @@ -1819,8 +1819,8 @@ "integrity": "sha512-uf/ZVpAabDBPvdPdveyk1EPgbnloPvFFGgmRhYLTDH7gEB4nZdSBk8yTU47w1g/drLSx5uMOkjKk7IWKfWg/+w==", "dev": true, "requires": { - "fs-access": "1.0.1", - "which": "1.3.1" + "fs-access": "^1.0.0", + "which": "^1.2.1" } }, "karma-closure": { @@ -1835,7 +1835,7 @@ "integrity": "sha512-iuC0hmr9b+SNn1DaUD2QEYtUxkS1J+bSJSn7ejdEexs7P8EYvA1CWkEdrDQ+8jVH3AgWlCNwjYsT1chjcNW9lA==", "dev": true, "requires": { - "jasmine-core": "3.4.0" + "jasmine-core": "^3.3" } }, "kind-of": { @@ -1856,10 +1856,10 @@ "integrity": "sha512-ezXZk6oPJCWL483zj64pNkMuY/NcRX5MPiB0zE6tjZM137aeusrOnW1ecxgF9cmwMWkBMhjteQxBPoZBh9FDxQ==", "dev": true, "requires": { - "circular-json": "0.5.9", - "date-format": "1.2.0", - "debug": "3.2.6", - "rfdc": "1.1.4", + "circular-json": "^0.5.5", + "date-format": "^1.2.0", + "debug": "^3.1.0", + "rfdc": "^1.1.2", "streamroller": "0.7.0" }, "dependencies": { @@ -1869,7 +1869,7 @@ "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } }, "ms": { @@ -1898,7 +1898,7 @@ "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "dev": true, "requires": { - "object-visit": "1.0.1" + "object-visit": "^1.0.0" } }, "media-typer": { @@ -1913,19 +1913,19 @@ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, "requires": { - "arr-diff": "4.0.0", - "array-unique": "0.3.2", - "braces": "2.3.2", - "define-property": "2.0.2", - "extend-shallow": "3.0.2", - "extglob": "2.0.4", - "fragment-cache": "0.2.1", - "kind-of": "6.0.2", - "nanomatch": "1.2.13", - "object.pick": "1.3.0", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" } }, "mime": { @@ -1955,7 +1955,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "1.1.11" + "brace-expansion": "^1.1.7" } }, "minimist": { @@ -1970,8 +1970,8 @@ "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", "dev": true, "requires": { - "for-in": "1.0.2", - "is-extendable": "1.0.1" + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" }, "dependencies": { "is-extendable": { @@ -1980,7 +1980,7 @@ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { - "is-plain-object": "2.0.4" + "is-plain-object": "^2.0.4" } } } @@ -2013,17 +2013,17 @@ "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", "dev": true, "requires": { - "arr-diff": "4.0.0", - "array-unique": "0.3.2", - "define-property": "2.0.2", - "extend-shallow": "3.0.2", - "fragment-cache": "0.2.1", - "is-windows": "1.0.2", - "kind-of": "6.0.2", - "object.pick": "1.3.0", - "regex-not": "1.0.2", - "snapdragon": "0.8.2", - "to-regex": "3.0.2" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" } }, "negotiator": { @@ -2056,9 +2056,9 @@ "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "dev": true, "requires": { - "copy-descriptor": "0.1.1", - "define-property": "0.2.5", - "kind-of": "3.2.2" + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" }, "dependencies": { "define-property": { @@ -2067,7 +2067,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } }, "kind-of": { @@ -2076,7 +2076,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -2087,7 +2087,7 @@ "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", "dev": true, "requires": { - "isobject": "3.0.1" + "isobject": "^3.0.0" } }, "object.pick": { @@ -2096,7 +2096,7 @@ "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", "dev": true, "requires": { - "isobject": "3.0.1" + "isobject": "^3.0.1" } }, "on-finished": { @@ -2114,7 +2114,7 @@ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "optimist": { @@ -2123,8 +2123,8 @@ "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", "dev": true, "requires": { - "minimist": "0.0.8", - "wordwrap": "0.0.3" + "minimist": "~0.0.1", + "wordwrap": "~0.0.2" } }, "os-tmpdir": { @@ -2139,7 +2139,7 @@ "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", "dev": true, "requires": { - "better-assert": "1.0.2" + "better-assert": "~1.0.0" } }, "parseuri": { @@ -2148,7 +2148,7 @@ "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", "dev": true, "requires": { - "better-assert": "1.0.2" + "better-assert": "~1.0.0" } }, "parseurl": { @@ -2223,13 +2223,13 @@ "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.2", - "string_decoder": "1.1.1", - "util-deprecate": "1.0.2" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, "readdirp": { @@ -2238,9 +2238,9 @@ "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", "dev": true, "requires": { - "graceful-fs": "4.1.15", - "micromatch": "3.1.10", - "readable-stream": "2.3.6" + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" } }, "regex-not": { @@ -2249,8 +2249,8 @@ "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", "dev": true, "requires": { - "extend-shallow": "3.0.2", - "safe-regex": "1.1.0" + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" } }, "remove-trailing-separator": { @@ -2301,7 +2301,7 @@ "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", "dev": true, "requires": { - "glob": "7.1.4" + "glob": "^7.1.3" } }, "safe-buffer": { @@ -2316,7 +2316,7 @@ "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "dev": true, "requires": { - "ret": "0.1.15" + "ret": "~0.1.10" } }, "safer-buffer": { @@ -2331,10 +2331,10 @@ "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==", "dev": true, "requires": { - "extend-shallow": "2.0.1", - "is-extendable": "0.1.1", - "is-plain-object": "2.0.4", - "split-string": "3.1.0" + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" }, "dependencies": { "extend-shallow": { @@ -2343,7 +2343,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } } } @@ -2360,14 +2360,14 @@ "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", "dev": true, "requires": { - "base": "0.11.2", - "debug": "2.6.9", - "define-property": "0.2.5", - "extend-shallow": "2.0.1", - "map-cache": "0.2.2", - "source-map": "0.5.7", - "source-map-resolve": "0.5.2", - "use": "3.1.1" + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" }, "dependencies": { "define-property": { @@ -2376,7 +2376,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } }, "extend-shallow": { @@ -2385,7 +2385,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } }, "source-map": { @@ -2402,9 +2402,9 @@ "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "dev": true, "requires": { - "define-property": "1.0.0", - "isobject": "3.0.1", - "snapdragon-util": "3.0.1" + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" }, "dependencies": { "define-property": { @@ -2413,7 +2413,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "1.0.2" + "is-descriptor": "^1.0.0" } }, "is-accessor-descriptor": { @@ -2422,7 +2422,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-data-descriptor": { @@ -2431,7 +2431,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "6.0.2" + "kind-of": "^6.0.0" } }, "is-descriptor": { @@ -2440,9 +2440,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } } } @@ -2453,7 +2453,7 @@ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.2.0" }, "dependencies": { "kind-of": { @@ -2462,7 +2462,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -2473,12 +2473,12 @@ "integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==", "dev": true, "requires": { - "debug": "3.1.0", - "engine.io": "3.2.1", - "has-binary2": "1.0.3", - "socket.io-adapter": "1.1.1", + "debug": "~3.1.0", + "engine.io": "~3.2.0", + "has-binary2": "~1.0.2", + "socket.io-adapter": "~1.1.0", "socket.io-client": "2.1.1", - "socket.io-parser": "3.2.0" + "socket.io-parser": "~3.2.0" }, "dependencies": { "debug": { @@ -2508,15 +2508,15 @@ "base64-arraybuffer": "0.1.5", "component-bind": "1.0.0", "component-emitter": "1.2.1", - "debug": "3.1.0", - "engine.io-client": "3.2.1", - "has-binary2": "1.0.3", + "debug": "~3.1.0", + "engine.io-client": "~3.2.0", + "has-binary2": "~1.0.2", "has-cors": "1.1.0", "indexof": "0.0.1", "object-component": "0.0.3", "parseqs": "0.0.5", "parseuri": "0.0.5", - "socket.io-parser": "3.2.0", + "socket.io-parser": "~3.2.0", "to-array": "0.1.4" }, "dependencies": { @@ -2544,7 +2544,7 @@ "dev": true, "requires": { "component-emitter": "1.2.1", - "debug": "3.1.0", + "debug": "~3.1.0", "isarray": "2.0.1" }, "dependencies": { @@ -2583,11 +2583,11 @@ "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", "dev": true, "requires": { - "atob": "2.1.2", - "decode-uri-component": "0.2.0", - "resolve-url": "0.2.1", - "source-map-url": "0.4.0", - "urix": "0.1.0" + "atob": "^2.1.1", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" } }, "source-map-url": { @@ -2602,7 +2602,7 @@ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "dev": true, "requires": { - "extend-shallow": "3.0.2" + "extend-shallow": "^3.0.0" } }, "static-extend": { @@ -2611,8 +2611,8 @@ "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", "dev": true, "requires": { - "define-property": "0.2.5", - "object-copy": "0.1.0" + "define-property": "^0.2.5", + "object-copy": "^0.1.0" }, "dependencies": { "define-property": { @@ -2621,7 +2621,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "0.1.6" + "is-descriptor": "^0.1.0" } } } @@ -2638,10 +2638,10 @@ "integrity": "sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ==", "dev": true, "requires": { - "date-format": "1.2.0", - "debug": "3.2.6", - "mkdirp": "0.5.1", - "readable-stream": "2.3.6" + "date-format": "^1.2.0", + "debug": "^3.1.0", + "mkdirp": "^0.5.1", + "readable-stream": "^2.3.0" }, "dependencies": { "debug": { @@ -2650,7 +2650,7 @@ "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.1" } }, "ms": { @@ -2667,7 +2667,7 @@ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "~5.1.0" } }, "tmp": { @@ -2676,7 +2676,7 @@ "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, "requires": { - "os-tmpdir": "1.0.2" + "os-tmpdir": "~1.0.2" } }, "to-array": { @@ -2691,7 +2691,7 @@ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -2700,7 +2700,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -2711,10 +2711,10 @@ "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", "dev": true, "requires": { - "define-property": "2.0.2", - "extend-shallow": "3.0.2", - "regex-not": "1.0.2", - "safe-regex": "1.1.0" + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" } }, "to-regex-range": { @@ -2723,8 +2723,8 @@ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "dev": true, "requires": { - "is-number": "3.0.0", - "repeat-string": "1.6.1" + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" } }, "toidentifier": { @@ -2740,7 +2740,7 @@ "dev": true, "requires": { "media-typer": "0.3.0", - "mime-types": "2.1.24" + "mime-types": "~2.1.24" } }, "ultron": { @@ -2755,10 +2755,10 @@ "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=", "dev": true, "requires": { - "arr-union": "3.1.0", - "get-value": "2.0.6", - "is-extendable": "0.1.1", - "set-value": "0.4.3" + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^0.4.3" }, "dependencies": { "extend-shallow": { @@ -2767,7 +2767,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "0.1.1" + "is-extendable": "^0.1.0" } }, "set-value": { @@ -2776,10 +2776,10 @@ "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=", "dev": true, "requires": { - "extend-shallow": "2.0.1", - "is-extendable": "0.1.1", - "is-plain-object": "2.0.4", - "to-object-path": "0.3.0" + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.1", + "to-object-path": "^0.3.0" } } } @@ -2796,8 +2796,8 @@ "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", "dev": true, "requires": { - "has-value": "0.3.1", - "isobject": "3.0.1" + "has-value": "^0.3.1", + "isobject": "^3.0.0" }, "dependencies": { "has-value": { @@ -2806,9 +2806,9 @@ "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", "dev": true, "requires": { - "get-value": "2.0.6", - "has-values": "0.1.4", - "isobject": "2.1.0" + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" }, "dependencies": { "isobject": { @@ -2854,8 +2854,8 @@ "integrity": "sha1-z1k+9PLRdYdei7ZY6pLhik/QbY4=", "dev": true, "requires": { - "lru-cache": "2.2.4", - "tmp": "0.0.33" + "lru-cache": "2.2.x", + "tmp": "0.0.x" } }, "util-deprecate": { @@ -2882,7 +2882,7 @@ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "requires": { - "isexe": "2.0.0" + "isexe": "^2.0.0" } }, "wordwrap": { @@ -2903,9 +2903,9 @@ "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", "dev": true, "requires": { - "async-limiter": "1.0.0", - "safe-buffer": "5.1.2", - "ultron": "1.1.1" + "async-limiter": "~1.0.0", + "safe-buffer": "~5.1.0", + "ultron": "~1.1.0" } }, "xmlhttprequest-ssl": { diff --git a/proxy/gradle/dependency-locks/testCompile.lockfile b/proxy/gradle/dependency-locks/testCompile.lockfile index 7007b7293..d4aea4371 100644 --- a/proxy/gradle/dependency-locks/testCompile.lockfile +++ b/proxy/gradle/dependency-locks/testCompile.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -57,8 +57,8 @@ com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-api-stubs:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -86,13 +86,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:contrib:1.0.4 com.google.monitoring-client:metrics:1.0.4 @@ -123,14 +123,14 @@ com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 com.thoughtworks.qdox:qdox:1.12.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -152,10 +152,10 @@ io.netty:netty-handler:4.1.31.Final io.netty:netty-resolver:4.1.31.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.31.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.activation:javax.activation-api:1.2.0 @@ -193,8 +193,8 @@ org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 org.apache.ftpserver:ftplet-api:1.0.6 org.apache.ftpserver:ftpserver-core:1.0.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.apache.mina:mina-core:2.0.4 org.apache.sshd:sshd-core:2.0.0 org.apache.sshd:sshd-scp:2.0.0 diff --git a/proxy/gradle/dependency-locks/testCompileClasspath.lockfile b/proxy/gradle/dependency-locks/testCompileClasspath.lockfile index d495e5399..936b63b5c 100644 --- a/proxy/gradle/dependency-locks/testCompileClasspath.lockfile +++ b/proxy/gradle/dependency-locks/testCompileClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -57,8 +57,8 @@ com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-api-stubs:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -86,13 +86,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:contrib:1.0.4 com.google.monitoring-client:metrics:1.0.4 @@ -123,14 +123,14 @@ com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 com.thoughtworks.qdox:qdox:1.12.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 io.grpc:grpc-netty:1.17.1 @@ -151,10 +151,10 @@ io.netty:netty-handler:4.1.31.Final io.netty:netty-resolver:4.1.31.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.31.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.activation:javax.activation-api:1.2.0 @@ -192,8 +192,8 @@ org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 org.apache.ftpserver:ftplet-api:1.0.6 org.apache.ftpserver:ftpserver-core:1.0.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.apache.mina:mina-core:2.0.4 org.apache.sshd:sshd-core:2.0.0 org.apache.sshd:sshd-scp:2.0.0 diff --git a/proxy/gradle/dependency-locks/testRuntimeClasspath.lockfile b/proxy/gradle/dependency-locks/testRuntimeClasspath.lockfile index c310fbba6..600765420 100644 --- a/proxy/gradle/dependency-locks/testRuntimeClasspath.lockfile +++ b/proxy/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -57,8 +57,8 @@ com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-api-stubs:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -86,13 +86,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:contrib:1.0.4 com.google.monitoring-client:metrics:1.0.4 @@ -123,14 +123,14 @@ com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 com.thoughtworks.qdox:qdox:1.12.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -152,10 +152,10 @@ io.netty:netty-handler:4.1.31.Final io.netty:netty-resolver:4.1.31.Final io.netty:netty-tcnative-boringssl-static:2.0.22.Final io.netty:netty-transport:4.1.31.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.activation:javax.activation-api:1.2.0 @@ -193,8 +193,8 @@ org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 org.apache.ftpserver:ftplet-api:1.0.6 org.apache.ftpserver:ftpserver-core:1.0.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.apache.mina:mina-core:2.0.4 org.apache.sshd:sshd-core:2.0.0 org.apache.sshd:sshd-scp:2.0.0 diff --git a/services/backend/gradle/dependency-locks/runtimeClasspath.lockfile b/services/backend/gradle/dependency-locks/runtimeClasspath.lockfile index 31dac819f..a8586d500 100644 --- a/services/backend/gradle/dependency-locks/runtimeClasspath.lockfile +++ b/services/backend/gradle/dependency-locks/runtimeClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.0.23 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -56,8 +56,8 @@ com.google.appengine.tools:appengine-pipeline:0.2.13 com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -84,13 +84,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:metrics:1.0.4 com.google.monitoring-client:stackdriver:1.0.4 @@ -113,14 +113,14 @@ com.squareup.okio:okio:1.13.0 com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -142,10 +142,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.annotation:javax.annotation-api:1.2 @@ -173,8 +173,8 @@ org.apache.beam:beam-vendor-grpc-1_13_1:0.2 org.apache.beam:beam-vendor-guava-20_0:0.1 org.apache.commons:commons-compress:1.8.1 org.apache.commons:commons-lang3:3.5 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.bouncycastle:bcpg-jdk15on:1.61 org.bouncycastle:bcprov-jdk15on:1.61 org.checkerframework:checker-qual:2.5.2 diff --git a/services/default/gradle/dependency-locks/runtimeClasspath.lockfile b/services/default/gradle/dependency-locks/runtimeClasspath.lockfile index 31dac819f..a8586d500 100644 --- a/services/default/gradle/dependency-locks/runtimeClasspath.lockfile +++ b/services/default/gradle/dependency-locks/runtimeClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.0.23 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -56,8 +56,8 @@ com.google.appengine.tools:appengine-pipeline:0.2.13 com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -84,13 +84,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:metrics:1.0.4 com.google.monitoring-client:stackdriver:1.0.4 @@ -113,14 +113,14 @@ com.squareup.okio:okio:1.13.0 com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -142,10 +142,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.annotation:javax.annotation-api:1.2 @@ -173,8 +173,8 @@ org.apache.beam:beam-vendor-grpc-1_13_1:0.2 org.apache.beam:beam-vendor-guava-20_0:0.1 org.apache.commons:commons-compress:1.8.1 org.apache.commons:commons-lang3:3.5 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.bouncycastle:bcpg-jdk15on:1.61 org.bouncycastle:bcprov-jdk15on:1.61 org.checkerframework:checker-qual:2.5.2 diff --git a/services/pubapi/gradle/dependency-locks/runtimeClasspath.lockfile b/services/pubapi/gradle/dependency-locks/runtimeClasspath.lockfile index 31dac819f..a8586d500 100644 --- a/services/pubapi/gradle/dependency-locks/runtimeClasspath.lockfile +++ b/services/pubapi/gradle/dependency-locks/runtimeClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.0.23 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -56,8 +56,8 @@ com.google.appengine.tools:appengine-pipeline:0.2.13 com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -84,13 +84,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:metrics:1.0.4 com.google.monitoring-client:stackdriver:1.0.4 @@ -113,14 +113,14 @@ com.squareup.okio:okio:1.13.0 com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -142,10 +142,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.annotation:javax.annotation-api:1.2 @@ -173,8 +173,8 @@ org.apache.beam:beam-vendor-grpc-1_13_1:0.2 org.apache.beam:beam-vendor-guava-20_0:0.1 org.apache.commons:commons-compress:1.8.1 org.apache.commons:commons-lang3:3.5 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.bouncycastle:bcpg-jdk15on:1.61 org.bouncycastle:bcprov-jdk15on:1.61 org.checkerframework:checker-qual:2.5.2 diff --git a/services/tools/gradle/dependency-locks/runtimeClasspath.lockfile b/services/tools/gradle/dependency-locks/runtimeClasspath.lockfile index 31dac819f..a8586d500 100644 --- a/services/tools/gradle/dependency-locks/runtimeClasspath.lockfile +++ b/services/tools/gradle/dependency-locks/runtimeClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.0.23 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -56,8 +56,8 @@ com.google.appengine.tools:appengine-pipeline:0.2.13 com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -84,13 +84,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:metrics:1.0.4 com.google.monitoring-client:stackdriver:1.0.4 @@ -113,14 +113,14 @@ com.squareup.okio:okio:1.13.0 com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -142,10 +142,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.annotation:javax.annotation-api:1.2 @@ -173,8 +173,8 @@ org.apache.beam:beam-vendor-grpc-1_13_1:0.2 org.apache.beam:beam-vendor-guava-20_0:0.1 org.apache.commons:commons-compress:1.8.1 org.apache.commons:commons-lang3:3.5 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.bouncycastle:bcpg-jdk15on:1.61 org.bouncycastle:bcprov-jdk15on:1.61 org.checkerframework:checker-qual:2.5.2 diff --git a/util/gradle/dependency-locks/testCompile.lockfile b/util/gradle/dependency-locks/testCompile.lockfile index a24f8e422..24bfb91a6 100644 --- a/util/gradle/dependency-locks/testCompile.lockfile +++ b/util/gradle/dependency-locks/testCompile.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -57,8 +57,8 @@ com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-api-stubs:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -86,13 +86,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:contrib:1.0.4 com.google.monitoring-client:metrics:1.0.4 @@ -123,14 +123,14 @@ com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 com.thoughtworks.qdox:qdox:1.12.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -152,10 +152,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.activation:javax.activation-api:1.2.0 @@ -193,8 +193,8 @@ org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 org.apache.ftpserver:ftplet-api:1.0.6 org.apache.ftpserver:ftpserver-core:1.0.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.apache.mina:mina-core:2.0.4 org.apache.sshd:sshd-core:2.0.0 org.apache.sshd:sshd-scp:2.0.0 diff --git a/util/gradle/dependency-locks/testCompileClasspath.lockfile b/util/gradle/dependency-locks/testCompileClasspath.lockfile index 16b6fd543..51476ec71 100644 --- a/util/gradle/dependency-locks/testCompileClasspath.lockfile +++ b/util/gradle/dependency-locks/testCompileClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -57,8 +57,8 @@ com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-api-stubs:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -86,13 +86,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:contrib:1.0.4 com.google.monitoring-client:metrics:1.0.4 @@ -123,14 +123,14 @@ com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 com.thoughtworks.qdox:qdox:1.12.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 io.grpc:grpc-netty:1.17.1 @@ -151,10 +151,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.activation:javax.activation-api:1.2.0 @@ -192,8 +192,8 @@ org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 org.apache.ftpserver:ftplet-api:1.0.6 org.apache.ftpserver:ftpserver-core:1.0.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.apache.mina:mina-core:2.0.4 org.apache.sshd:sshd-core:2.0.0 org.apache.sshd:sshd-scp:2.0.0 diff --git a/util/gradle/dependency-locks/testRuntimeClasspath.lockfile b/util/gradle/dependency-locks/testRuntimeClasspath.lockfile index a24f8e422..24bfb91a6 100644 --- a/util/gradle/dependency-locks/testRuntimeClasspath.lockfile +++ b/util/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -6,7 +6,7 @@ args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 com.fasterxml.jackson.core:jackson-annotations:2.9.8 -com.fasterxml.jackson.core:jackson-core:2.9.8 +com.fasterxml.jackson.core:jackson-core:2.9.9 com.fasterxml.jackson.core:jackson-databind:2.9.8 com.github.luben:zstd-jni:1.3.8-3 com.google.api-client:google-api-client-appengine:1.29.0 @@ -57,8 +57,8 @@ com.google.appengine:appengine-api-1.0-sdk:1.9.48 com.google.appengine:appengine-api-stubs:1.9.48 com.google.appengine:appengine-remote-api:1.9.48 com.google.appengine:appengine-testing:1.9.58 -com.google.auth:google-auth-library-credentials:0.12.0 -com.google.auth:google-auth-library-oauth2-http:0.12.0 +com.google.auth:google-auth-library-credentials:0.16.1 +com.google.auth:google-auth-library-oauth2-http:0.16.1 com.google.auto.value:auto-value-annotations:1.6.3 com.google.auto.value:auto-value:1.6.3 com.google.cloud.bigdataoss:gcsio:1.9.16 @@ -86,13 +86,13 @@ com.google.guava:guava:27.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.gwt:gwt-user:2.8.2 com.google.http-client:google-http-client-appengine:1.29.2 -com.google.http-client:google-http-client-jackson2:1.29.2 +com.google.http-client:google-http-client-jackson2:1.30.1 com.google.http-client:google-http-client-jackson:1.20.0 com.google.http-client:google-http-client-protobuf:1.20.0 -com.google.http-client:google-http-client:1.29.2 +com.google.http-client:google-http-client:1.30.1 com.google.inject.extensions:guice-multibindings:4.1.0 com.google.inject:guice:4.1.0 -com.google.j2objc:j2objc-annotations:1.1 +com.google.j2objc:j2objc-annotations:1.3 com.google.jsinterop:jsinterop-annotations:1.0.2 com.google.monitoring-client:contrib:1.0.4 com.google.monitoring-client:metrics:1.0.4 @@ -123,14 +123,14 @@ com.sun.istack:istack-commons-runtime:3.0.5 com.sun.xml.fastinfoset:FastInfoset:1.2.13 com.thoughtworks.paranamer:paranamer:2.7 com.thoughtworks.qdox:qdox:1.12.1 -commons-codec:commons-codec:1.10 +commons-codec:commons-codec:1.11 commons-logging:commons-logging:1.2 dnsjava:dnsjava:2.1.7 io.dropwizard.metrics:metrics-core:3.1.2 io.grpc:grpc-all:1.17.1 io.grpc:grpc-alts:1.17.1 io.grpc:grpc-auth:1.17.1 -io.grpc:grpc-context:1.18.0 +io.grpc:grpc-context:1.19.0 io.grpc:grpc-core:1.17.1 io.grpc:grpc-grpclb:1.17.1 io.grpc:grpc-netty-shaded:1.17.1 @@ -152,10 +152,10 @@ io.netty:netty-handler:4.1.30.Final io.netty:netty-resolver:4.1.30.Final io.netty:netty-tcnative-boringssl-static:2.0.17.Final io.netty:netty-transport:4.1.30.Final -io.opencensus:opencensus-api:0.19.2 +io.opencensus:opencensus-api:0.21.0 io.opencensus:opencensus-contrib-grpc-metrics:0.17.0 io.opencensus:opencensus-contrib-grpc-util:0.17.0 -io.opencensus:opencensus-contrib-http-util:0.19.2 +io.opencensus:opencensus-contrib-http-util:0.21.0 it.unimi.dsi:fastutil:6.5.16 javax.activation:activation:1.1 javax.activation:javax.activation-api:1.2.0 @@ -193,8 +193,8 @@ org.apache.commons:commons-lang3:3.8.1 org.apache.commons:commons-text:1.6 org.apache.ftpserver:ftplet-api:1.0.6 org.apache.ftpserver:ftpserver-core:1.0.6 -org.apache.httpcomponents:httpclient:4.5.5 -org.apache.httpcomponents:httpcore:4.4.9 +org.apache.httpcomponents:httpclient:4.5.8 +org.apache.httpcomponents:httpcore:4.4.11 org.apache.mina:mina-core:2.0.4 org.apache.sshd:sshd-core:2.0.0 org.apache.sshd:sshd-scp:2.0.0