diff --git a/WORKSPACE b/WORKSPACE index a44fde2d434f2..b5971d6f723c0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -24,9 +24,9 @@ rbe_autoconfig(name = "rbe_default") http_archive( name = "rules_jvm_external", - sha256 = "e246373de2353f3d34d35814947aa8b7d0dd1a58c2f7a6c41cfeaff3007c2d14", - strip_prefix = "rules_jvm_external-3.1", - url = "https://github.com/bazelbuild/rules_jvm_external/archive/3.1.zip", + sha256 = "82262ff4223c5fda6fb7ff8bd63db8131b51b413d26eb49e3131037e79e324af", + strip_prefix = "rules_jvm_external-3.2", + url = "https://github.com/bazelbuild/rules_jvm_external/archive/3.2.zip", ) load("//java:maven_deps.bzl", "selenium_java_deps") diff --git a/java/maven_deps.bzl b/java/maven_deps.bzl index 1d9b5e650f67a..a24c154a0c389 100644 --- a/java/maven_deps.bzl +++ b/java/maven_deps.bzl @@ -2,22 +2,22 @@ load("@rules_jvm_external//:defs.bzl", "maven_install") load("@rules_jvm_external//:specs.bzl", "maven") def selenium_java_deps(): - jetty_version = "9.4.25.v20191220" - netty_version = "4.1.45.Final" + jetty_version = "9.4.27.v20200227" + netty_version = "4.1.47.Final" maven_install( artifacts = [ "com.beust:jcommander:1.78", - "com.github.javaparser:javaparser-core:3.15.8", + "com.github.javaparser:javaparser-core:3.15.14", "com.google.code.gson:gson:2.8.6", "com.google.guava:guava:28.2-jre", "com.google.auto:auto-common:0.10", "com.google.auto.service:auto-service:1.0-rc6", "com.google.auto.service:auto-service-annotations:1.0-rc6", - "com.squareup.okhttp3:okhttp:4.3.1", - "com.squareup.okio:okio:2.4.1", + "com.squareup.okhttp3:okhttp:4.4.1", + "com.squareup.okio:okio:2.4.3", "com.typesafe.netty:netty-reactive-streams:2.0.4", - "io.lettuce:lettuce-core:5.2.1.RELEASE", + "io.lettuce:lettuce-core:5.2.2.RELEASE", "io.netty:netty-buffer:%s" % netty_version, "io.netty:netty-codec-haproxy:%s" % netty_version, "io.netty:netty-codec-http:%s" % netty_version, @@ -45,12 +45,12 @@ def selenium_java_deps(): "org.hamcrest:hamcrest-library", ], ), - "net.bytebuddy:byte-buddy:1.10.6", - "net.sourceforge.htmlunit:htmlunit:2.36.0", - "net.sourceforge.htmlunit:htmlunit-core-js:2.36.0", + "net.bytebuddy:byte-buddy:1.10.8", + "net.sourceforge.htmlunit:htmlunit:2.38.0", + "net.sourceforge.htmlunit:htmlunit-core-js:2.38.0", "org.apache.commons:commons-exec:1.3", - "org.assertj:assertj-core:3.14.0", - "org.asynchttpclient:async-http-client:2.10.4", + "org.assertj:assertj-core:3.15.0", + "org.asynchttpclient:async-http-client:2.11.0", "org.eclipse.jetty:jetty-http:%s" % jetty_version, "org.eclipse.jetty:jetty-security:%s" % jetty_version, "org.eclipse.jetty:jetty-server:%s" % jetty_version, @@ -59,27 +59,23 @@ def selenium_java_deps(): "org.eclipse.jetty:jetty-util:%s" % jetty_version, "org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5", "org.hamcrest:hamcrest:2.2", - "org.mockito:mockito-core:3.2.4", + "org.mockito:mockito-core:3.3.0", "org.slf4j:slf4j-jdk14:1.7.30", - "org.testng:testng:6.14.3", - "org.zeromq:jeromq:0.5.1", + "org.testng:testng:7.1.0", + "org.zeromq:jeromq:0.5.2", "xyz.rogfam:littleproxy:2.0.0-beta-5", - maven.artifact( - group = "org.seleniumhq.selenium", - artifact = "htmlunit-driver", - version = "2.36.0", - exclusions = [ - "org.seleniumhq.selenium:selenium-api", - "org.seleniumhq.selenium:selenium-remote-driver", - "org.seleniumhq.selenium:selenium-support", - ], - ), + "org.seleniumhq.selenium:htmlunit-driver:2.38.0", ], excluded_artifacts = [ "org.hamcrest:hamcrest-all", # Replaced by hamcrest 2 "org.hamcrest:hamcrest-core", "io.netty:netty-all", # Depend on the actual things you need ], + override_targets = { + "org.seleniumhq.selenium:selenium-api": "@//java/client/src/org/openqa/selenium:core", + "org.seleniumhq.selenium:selenium-remote-driver": "@//java/client/src/org/openqa/selenium/remote:remote", + "org.seleniumhq.selenium:selenium-support": "@//java/client/src/org/openqa/selenium/support", + }, fail_on_missing_checksum = True, fetch_sources = True, strict_visibility = True, diff --git a/java/maven_install.json b/java/maven_install.json index 57d8db844c5eb..42982a6f2fe29 100644 --- a/java/maven_install.json +++ b/java/maven_install.json @@ -1,8 +1,44 @@ { "dependency_tree": { - "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": 1356718381, + "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": 1053115463, "conflict_resolution": {}, "dependencies": [ + { + "coord": "aopalliance:aopalliance:1.0", + "dependencies": [], + "directDependencies": [], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar", + "https://jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar", + "https://maven.google.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" + ], + "sha256": "0addec670fedcd3f113c5c8091d783280d23f75e3acb841b61a9cdb079376a08", + "url": "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" + }, + { + "coord": "aopalliance:aopalliance:jar:sources:1.0", + "dependencies": [], + "directDependencies": [], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar", + "https://jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar", + "https://maven.google.com/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar" + ], + "sha256": "e6ef91d439ada9045f419c77543ebe0416c3cdfc5b063448343417a3e4a72123", + "url": "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar" + }, { "coord": "com.barchart.udt:barchart-udt-bundle:2.3.0", "dependencies": [], @@ -76,7 +112,7 @@ "url": "https://repo1.maven.org/maven2/com/beust/jcommander/1.78/jcommander-1.78-sources.jar" }, { - "coord": "com.github.javaparser:javaparser-core:3.15.8", + "coord": "com.github.javaparser:javaparser-core:3.15.14", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -84,17 +120,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8.jar", + "file": "v1/https/repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8.jar", - "https://jcenter.bintray.com/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8.jar", - "https://maven.google.com/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8.jar" + "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14.jar", + "https://jcenter.bintray.com/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14.jar", + "https://maven.google.com/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14.jar" ], - "sha256": "98b3f950603b371ade95b1f4ed89d0439f782063350a35fc3938aa083cf7165d", - "url": "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8.jar" + "sha256": "28593922ec3346adb917e4c1dac768050feaa59742b76241c600347c2e7d8dc3", + "url": "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14.jar" }, { - "coord": "com.github.javaparser:javaparser-core:jar:sources:3.15.8", + "coord": "com.github.javaparser:javaparser-core:jar:sources:3.15.14", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -102,14 +138,14 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8-sources.jar", - "https://jcenter.bintray.com/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8-sources.jar", - "https://maven.google.com/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8-sources.jar" + "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14-sources.jar", + "https://jcenter.bintray.com/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14-sources.jar", + "https://maven.google.com/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14-sources.jar" ], - "sha256": "056e05ea652c49bb725f38f418137faf22ea765184b5d75aea86be0a27684051", - "url": "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.8/javaparser-core-3.15.8-sources.jar" + "sha256": "904fac54c1b81a7733b5bfe6a195fc994109413abf2750fd7e88241241d4bd77", + "url": "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.15.14/javaparser-core-3.15.14-sources.jar" }, { "coord": "com.google.auto.service:auto-service-annotations:1.0-rc6", @@ -494,15 +530,68 @@ "url": "https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" }, { - "coord": "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", - "dependencies": [], - "directDependencies": [], + "coord": "com.google.inject:guice:jar:no_aop:4.1.0", + "dependencies": [ + "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", + "com.google.j2objc:j2objc-annotations:1.3", + "com.google.code.findbugs:jsr305:3.0.2", + "aopalliance:aopalliance:1.0", + "com.google.errorprone:error_prone_annotations:2.3.4", + "com.google.guava:guava:28.2-jre", + "org.checkerframework:checker-qual:2.10.0", + "com.google.guava:failureaccess:1.0.1", + "javax.inject:javax.inject:1" + ], + "directDependencies": [ + "aopalliance:aopalliance:1.0", + "com.google.guava:guava:28.2-jre", + "javax.inject:javax.inject:1" + ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": null + "file": "v1/https/repo1.maven.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0-no_aop.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0-no_aop.jar", + "https://jcenter.bintray.com/com/google/inject/guice/4.1.0/guice-4.1.0-no_aop.jar", + "https://maven.google.com/com/google/inject/guice/4.1.0/guice-4.1.0-no_aop.jar" + ], + "sha256": "9264c6931c431e928dc64adc842584d5f57d17b2f3aff29221f2b3fdea673dad", + "url": "https://repo1.maven.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0-no_aop.jar" + }, + { + "coord": "com.google.inject:guice:jar:sources:4.1.0", + "dependencies": [ + "com.google.code.findbugs:jsr305:jar:sources:3.0.2", + "com.google.j2objc:j2objc-annotations:jar:sources:1.3", + "com.google.errorprone:error_prone_annotations:jar:sources:2.3.4", + "aopalliance:aopalliance:jar:sources:1.0", + "org.checkerframework:checker-qual:jar:sources:2.10.0", + "javax.inject:javax.inject:jar:sources:1", + "com.google.guava:guava:jar:sources:28.2-jre", + "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", + "com.google.guava:failureaccess:jar:sources:1.0.1" + ], + "directDependencies": [ + "aopalliance:aopalliance:jar:sources:1.0", + "com.google.guava:guava:jar:sources:28.2-jre", + "javax.inject:javax.inject:jar:sources:1" + ], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0-sources.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0-sources.jar", + "https://jcenter.bintray.com/com/google/inject/guice/4.1.0/guice-4.1.0-sources.jar", + "https://maven.google.com/com/google/inject/guice/4.1.0/guice-4.1.0-sources.jar" + ], + "sha256": "1a6fc6f00fdbc39857ef2815bcd7d1ff0f0fad6459dc686d8bfba7f4bea29b6f", + "url": "https://repo1.maven.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0-sources.jar" }, { "coord": "com.google.j2objc:j2objc-annotations:1.3", @@ -541,15 +630,15 @@ "url": "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar" }, { - "coord": "com.squareup.okhttp3:okhttp:4.3.1", + "coord": "com.squareup.okhttp3:okhttp:4.4.1", "dependencies": [ "org.jetbrains:annotations:13.0", - "com.squareup.okio:okio:2.4.1", + "com.squareup.okio:okio:2.4.3", "org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61", "org.jetbrains.kotlin:kotlin-stdlib:1.3.61" ], "directDependencies": [ - "com.squareup.okio:okio:2.4.1", + "com.squareup.okio:okio:2.4.3", "org.jetbrains.kotlin:kotlin-stdlib:1.3.61" ], "exclusions": [ @@ -557,25 +646,25 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1.jar", + "file": "v1/https/repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1.jar", - "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1.jar", - "https://maven.google.com/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1.jar" + "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1.jar", + "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1.jar", + "https://maven.google.com/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1.jar" ], - "sha256": "501189f0e8f5f05d388a2aded5e541aea8e990d18f87fd39b04301f648061aff", - "url": "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1.jar" + "sha256": "46ea095835f7a6115ef199eaaf0c72ac91919cbaf907129ba4cdcf284f5e2c10", + "url": "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1.jar" }, { - "coord": "com.squareup.okhttp3:okhttp:jar:sources:4.3.1", + "coord": "com.squareup.okhttp3:okhttp:jar:sources:4.4.1", "dependencies": [ - "com.squareup.okio:okio:jar:sources:2.4.1", + "com.squareup.okio:okio:jar:sources:2.4.3", "org.jetbrains:annotations:jar:sources:13.0", "org.jetbrains.kotlin:kotlin-stdlib-common:jar:sources:1.3.61", "org.jetbrains.kotlin:kotlin-stdlib:jar:sources:1.3.61" ], "directDependencies": [ - "com.squareup.okio:okio:jar:sources:2.4.1", + "com.squareup.okio:okio:jar:sources:2.4.3", "org.jetbrains.kotlin:kotlin-stdlib:jar:sources:1.3.61" ], "exclusions": [ @@ -583,17 +672,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1-sources.jar", - "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1-sources.jar", - "https://maven.google.com/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1-sources.jar" + "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1-sources.jar", + "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1-sources.jar", + "https://maven.google.com/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1-sources.jar" ], - "sha256": "0d2c4722e46e8eab2a7accc8348d2da8b5975ac304c5f674946ab547e3a10ea0", - "url": "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1-sources.jar" + "sha256": "33bf7e88370eb42d220c6ff8317d410ae71957a8176c3ff0534a33b828c5683e", + "url": "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.4.1/okhttp-4.4.1-sources.jar" }, { - "coord": "com.squareup.okio:okio:2.4.1", + "coord": "com.squareup.okio:okio:2.4.3", "dependencies": [ "org.jetbrains:annotations:13.0", "org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61", @@ -608,17 +697,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/com/squareup/okio/okio/2.4.1/okio-2.4.1.jar", + "file": "v1/https/repo1.maven.org/maven2/com/squareup/okio/okio/2.4.3/okio-2.4.3.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/squareup/okio/okio/2.4.1/okio-2.4.1.jar", - "https://jcenter.bintray.com/com/squareup/okio/okio/2.4.1/okio-2.4.1.jar", - "https://maven.google.com/com/squareup/okio/okio/2.4.1/okio-2.4.1.jar" + "https://repo1.maven.org/maven2/com/squareup/okio/okio/2.4.3/okio-2.4.3.jar", + "https://jcenter.bintray.com/com/squareup/okio/okio/2.4.3/okio-2.4.3.jar", + "https://maven.google.com/com/squareup/okio/okio/2.4.3/okio-2.4.3.jar" ], - "sha256": "8b3ca9c9fb516ab2623bb4a3cfef0a5fa8580188eed9127cdefc1a0088d1fa7e", - "url": "https://repo1.maven.org/maven2/com/squareup/okio/okio/2.4.1/okio-2.4.1.jar" + "sha256": "183339dcac9b85dc1d192654fdfc0e473bff3b5edcba7d3a8086ea9ae683457e", + "url": "https://repo1.maven.org/maven2/com/squareup/okio/okio/2.4.3/okio-2.4.3.jar" }, { - "coord": "com.squareup.okio:okio:jar:sources:2.4.1", + "coord": "com.squareup.okio:okio:jar:sources:2.4.3", "dependencies": [ "org.jetbrains:annotations:jar:sources:13.0", "org.jetbrains.kotlin:kotlin-stdlib-common:jar:sources:1.3.61", @@ -633,14 +722,14 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/com/squareup/okio/okio/2.4.1/okio-2.4.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/com/squareup/okio/okio/2.4.3/okio-2.4.3-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/com/squareup/okio/okio/2.4.1/okio-2.4.1-sources.jar", - "https://jcenter.bintray.com/com/squareup/okio/okio/2.4.1/okio-2.4.1-sources.jar", - "https://maven.google.com/com/squareup/okio/okio/2.4.1/okio-2.4.1-sources.jar" + "https://repo1.maven.org/maven2/com/squareup/okio/okio/2.4.3/okio-2.4.3-sources.jar", + "https://jcenter.bintray.com/com/squareup/okio/okio/2.4.3/okio-2.4.3-sources.jar", + "https://maven.google.com/com/squareup/okio/okio/2.4.3/okio-2.4.3-sources.jar" ], - "sha256": "a844150e553ec729acc26ccae148670bd00621d234d2c2b96267b110001a0a3f", - "url": "https://repo1.maven.org/maven2/com/squareup/okio/okio/2.4.1/okio-2.4.1-sources.jar" + "sha256": "0e1107b5a2a5486fc7991cbddd55e3aba858441be5df3ea112d359d0a6f7f2b2", + "url": "https://repo1.maven.org/maven2/com/squareup/okio/okio/2.4.3/okio-2.4.3-sources.jar" }, { "coord": "com.sun.activation:javax.activation:1.2.0", @@ -682,15 +771,15 @@ "coord": "com.typesafe.netty:netty-reactive-streams:2.0.4", "dependencies": [ "org.reactivestreams:reactive-streams:1.0.3", - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-handler:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final", + "io.netty:netty-handler:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-handler:4.1.45.Final", + "io.netty:netty-handler:4.1.47.Final", "org.reactivestreams:reactive-streams:1.0.3" ], "exclusions": [ @@ -710,16 +799,16 @@ { "coord": "com.typesafe.netty:netty-reactive-streams:jar:sources:2.0.4", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", "org.reactivestreams:reactive-streams:jar:sources:1.0.3", - "io.netty:netty-handler:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-handler:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-handler:jar:sources:4.1.45.Final", + "io.netty:netty-handler:jar:sources:4.1.47.Final", "org.reactivestreams:reactive-streams:jar:sources:1.0.3" ], "exclusions": [ @@ -953,403 +1042,345 @@ "url": "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.24.0/grpc-context-1.24.0-sources.jar" }, { - "coord": "io.lettuce:lettuce-core:5.2.1.RELEASE", + "coord": "io.lettuce:lettuce-core:5.2.2.RELEASE", "dependencies": [ "org.reactivestreams:reactive-streams:1.0.3", - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.projectreactor:reactor-core:3.3.0.RELEASE", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-handler:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.projectreactor:reactor-core:3.3.2.RELEASE", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final", + "io.netty:netty-handler:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-handler:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.projectreactor:reactor-core:3.3.0.RELEASE" + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-handler:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final", + "io.projectreactor:reactor-core:3.3.2.RELEASE" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar", + "file": "v1/https/repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar", - "https://jcenter.bintray.com/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar", - "https://maven.google.com/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar" + "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE.jar", + "https://jcenter.bintray.com/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE.jar", + "https://maven.google.com/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE.jar" ], - "sha256": "e821b90ed7df17911c4cea9427293f1a27bdf26ce5e5fa018b99ddbfd7177daf", - "url": "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar" + "sha256": "3677959e736328bab7f8d9e6124c79874e50a7c45c49db27b7652531213f5f2f", + "url": "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE.jar" }, { - "coord": "io.lettuce:lettuce-core:jar:sources:5.2.1.RELEASE", + "coord": "io.lettuce:lettuce-core:jar:sources:5.2.2.RELEASE", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", "org.reactivestreams:reactive-streams:jar:sources:1.0.3", - "io.projectreactor:reactor-core:jar:sources:3.3.0.RELEASE", - "io.netty:netty-handler:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" - ], - "directDependencies": [ - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-handler:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.projectreactor:reactor-core:jar:sources:3.3.0.RELEASE" - ], - "exclusions": [ - "org.hamcrest:hamcrest-all", - "org.hamcrest:hamcrest-core", - "io.netty:netty-all" - ], - "file": "v1/https/repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE-sources.jar", - "mirror_urls": [ - "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE-sources.jar", - "https://jcenter.bintray.com/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE-sources.jar", - "https://maven.google.com/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE-sources.jar" - ], - "sha256": "b7d8ff9273afed8c88744ffc55423a0479791fb61e6024585ae68331f7150703", - "url": "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE-sources.jar" - }, - { - "coord": "io.netty:netty-buffer:4.1.45.Final", - "dependencies": [ - "io.netty:netty-common:4.1.45.Final" - ], - "directDependencies": [ - "io.netty:netty-common:4.1.45.Final" - ], - "exclusions": [ - "org.hamcrest:hamcrest-all", - "org.hamcrest:hamcrest-core", - "io.netty:netty-all" - ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final.jar", - "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final.jar" - ], - "sha256": "8437b43e03c272093066837567e1b89019ef291f06f5ace1051017981d98d59f", - "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final.jar" - }, - { - "coord": "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.45.Final" + "io.projectreactor:reactor-core:jar:sources:3.3.2.RELEASE", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-handler:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-common:jar:sources:4.1.45.Final" + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-handler:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final", + "io.projectreactor:reactor-core:jar:sources:3.3.2.RELEASE" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final-sources.jar" + "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE-sources.jar", + "https://jcenter.bintray.com/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE-sources.jar", + "https://maven.google.com/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE-sources.jar" ], - "sha256": "2d320d4867fbe99c059d14396858e5538b5afc68765eddc0b860b86023b5d06f", - "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.45.Final/netty-buffer-4.1.45.Final-sources.jar" + "sha256": "655b9c17befc9630f166ec265f12dd05a23f8dcc2184b3ad1fcbd830dff059c2", + "url": "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/5.2.2.RELEASE/lettuce-core-5.2.2.RELEASE-sources.jar" }, { - "coord": "io.netty:netty-codec-dns:4.1.42.Final", + "coord": "io.netty:netty-buffer:4.1.47.Final", "dependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-common:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final" + "io.netty:netty-common:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final.jar", - "https://maven.google.com/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final.jar" ], - "sha256": "74c40c83112216ab130ba78fb2bf3996c9090cf23ffdd4f3cb8926ddb9ca1445", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final.jar" + "sha256": "33506ecec1d28420c808561b7e8c6b24939941f6bfef292b959404dd0807ddc0", + "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-codec-dns:jar:sources:4.1.42.Final", + "coord": "io.netty:netty-buffer:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-common:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final" + "io.netty:netty-common:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final-sources.jar", - "https://maven.google.com/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final-sources.jar" ], - "sha256": "5d489f0e38b871694dc7d0a0023719453cd312bc3e689d531f4613c7c6edc574", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final-sources.jar" + "sha256": "473cdb3ce8380479de82b0171a03e00ebac65fb5f20b5d1e5e71cbc1224b78ee", + "url": "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.47.Final/netty-buffer-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-codec-haproxy:4.1.45.Final", + "coord": "io.netty:netty-codec-haproxy:4.1.47.Final", "dependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final.jar" ], - "sha256": "0eb4a3217b79af728ec34c6c4da5e378946d452f2d25fc3ecea0835fa88a5766", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final.jar" + "sha256": "dee7fa19993be92f10458e2ae5e93906659ec2d995682ede25f247ccdfda9b50", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-codec-haproxy:jar:sources:4.1.45.Final", + "coord": "io.netty:netty-codec-haproxy:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final" + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final-sources.jar" ], - "sha256": "f0bad64e935f52b7459133811ad01ba53b091287ba593b0c90486cf04f78dd60", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.45.Final/netty-codec-haproxy-4.1.45.Final-sources.jar" + "sha256": "14d14767baef09c1979c51ebacdf81fab912e09cf3e547244cca8e8fddc643c5", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.47.Final/netty-codec-haproxy-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-codec-http:4.1.45.Final", + "coord": "io.netty:netty-codec-http:4.1.47.Final", "dependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-handler:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final", + "io.netty:netty-handler:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-handler:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final", + "io.netty:netty-handler:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final.jar" ], - "sha256": "db8d8bf478bd3ad723c3d23fdf1cbf62ab9d419a8636e17add3f82f51f8e0bc1", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final.jar" + "sha256": "cc1b57cde44bbbc422c1015558862d109089fd43b10474cc9a35e6dc10d360a1", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-codec-http:jar:sources:4.1.45.Final", + "coord": "io.netty:netty-codec-http:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-handler:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-handler:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-handler:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final" + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-handler:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final-sources.jar" ], - "sha256": "63f36b84424585dd308f3f3bebadab04996c750ec6bed0fb2e880e0923bdaf5a", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.45.Final/netty-codec-http-4.1.45.Final-sources.jar" + "sha256": "0fbe6720b4eaa537e5f6829da2815661bcca12cfa1f42ce59b3a7078a8af7c0f", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.47.Final/netty-codec-http-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-codec-socks:4.1.42.Final", + "coord": "io.netty:netty-codec-socks:4.1.46.Final", "dependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final.jar", - "https://maven.google.com/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final.jar", + "https://maven.google.com/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final.jar" ], - "sha256": "7f14b3a95ee9aa5a26f66af668690578a81a883683ac1c4ca9e9afdf4d4c7894", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final.jar" + "sha256": "257bf519fb221315c094f3d7b4e4ba6eef2c84d3e2968fb94187552c2783a5c3", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final.jar" }, { - "coord": "io.netty:netty-codec-socks:jar:sources:4.1.42.Final", + "coord": "io.netty:netty-codec-socks:jar:sources:4.1.46.Final", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final" + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final-sources.jar", - "https://maven.google.com/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final-sources.jar", + "https://maven.google.com/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final-sources.jar" ], - "sha256": "5f97e5596ef10df0e3cbe418588a69dd455528130690d068807e2eb08bcb58ab", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.42.Final/netty-codec-socks-4.1.42.Final-sources.jar" + "sha256": "edbeccfa23adb201b9da5ac4ce860736a842fe13d916c397e544488dc2690a51", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.46.Final/netty-codec-socks-4.1.46.Final-sources.jar" }, { - "coord": "io.netty:netty-codec:4.1.45.Final", + "coord": "io.netty:netty-codec:4.1.47.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final.jar" ], - "sha256": "47e211ad8c4c2b809b6e04541d6c8e3893dea63918dabe93fa5cf63914ffc9cc", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final.jar" + "sha256": "6f30f77cd5674526f516d0abb571e3ff97f08d6ad2fbb6623362cbd49a18a60c", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-codec:jar:sources:4.1.45.Final", + "coord": "io.netty:netty-codec:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final" + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final-sources.jar" ], - "sha256": "92137cece0efce77ab91062653deefa1a2ad69d6f7975f6eef312cb2630def96", - "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.45.Final/netty-codec-4.1.45.Final-sources.jar" + "sha256": "9c9e4de91a2a67dac1f407084988d7c5f602685d7caad66d35911ae973e50a2f", + "url": "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.47.Final/netty-codec-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-common:4.1.45.Final", + "coord": "io.netty:netty-common:4.1.47.Final", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -1357,17 +1388,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final.jar" ], - "sha256": "6f3c61684cf8c0f09df7ebb5a19df29d5d9fc175ce68ae237993b91366ccc43e", - "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final.jar" + "sha256": "d951daad75ba045e7ceabc07eae180a2d4abbbc0a361bbbaa09ec57da802f6e4", + "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-common:jar:sources:4.1.45.Final", + "coord": "io.netty:netty-common:jar:sources:4.1.47.Final", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -1375,528 +1406,466 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final-sources.jar", - "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final-sources.jar" - ], - "sha256": "0a0d876535cb5020b011bb8f31e4e07784eb63db21b197ea187fb2df7a4b0f45", - "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.45.Final/netty-common-4.1.45.Final-sources.jar" - }, - { - "coord": "io.netty:netty-handler-proxy:4.1.42.Final", - "dependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-codec-http:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-handler:4.1.45.Final", - "io.netty:netty-codec-socks:4.1.42.Final" - ], - "directDependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-codec-http:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-codec-socks:4.1.42.Final" - ], - "exclusions": [ - "org.hamcrest:hamcrest-all", - "org.hamcrest:hamcrest-core", - "io.netty:netty-all" - ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final.jar", - "https://maven.google.com/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final-sources.jar" ], - "sha256": "25f22da21c29ab0d3b6b889412351bcfc5f9ccd42e07d2d5513d5c4eb571f343", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final.jar" + "sha256": "f425a7604173545c2ca0e77c9113998a456f78b56dbcc30cfe1c578434542f2b", + "url": "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.47.Final/netty-common-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-handler-proxy:jar:sources:4.1.42.Final", + "coord": "io.netty:netty-handler-proxy:4.1.46.Final", "dependencies": [ - "io.netty:netty-codec-http:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-codec-socks:jar:sources:4.1.42.Final", - "io.netty:netty-handler:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final", + "io.netty:netty-codec-http:4.1.47.Final", + "io.netty:netty-codec-socks:4.1.46.Final", + "io.netty:netty-handler:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-codec-http:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-codec-socks:jar:sources:4.1.42.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final", + "io.netty:netty-codec-http:4.1.47.Final", + "io.netty:netty-codec-socks:4.1.46.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final-sources.jar", - "https://maven.google.com/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final.jar", + "https://maven.google.com/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final.jar" ], - "sha256": "a42abd90ea2460db0965bd4974818fcec9ced1f01a3036874dfcdd1f19fa2042", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.42.Final/netty-handler-proxy-4.1.42.Final-sources.jar" + "sha256": "e958e883e6f4204bd11021b4a6dd5b411514b50bda0d9762cd17f5ff0f3b0686", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final.jar" }, { - "coord": "io.netty:netty-handler:4.1.45.Final", + "coord": "io.netty:netty-handler-proxy:jar:sources:4.1.46.Final", "dependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-codec-http:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-handler:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final", + "io.netty:netty-codec-socks:jar:sources:4.1.46.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final" + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-codec-http:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final", + "io.netty:netty-codec-socks:jar:sources:4.1.46.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final-sources.jar", + "https://maven.google.com/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final-sources.jar" ], - "sha256": "2ad6785ba22fb522dba8128a0599b3f5ee47c210dddb8d8ec678f7765ac406f0", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final.jar" + "sha256": "bf309d2807137aab4222a005da8e849b04de9c1e8905d0de2dc4ac9f110dea5a", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.46.Final/netty-handler-proxy-4.1.46.Final-sources.jar" }, { - "coord": "io.netty:netty-handler:jar:sources:4.1.45.Final", + "coord": "io.netty:netty-handler:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final.jar" ], - "sha256": "862458d125708006c2ac28abf9e53f3c1db96ec1004a593deeeab1032f3e7ad1", - "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.45.Final/netty-handler-4.1.45.Final-sources.jar" + "sha256": "b55bc79799514c0f11735dd52491105c6f5df5955193a67e8b79eb2f2186076a", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-resolver-dns:4.1.42.Final", + "coord": "io.netty:netty-handler:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-codec-dns:4.1.42.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-codec-dns:4.1.42.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-codec:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final.jar", - "https://maven.google.com/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final-sources.jar" ], - "sha256": "44ae9f58c575c418b4f43d1fff8167034c3b499a71d336822bfc2ec60abb5b01", - "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final.jar" + "sha256": "66a422569bd35eeed82ca87cad22cb8e1d26e60fb6b78b02fef18195ee33793e", + "url": "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.47.Final/netty-handler-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-resolver-dns:jar:sources:4.1.42.Final", + "coord": "io.netty:netty-resolver:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-codec-dns:jar:sources:4.1.42.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-common:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-codec-dns:jar:sources:4.1.42.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-common:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final-sources.jar", - "https://maven.google.com/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final.jar" ], - "sha256": "c781ce8aae3b3f44590f30fda06ba88ac4e14dcfe74b60aea7f9fff22b1722e0", - "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver-dns/4.1.42.Final/netty-resolver-dns-4.1.42.Final-sources.jar" + "sha256": "c5db8a7d6bc3b7bdbfe4bd05e8ec6eb181ec29cfd5cb08ff3726df2a17e1e06d", + "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-resolver:4.1.45.Final", + "coord": "io.netty:netty-resolver:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-common:4.1.45.Final" + "io.netty:netty-common:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-common:4.1.45.Final" + "io.netty:netty-common:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final-sources.jar" ], - "sha256": "1d762ecfa9da9241db339b611fad0529491bb0c3098c16e9c80d64f04d80323c", - "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final.jar" + "sha256": "727641d7c77a8a1184e9f660df03666119aa8ddf7eb3dac240be545cde4386d5", + "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.47.Final/netty-resolver-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-resolver:jar:sources:4.1.45.Final", + "coord": "io.netty:netty-transport-native-epoll:4.1.47.Final", "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-common:jar:sources:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final.jar" ], - "sha256": "edb6495748e5466a4b944bb13991f37bfc0534929c5b3cd3c80ead7f3a4cbc8e", - "url": "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.45.Final/netty-resolver-4.1.45.Final-sources.jar" + "sha256": "a792dd350721db5f1d7a7ce44f49de8b3649097e96bb5ca4ca6a1f11c5552847", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-transport-native-epoll:4.1.45.Final", + "coord": "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport-native-unix-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-transport-native-unix-common:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-linux-x86_64.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-linux-x86_64.jar", + "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-linux-x86_64.jar", + "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-linux-x86_64.jar" ], - "sha256": "e148fdbe0421cb8dd12bbb5f5628d192f12f48d8865a542c3bf1da4d4f62a025", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final.jar" + "sha256": "1d2594f4c72f643c5fbd6a1c04408f340572b712d2b22d8ca7c6665687b02459", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-linux-x86_64.jar" }, { - "coord": "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.45.Final", + "coord": "io.netty:netty-transport-native-epoll:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport-native-unix-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-transport-native-unix-common:4.1.45.Final" + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-linux-x86_64.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-linux-x86_64.jar", - "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-linux-x86_64.jar", - "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-linux-x86_64.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-sources.jar" ], - "sha256": "3a9a5645177e20adef2fadb0feabba0d544e8f4403b2fc07353658717593af3e", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-linux-x86_64.jar" + "sha256": "eeb8881f78f4cd726795ca937f12536754afac21869c795c6c8a46c2da47d7d7", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.47.Final/netty-transport-native-epoll-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-transport-native-epoll:jar:sources:4.1.45.Final", + "coord": "io.netty:netty-transport-native-kqueue:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final.jar" ], - "sha256": "ebe79f0a2a63695bfc8fa81c1b0c7eecef20211a578fb98d72580dab5c132127", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.45.Final/netty-transport-native-epoll-4.1.45.Final-sources.jar" + "sha256": "197652180502581ed3eb3e7d1c37bd477867d167475d36b41257e8b52e02f29e", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-transport-native-kqueue:4.1.45.Final", + "coord": "io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport-native-unix-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-transport-native-unix-common:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-osx-x86_64.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-osx-x86_64.jar", + "https://jcenter.bintray.com/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-osx-x86_64.jar", + "https://maven.google.com/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-osx-x86_64.jar" ], - "sha256": "b7a7b6c0af99f53f80c822edce142221e5ba79c9755ecfcec38027e03da58cc5", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final.jar" + "sha256": "d0df6a1ba3cfb9f742f1e4a88a33ab9efb537af82d7a02fae69e7ff955683b7f", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-osx-x86_64.jar" }, { - "coord": "io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.45.Final", + "coord": "io.netty:netty-transport-native-kqueue:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport-native-unix-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-buffer:4.1.45.Final" + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-transport-native-unix-common:4.1.45.Final" + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final", + "io.netty:netty-transport-native-unix-common:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-osx-x86_64.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-osx-x86_64.jar", - "https://jcenter.bintray.com/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-osx-x86_64.jar", - "https://maven.google.com/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-osx-x86_64.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-sources.jar" ], - "sha256": "2e0b6cb6a4dc40a153e04221224b3ddddf20a4815f12746231dea0ee37e81d58", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-osx-x86_64.jar" + "sha256": "b1f35f51b9d87ce373293c285386153bbd737ded1166439860012a555c03f669", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.47.Final/netty-transport-native-kqueue-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-transport-native-kqueue:jar:sources:4.1.45.Final", + "coord": "io.netty:netty-transport-native-unix-common:4.1.47.Final", "dependencies": [ - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-transport-native-unix-common:jar:sources:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-transport:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final.jar" ], - "sha256": "4f91f2a52b0a47df19cccd3fb42e233567ed9294d9a07e885ea6535d4610314f", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-kqueue/4.1.45.Final/netty-transport-native-kqueue-4.1.45.Final-sources.jar" + "sha256": "282e9febf2d0820f205efc028fcec040fdb93ee2795276552dc5c2275baadfd3", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-transport-native-unix-common:4.1.45.Final", + "coord": "io.netty:netty-transport-native-unix-common:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final" + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final" + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final-sources.jar" ], - "sha256": "de57e127f41f09da2487c233e8415b85c7867eaf4778ad3d49c2b0e050b60635", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final.jar" + "sha256": "770e7f27e22d69af2ea6ec215da23da1718f9279d7fc216029b0b4986aa5dc9f", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.47.Final/netty-transport-native-unix-common-4.1.47.Final-sources.jar" }, { - "coord": "io.netty:netty-transport-native-unix-common:jar:sources:4.1.45.Final", + "coord": "io.netty:netty-transport:4.1.47.Final", "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final" + "io.netty:netty-buffer:4.1.47.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final-sources.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final.jar", + "https://jcenter.bintray.com/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final.jar", + "https://maven.google.com/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final.jar" ], - "sha256": "3830a3c178c2ddcc5e62e215881836cd93f0037b01bc780acde776fcca05a0bd", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.45.Final/netty-transport-native-unix-common-4.1.45.Final-sources.jar" + "sha256": "92533f9014cb53c80794f8d1ef7c483581445e4a6ca2155b3517070eb8613b93", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final.jar" }, { - "coord": "io.netty:netty-transport:4.1.45.Final", + "coord": "io.netty:netty-transport:jar:sources:4.1.47.Final", "dependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final" + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final" ], "directDependencies": [ - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-resolver:4.1.45.Final" + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final.jar", + "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final.jar", - "https://jcenter.bintray.com/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final.jar", - "https://maven.google.com/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final.jar" + "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final-sources.jar", + "https://jcenter.bintray.com/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final-sources.jar", + "https://maven.google.com/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final-sources.jar" ], - "sha256": "ca38fc85e9e18c4921d9ce92830445efad05d0fb3e8dd6ba3536e0843cdf723b", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final.jar" - }, - { - "coord": "io.netty:netty-transport:jar:sources:4.1.45.Final", - "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" - ], - "directDependencies": [ - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final" - ], - "exclusions": [ - "org.hamcrest:hamcrest-all", - "org.hamcrest:hamcrest-core", - "io.netty:netty-all" - ], - "file": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final-sources.jar", - "mirror_urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final-sources.jar", - "https://jcenter.bintray.com/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final-sources.jar", - "https://maven.google.com/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final-sources.jar" - ], - "sha256": "3afd9051b16f2f7ee1ce54e6e0ca3f735ab6547aa299aa4b18b331f6ea224ecf", - "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.45.Final/netty-transport-4.1.45.Final-sources.jar" + "sha256": "e9749d7262d7087f0d9651a645bb301edaae366a9c131347305f0296966ea5f2", + "url": "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.47.Final/netty-transport-4.1.47.Final-sources.jar" }, { "coord": "io.opentelemetry:opentelemetry-api:0.2.0", @@ -2129,7 +2098,7 @@ "url": "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk/0.2.0/opentelemetry-sdk-0.2.0-sources.jar" }, { - "coord": "io.projectreactor:reactor-core:3.3.0.RELEASE", + "coord": "io.projectreactor:reactor-core:3.3.2.RELEASE", "dependencies": [ "org.reactivestreams:reactive-streams:1.0.3" ], @@ -2141,17 +2110,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE.jar", + "file": "v1/https/repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE.jar", - "https://jcenter.bintray.com/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE.jar", - "https://maven.google.com/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE.jar" + "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE.jar", + "https://jcenter.bintray.com/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE.jar", + "https://maven.google.com/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE.jar" ], - "sha256": "a25f0433d5f61ecd24c2f44a7171079101ffd4a19f2bfaa423af00c73feba136", - "url": "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE.jar" + "sha256": "9cc1a7c2dac2a9e0eacb4112ee9948f60593d021418b8e3da55a9756b3f47bbe", + "url": "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE.jar" }, { - "coord": "io.projectreactor:reactor-core:jar:sources:3.3.0.RELEASE", + "coord": "io.projectreactor:reactor-core:jar:sources:3.3.2.RELEASE", "dependencies": [ "org.reactivestreams:reactive-streams:jar:sources:1.0.3" ], @@ -2163,14 +2132,14 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE-sources.jar", - "https://jcenter.bintray.com/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE-sources.jar", - "https://maven.google.com/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE-sources.jar" + "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE-sources.jar", + "https://jcenter.bintray.com/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE-sources.jar", + "https://maven.google.com/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE-sources.jar" ], - "sha256": "36b3a60cbe054fc26fd7c7fc83919c7c741b54e6083b1ee9608d53f97dbf894f", - "url": "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.0.RELEASE/reactor-core-3.3.0.RELEASE-sources.jar" + "sha256": "6ca1e154f938dc824a2576d35f4a9aeb4560863a3484369d118a5c95458e001a", + "url": "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.3.2.RELEASE/reactor-core-3.3.2.RELEASE-sources.jar" }, { "coord": "it.ozimov:embedded-redis:0.7.2", @@ -2232,6 +2201,42 @@ "sha256": "afb92917fec024cf9af1b76149668b0feef11f594ef248e273021ac32eeb892f", "url": "https://repo1.maven.org/maven2/it/ozimov/embedded-redis/0.7.2/embedded-redis-0.7.2-sources.jar" }, + { + "coord": "javax.inject:javax.inject:1", + "dependencies": [], + "directDependencies": [], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar", + "https://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.jar", + "https://maven.google.com/javax/inject/javax.inject/1/javax.inject-1.jar" + ], + "sha256": "91c77044a50c481636c32d916fd89c9118a72195390452c81065080f957de7ff", + "url": "https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar" + }, + { + "coord": "javax.inject:javax.inject:jar:sources:1", + "dependencies": [], + "directDependencies": [], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar", + "https://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1-sources.jar", + "https://maven.google.com/javax/inject/javax.inject/1/javax.inject-1-sources.jar" + ], + "sha256": "c4b87ee2911c139c3daf498a781967f1eb2e75bc1a8529a2e7b328a15d0e433e", + "url": "https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar" + }, { "coord": "javax.servlet:javax.servlet-api:3.1.0", "dependencies": [], @@ -2343,7 +2348,7 @@ "url": "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.5/byte-buddy-agent-1.10.5-sources.jar" }, { - "coord": "net.bytebuddy:byte-buddy:1.10.6", + "coord": "net.bytebuddy:byte-buddy:1.10.8", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2351,17 +2356,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6.jar", + "file": "v1/https/repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6.jar", - "https://jcenter.bintray.com/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6.jar", - "https://maven.google.com/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6.jar" + "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8.jar", + "https://jcenter.bintray.com/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8.jar", + "https://maven.google.com/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8.jar" ], - "sha256": "9ba2fdecdd0931399b39b7847f23e45498e84ab61c93aeedb6e8c55bc9d09307", - "url": "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6.jar" + "sha256": "7ad3200894823ce0e2fb697fd7771904ac0424f90259b7a5bc82b7124a94013c", + "url": "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8.jar" }, { - "coord": "net.bytebuddy:byte-buddy:jar:sources:1.10.6", + "coord": "net.bytebuddy:byte-buddy:jar:sources:1.10.8", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2369,17 +2374,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6-sources.jar", - "https://jcenter.bintray.com/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6-sources.jar", - "https://maven.google.com/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6-sources.jar" + "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8-sources.jar", + "https://jcenter.bintray.com/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8-sources.jar", + "https://maven.google.com/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8-sources.jar" ], - "sha256": "6dcc5a253eff567959b61fe256d3c8c9959d51134215b2f24dd77a719e73285d", - "url": "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.6/byte-buddy-1.10.6-sources.jar" + "sha256": "6db85686978919159690a5a7449eadecff680b5bd3fdecf8ae31b83f177cfd22", + "url": "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.8/byte-buddy-1.10.8-sources.jar" }, { - "coord": "net.sourceforge.htmlunit:htmlunit-core-js:2.36.0", + "coord": "net.sourceforge.htmlunit:htmlunit-core-js:2.38.0", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2387,17 +2392,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0.jar", + "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0.jar", - "https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0.jar", - "https://maven.google.com/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0.jar" + "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0.jar", + "https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0.jar", + "https://maven.google.com/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0.jar" ], - "sha256": "4498d39352c7c76fc90c7d4124b36c7d4127f097f08b52202f7ec7a0d18d50d5", - "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0.jar" + "sha256": "2265cd7008ae3ae528baca8be14f6094bed88ae879e3ad3d042ee447893d90e8", + "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0.jar" }, { - "coord": "net.sourceforge.htmlunit:htmlunit-core-js:jar:sources:2.36.0", + "coord": "net.sourceforge.htmlunit:htmlunit-core-js:jar:sources:2.38.0", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2405,14 +2410,14 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0-sources.jar", - "https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0-sources.jar", - "https://maven.google.com/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0-sources.jar" + "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0-sources.jar", + "https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0-sources.jar", + "https://maven.google.com/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0-sources.jar" ], - "sha256": "2bf49c0f32002b6018e5eb139a41eaee79140124773f9cacf29096be729833ea", - "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.36.0/htmlunit-core-js-2.36.0-sources.jar" + "sha256": "dd169d05c36b627c436d6d08bca459ae9cf8331502d344335a66d097db6df579", + "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.38.0/htmlunit-core-js-2.38.0-sources.jar" }, { "coord": "net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0", @@ -2451,90 +2456,90 @@ "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit-cssparser/1.5.0/htmlunit-cssparser-1.5.0-sources.jar" }, { - "coord": "net.sourceforge.htmlunit:htmlunit:2.36.0", + "coord": "net.sourceforge.htmlunit:htmlunit:2.38.0", "dependencies": [ - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.apache.httpcomponents:httpcore:4.4.11", - "org.eclipse.jetty:jetty-client:9.4.20.v20190813", "net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", + "org.apache.httpcomponents:httpmime:4.5.12", + "org.eclipse.jetty.websocket:websocket-api:9.4.27.v20200227", "commons-logging:commons-logging:1.2", "commons-io:commons-io:2.6", - "net.sourceforge.htmlunit:neko-htmlunit:2.36.0", - "org.apache.commons:commons-text:1.7", - "org.eclipse.jetty:jetty-xml:9.4.20.v20190813", + "net.sourceforge.htmlunit:neko-htmlunit:2.38.0", + "org.eclipse.jetty:jetty-client:9.4.27.v20200227", "commons-codec:commons-codec:1.11", "xalan:xalan:2.7.2", - "net.sourceforge.htmlunit:htmlunit-core-js:2.36.0", - "org.apache.httpcomponents:httpmime:4.5.9", - "org.apache.httpcomponents:httpclient:4.5.9", - "org.eclipse.jetty.websocket:websocket-common:9.4.20.v20190813", + "org.apache.httpcomponents:httpcore:4.4.13", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", "commons-net:commons-net:3.6", "xerces:xercesImpl:2.12.0", - "org.eclipse.jetty.websocket:websocket-client:9.4.20.v20190813", + "org.apache.httpcomponents:httpclient:4.5.12", + "org.eclipse.jetty:jetty-xml:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-client:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-common:9.4.27.v20200227", "org.brotli:dec:0.1.2", + "net.sourceforge.htmlunit:htmlunit-core-js:2.38.0", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", "xalan:serializer:2.7.2", - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", "org.apache.commons:commons-lang3:3.9", - "org.eclipse.jetty.websocket:websocket-api:9.4.20.v20190813", + "org.apache.commons:commons-text:1.8", "xml-apis:xml-apis:1.4.01" ], "directDependencies": [ "net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0", + "org.apache.httpcomponents:httpmime:4.5.12", "commons-logging:commons-logging:1.2", "commons-io:commons-io:2.6", - "net.sourceforge.htmlunit:neko-htmlunit:2.36.0", - "org.apache.commons:commons-text:1.7", + "net.sourceforge.htmlunit:neko-htmlunit:2.38.0", "xalan:xalan:2.7.2", - "net.sourceforge.htmlunit:htmlunit-core-js:2.36.0", - "org.apache.httpcomponents:httpmime:4.5.9", "commons-net:commons-net:3.6", - "org.eclipse.jetty.websocket:websocket-client:9.4.20.v20190813", + "org.eclipse.jetty.websocket:websocket-client:9.4.27.v20200227", "org.brotli:dec:0.1.2", - "org.apache.commons:commons-lang3:3.9" + "net.sourceforge.htmlunit:htmlunit-core-js:2.38.0", + "org.apache.commons:commons-lang3:3.9", + "org.apache.commons:commons-text:1.8" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0.jar", + "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0.jar", - "https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0.jar", - "https://maven.google.com/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0.jar" + "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0.jar", + "https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0.jar", + "https://maven.google.com/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0.jar" ], - "sha256": "2575b306fbe1514b6941837d07813e727b947b42ee5517c738b3aff6b4a191ff", - "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0.jar" + "sha256": "8be130f309332f066216bcce0f238928fcc56d71a28c75765b8c7ca6ee2b0756", + "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0.jar" }, { - "coord": "net.sourceforge.htmlunit:htmlunit:jar:sources:2.36.0", + "coord": "net.sourceforge.htmlunit:htmlunit:jar:sources:2.38.0", "dependencies": [ + "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.27.v20200227", "net.sourceforge.htmlunit:htmlunit-cssparser:jar:sources:1.5.0", - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.11", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227", "commons-logging:commons-logging:jar:sources:1.2", - "org.eclipse.jetty:jetty-client:jar:sources:9.4.20.v20190813", + "org.apache.httpcomponents:httpclient:jar:sources:4.5.12", "org.apache.commons:commons-lang3:jar:sources:3.9", "xerces:xercesImpl:jar:sources:2.12.0", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", "commons-io:commons-io:jar:sources:2.6", - "org.eclipse.jetty:jetty-xml:jar:sources:9.4.20.v20190813", + "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-client:jar:sources:9.4.27.v20200227", "commons-net:commons-net:jar:sources:3.6", - "org.apache.httpcomponents:httpmime:jar:sources:4.5.9", "xalan:serializer:jar:sources:2.7.2", - "net.sourceforge.htmlunit:htmlunit-core-js:jar:sources:2.36.0", - "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.20.v20190813", + "org.apache.commons:commons-text:jar:sources:1.8", + "org.eclipse.jetty.websocket:websocket-client:jar:sources:9.4.27.v20200227", "xalan:xalan:jar:sources:2.7.2", - "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.20.v20190813", + "org.eclipse.jetty:jetty-xml:jar:sources:9.4.27.v20200227", "org.brotli:dec:jar:sources:0.1.2", - "org.eclipse.jetty.websocket:websocket-client:jar:sources:9.4.20.v20190813", "commons-codec:commons-codec:jar:sources:1.11", - "org.apache.commons:commons-text:jar:sources:1.7", - "net.sourceforge.htmlunit:neko-htmlunit:jar:sources:2.36.0", + "org.apache.httpcomponents:httpcore:jar:sources:4.4.13", + "net.sourceforge.htmlunit:neko-htmlunit:jar:sources:2.38.0", + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227", "xml-apis:xml-apis:jar:sources:1.4.01", - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.apache.httpcomponents:httpclient:jar:sources:4.5.9" + "org.apache.httpcomponents:httpmime:jar:sources:4.5.12", + "net.sourceforge.htmlunit:htmlunit-core-js:jar:sources:2.38.0" ], "directDependencies": [ "net.sourceforge.htmlunit:htmlunit-cssparser:jar:sources:1.5.0", @@ -2542,30 +2547,30 @@ "org.apache.commons:commons-lang3:jar:sources:3.9", "commons-io:commons-io:jar:sources:2.6", "commons-net:commons-net:jar:sources:3.6", - "org.apache.httpcomponents:httpmime:jar:sources:4.5.9", - "net.sourceforge.htmlunit:htmlunit-core-js:jar:sources:2.36.0", + "org.apache.commons:commons-text:jar:sources:1.8", + "org.eclipse.jetty.websocket:websocket-client:jar:sources:9.4.27.v20200227", "xalan:xalan:jar:sources:2.7.2", "org.brotli:dec:jar:sources:0.1.2", - "org.eclipse.jetty.websocket:websocket-client:jar:sources:9.4.20.v20190813", - "org.apache.commons:commons-text:jar:sources:1.7", - "net.sourceforge.htmlunit:neko-htmlunit:jar:sources:2.36.0" + "net.sourceforge.htmlunit:neko-htmlunit:jar:sources:2.38.0", + "org.apache.httpcomponents:httpmime:jar:sources:4.5.12", + "net.sourceforge.htmlunit:htmlunit-core-js:jar:sources:2.38.0" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0-sources.jar", - "https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0-sources.jar", - "https://maven.google.com/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0-sources.jar" + "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0-sources.jar", + "https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0-sources.jar", + "https://maven.google.com/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0-sources.jar" ], - "sha256": "c6d065810b8646e33f9703d70f0d263b6738faeae6e18de682a50ebbc7caf644", - "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.36.0/htmlunit-2.36.0-sources.jar" + "sha256": "7b60b52506f08d61430f81c2de3dfa81cfc0eb937a44438bece90f2c0c11e0c2", + "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/2.38.0/htmlunit-2.38.0-sources.jar" }, { - "coord": "net.sourceforge.htmlunit:neko-htmlunit:2.36.0", + "coord": "net.sourceforge.htmlunit:neko-htmlunit:2.38.0", "dependencies": [ "xerces:xercesImpl:2.12.0", "xml-apis:xml-apis:1.4.01" @@ -2578,17 +2583,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0.jar", + "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0.jar", - "https://jcenter.bintray.com/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0.jar", - "https://maven.google.com/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0.jar" + "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0.jar", + "https://jcenter.bintray.com/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0.jar", + "https://maven.google.com/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0.jar" ], - "sha256": "3d37b6b023676575676c8e6f72a9e5b70fadcb02d9d0e15657abba4591c736aa", - "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0.jar" + "sha256": "3331f74784f7a930023e252d05f459037d23c6f8a2dbcec60b2f1030020bc2c3", + "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0.jar" }, { - "coord": "net.sourceforge.htmlunit:neko-htmlunit:jar:sources:2.36.0", + "coord": "net.sourceforge.htmlunit:neko-htmlunit:jar:sources:2.38.0", "dependencies": [ "xerces:xercesImpl:jar:sources:2.12.0", "xml-apis:xml-apis:jar:sources:1.4.01" @@ -2601,50 +2606,14 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0-sources.jar", - "mirror_urls": [ - "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0-sources.jar", - "https://jcenter.bintray.com/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0-sources.jar", - "https://maven.google.com/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0-sources.jar" - ], - "sha256": "7344b5713d844e07604e7cb1a53a7e88ca5d4383033fa2b5026a009deffaa941", - "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.36.0/neko-htmlunit-2.36.0-sources.jar" - }, - { - "coord": "org.apache-extras.beanshell:bsh:2.0b6", - "dependencies": [], - "directDependencies": [], - "exclusions": [ - "org.hamcrest:hamcrest-all", - "org.hamcrest:hamcrest-core", - "io.netty:netty-all" - ], - "file": "v1/https/repo1.maven.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar", - "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar", - "https://jcenter.bintray.com/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar", - "https://maven.google.com/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar" - ], - "sha256": "a17955976070c0573235ee662f2794a78082758b61accffce8d3f8aedcd91047", - "url": "https://repo1.maven.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar" - }, - { - "coord": "org.apache-extras.beanshell:bsh:jar:sources:2.0b6", - "dependencies": [], - "directDependencies": [], - "exclusions": [ - "org.hamcrest:hamcrest-all", - "org.hamcrest:hamcrest-core", - "io.netty:netty-all" - ], - "file": "v1/https/repo1.maven.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6-sources.jar", - "https://jcenter.bintray.com/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6-sources.jar", - "https://maven.google.com/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6-sources.jar" + "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0-sources.jar", + "https://jcenter.bintray.com/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0-sources.jar", + "https://maven.google.com/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0-sources.jar" ], - "sha256": "6ac4b4728292cd9d55c11ae7a5b57b9606a545cc3fa9760efab4005b11905961", - "url": "https://repo1.maven.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6-sources.jar" + "sha256": "c671722babf23d000d52dc79bbe3ece0127281526732f9c703fdf6a0074857fe", + "url": "https://repo1.maven.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.38.0/neko-htmlunit-2.38.0-sources.jar" }, { "coord": "org.apache.commons:commons-exec:1.3", @@ -2719,7 +2688,7 @@ "url": "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9-sources.jar" }, { - "coord": "org.apache.commons:commons-text:1.7", + "coord": "org.apache.commons:commons-text:1.8", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2728,17 +2697,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/commons/commons-text/1.7/commons-text-1.7.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.7/commons-text-1.7.jar", - "https://jcenter.bintray.com/org/apache/commons/commons-text/1.7/commons-text-1.7.jar", - "https://maven.google.com/org/apache/commons/commons-text/1.7/commons-text-1.7.jar" + "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8.jar", + "https://jcenter.bintray.com/org/apache/commons/commons-text/1.8/commons-text-1.8.jar", + "https://maven.google.com/org/apache/commons/commons-text/1.8/commons-text-1.8.jar" ], - "sha256": "8434bbfb887e7a0f3dfef92ac84e783f847bc0f0f43b8cc9e026646b137b6065", - "url": "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.7/commons-text-1.7.jar" + "sha256": "6fe7ad4ad5349d6b77e7a0e1c9f6037108a1ee48c42e7e6eb4b18f56d324f7b2", + "url": "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8.jar" }, { - "coord": "org.apache.commons:commons-text:jar:sources:1.7", + "coord": "org.apache.commons:commons-text:jar:sources:1.8", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2747,69 +2716,69 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/commons/commons-text/1.7/commons-text-1.7-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.7/commons-text-1.7-sources.jar", - "https://jcenter.bintray.com/org/apache/commons/commons-text/1.7/commons-text-1.7-sources.jar", - "https://maven.google.com/org/apache/commons/commons-text/1.7/commons-text-1.7-sources.jar" + "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8-sources.jar", + "https://jcenter.bintray.com/org/apache/commons/commons-text/1.8/commons-text-1.8-sources.jar", + "https://maven.google.com/org/apache/commons/commons-text/1.8/commons-text-1.8-sources.jar" ], - "sha256": "d7b1de3de0adea7835decb05975a062fa4cb47542dbcf79747428917aa14de4f", - "url": "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.7/commons-text-1.7-sources.jar" + "sha256": "5ae0583a8a56fbded1c94d527ae20c9dbc03e7a0d72bc9310099739647cd2cdd", + "url": "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8-sources.jar" }, { - "coord": "org.apache.httpcomponents:httpclient:4.5.9", + "coord": "org.apache.httpcomponents:httpclient:4.5.12", "dependencies": [ + "org.apache.httpcomponents:httpcore:4.4.13", "commons-logging:commons-logging:1.2", - "commons-codec:commons-codec:1.11", - "org.apache.httpcomponents:httpcore:4.4.11" + "commons-codec:commons-codec:1.11" ], "directDependencies": [ "commons-codec:commons-codec:1.11", "commons-logging:commons-logging:1.2", - "org.apache.httpcomponents:httpcore:4.4.11" + "org.apache.httpcomponents:httpcore:4.4.13" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar", - "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar", - "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar" + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar", + "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar", + "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar" ], - "sha256": "6c7e3bb423d8c5574f28157fe42b4c38d6a3477bfa2954cfe5f330b14ecad8a9", - "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar" + "sha256": "bc5f065aba5dd815ee559dd24d9bcb797fb102ff9cfa036f5091ebc529bd3b93", + "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar" }, { - "coord": "org.apache.httpcomponents:httpclient:jar:sources:4.5.9", + "coord": "org.apache.httpcomponents:httpclient:jar:sources:4.5.12", "dependencies": [ - "org.apache.httpcomponents:httpcore:jar:sources:4.4.11", + "org.apache.httpcomponents:httpcore:jar:sources:4.4.13", "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2" ], "directDependencies": [ "commons-codec:commons-codec:jar:sources:1.11", "commons-logging:commons-logging:jar:sources:1.2", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.11" + "org.apache.httpcomponents:httpcore:jar:sources:4.4.13" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9-sources.jar", - "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9-sources.jar", - "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9-sources.jar" + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12-sources.jar", + "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12-sources.jar", + "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12-sources.jar" ], - "sha256": "9303165425fff50c9e961684eed6e7c37336096a6abe48259bd10c41642cd382", - "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9-sources.jar" + "sha256": "31dc12e64defaa988c5bdf635526ae2535c6ad70bde4624832b6f4d9056ca5af", + "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12-sources.jar" }, { - "coord": "org.apache.httpcomponents:httpcore:4.4.11", + "coord": "org.apache.httpcomponents:httpcore:4.4.13", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2817,17 +2786,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar", - "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar", - "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar" + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar", + "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar", + "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" ], - "sha256": "d799522d579aac06b170603f8f080f6e3248dadc01f9652cdd7ea7bc318c21ce", - "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar" + "sha256": "e06e89d40943245fcfa39ec537cdbfce3762aecde8f9c597780d2b00c2b43424", + "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" }, { - "coord": "org.apache.httpcomponents:httpcore:jar:sources:4.4.11", + "coord": "org.apache.httpcomponents:httpcore:jar:sources:4.4.13", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2835,67 +2804,67 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11-sources.jar", - "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11-sources.jar", - "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11-sources.jar" + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar", + "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar", + "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar" ], - "sha256": "fe687d437b9636a44a1aba22a0740b4793e81a88daabec51a0d9aa03421e832f", - "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11-sources.jar" + "sha256": "c0418a6ee8c32e9de37e4ba515e9562a2acc6a36b684b618fee56d41b81ef2a9", + "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar" }, { - "coord": "org.apache.httpcomponents:httpmime:4.5.9", + "coord": "org.apache.httpcomponents:httpmime:4.5.12", "dependencies": [ - "org.apache.httpcomponents:httpclient:4.5.9", + "org.apache.httpcomponents:httpclient:4.5.12", + "org.apache.httpcomponents:httpcore:4.4.13", "commons-logging:commons-logging:1.2", - "commons-codec:commons-codec:1.11", - "org.apache.httpcomponents:httpcore:4.4.11" + "commons-codec:commons-codec:1.11" ], "directDependencies": [ - "org.apache.httpcomponents:httpclient:4.5.9" + "org.apache.httpcomponents:httpclient:4.5.12" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar", - "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar", - "https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar" + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.jar", + "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.jar", + "https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.jar" ], - "sha256": "0683c8fa6ed4528dadd5fe57621629fc246113c6fa7dcfb2288aa8eac235e615", - "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar" + "sha256": "0cac77bd2f8cf326727f0516d6fcbe1aeddbab36e971a3da44ff47fa87b2eac4", + "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.jar" }, { - "coord": "org.apache.httpcomponents:httpmime:jar:sources:4.5.9", + "coord": "org.apache.httpcomponents:httpmime:jar:sources:4.5.12", "dependencies": [ - "org.apache.httpcomponents:httpcore:jar:sources:4.4.11", + "org.apache.httpcomponents:httpcore:jar:sources:4.4.13", "commons-codec:commons-codec:jar:sources:1.11", - "org.apache.httpcomponents:httpclient:jar:sources:4.5.9", + "org.apache.httpcomponents:httpclient:jar:sources:4.5.12", "commons-logging:commons-logging:jar:sources:1.2" ], "directDependencies": [ - "org.apache.httpcomponents:httpclient:jar:sources:4.5.9" + "org.apache.httpcomponents:httpclient:jar:sources:4.5.12" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9-sources.jar", - "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9-sources.jar", - "https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9-sources.jar" + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12-sources.jar", + "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12-sources.jar", + "https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12-sources.jar" ], - "sha256": "ae0ea686e8d43765647c07072f28a4baff731d6dd75487e3c510a337e6476736", - "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9-sources.jar" + "sha256": "e0b021ead49fc0e14b115963d68dd66d54888f0687d188c0f05bad188303e48e", + "url": "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12-sources.jar" }, { - "coord": "org.assertj:assertj-core:3.14.0", + "coord": "org.assertj:assertj-core:3.15.0", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2903,17 +2872,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0.jar", + "file": "v1/https/repo1.maven.org/maven2/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0.jar", - "https://jcenter.bintray.com/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0.jar", - "https://maven.google.com/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0.jar" + "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0.jar", + "https://jcenter.bintray.com/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0.jar", + "https://maven.google.com/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0.jar" ], - "sha256": "ae84617817b71eb834a14c0bdeb8af2b495dcf3ed64ed6ef5c9a7732ca9cf110", - "url": "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0.jar" + "sha256": "60ac53fbdb847fd540a91ae220064366831bf44f29da794b56d2d0d4eae97c99", + "url": "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0.jar" }, { - "coord": "org.assertj:assertj-core:jar:sources:3.14.0", + "coord": "org.assertj:assertj-core:jar:sources:3.15.0", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -2921,26 +2890,26 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0-sources.jar", - "https://jcenter.bintray.com/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0-sources.jar", - "https://maven.google.com/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0-sources.jar" + "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0-sources.jar", + "https://jcenter.bintray.com/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0-sources.jar", + "https://maven.google.com/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0-sources.jar" ], - "sha256": "01522ec1c07fe6c35bf571b4a9c86349ae6f2c0d59c8a3d0390675c6a6d36431", - "url": "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0-sources.jar" + "sha256": "f151ce362422d608cc9f15bbf0f8afc7f952631b3de383ddb719d5bc80c8272d", + "url": "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0-sources.jar" }, { - "coord": "org.asynchttpclient:async-http-client-netty-utils:2.10.4", + "coord": "org.asynchttpclient:async-http-client-netty-utils:2.11.0", "dependencies": [ + "io.netty:netty-buffer:4.1.47.Final", "org.slf4j:slf4j-api:1.7.30", - "io.netty:netty-buffer:4.1.45.Final", "com.sun.activation:javax.activation:1.2.0", - "io.netty:netty-common:4.1.45.Final" + "io.netty:netty-common:4.1.47.Final" ], "directDependencies": [ "com.sun.activation:javax.activation:1.2.0", - "io.netty:netty-buffer:4.1.45.Final", + "io.netty:netty-buffer:4.1.47.Final", "org.slf4j:slf4j-api:1.7.30" ], "exclusions": [ @@ -2948,26 +2917,26 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4.jar", + "file": "v1/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4.jar", - "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4.jar", - "https://maven.google.com/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4.jar" + "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0.jar", + "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0.jar", + "https://maven.google.com/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0.jar" ], - "sha256": "370d07447387b2b353e9d427bd70a7e6143bcba430e39c55d1cb365436247e91", - "url": "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4.jar" + "sha256": "d7ad9a4059662a35fadf4743c9435d4cfde829143c222e793874e098043d688b", + "url": "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0.jar" }, { - "coord": "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.10.4", + "coord": "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.11.0", "dependencies": [ - "io.netty:netty-common:jar:sources:4.1.45.Final", "org.slf4j:slf4j-api:jar:sources:1.7.30", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-common:jar:sources:4.1.47.Final", "com.sun.activation:javax.activation:jar:sources:1.2.0" ], "directDependencies": [ "com.sun.activation:javax.activation:jar:sources:1.2.0", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", "org.slf4j:slf4j-api:jar:sources:1.7.30" ], "exclusions": [ @@ -2975,45 +2944,42 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4-sources.jar", - "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4-sources.jar", - "https://maven.google.com/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4-sources.jar" + "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0-sources.jar", + "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0-sources.jar", + "https://maven.google.com/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0-sources.jar" ], - "sha256": "51a28b370fcd25ab9b001482e547f2fd832a4167aeac4f168375c9ad9c35bbca", - "url": "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.10.4/async-http-client-netty-utils-2.10.4-sources.jar" + "sha256": "9a4406fb3c069a3d931dcfe24496d277ee3ee8ec928cece973f8efa016ed2b99", + "url": "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.11.0/async-http-client-netty-utils-2.11.0-sources.jar" }, { - "coord": "org.asynchttpclient:async-http-client:2.10.4", + "coord": "org.asynchttpclient:async-http-client:2.11.0", "dependencies": [ "org.reactivestreams:reactive-streams:1.0.3", + "io.netty:netty-handler-proxy:4.1.46.Final", + "io.netty:netty-transport:4.1.47.Final", + "io.netty:netty-buffer:4.1.47.Final", "org.slf4j:slf4j-api:1.7.30", - "org.asynchttpclient:async-http-client-netty-utils:2.10.4", - "io.netty:netty-handler-proxy:4.1.42.Final", - "io.netty:netty-codec:4.1.45.Final", - "io.netty:netty-codec-http:4.1.45.Final", - "io.netty:netty-transport:4.1.45.Final", - "io.netty:netty-common:4.1.45.Final", - "io.netty:netty-codec-dns:4.1.42.Final", - "io.netty:netty-resolver:4.1.45.Final", + "io.netty:netty-common:4.1.47.Final", + "io.netty:netty-resolver:4.1.47.Final", + "io.netty:netty-codec:4.1.47.Final", + "io.netty:netty-codec-http:4.1.47.Final", + "io.netty:netty-codec-socks:4.1.46.Final", + "org.asynchttpclient:async-http-client-netty-utils:2.11.0", "com.sun.activation:javax.activation:1.2.0", - "io.netty:netty-buffer:4.1.45.Final", - "io.netty:netty-handler:4.1.45.Final", - "io.netty:netty-resolver-dns:4.1.42.Final", - "io.netty:netty-codec-socks:4.1.42.Final", + "io.netty:netty-handler:4.1.47.Final", "com.typesafe.netty:netty-reactive-streams:2.0.4" ], "directDependencies": [ "org.reactivestreams:reactive-streams:1.0.3", + "io.netty:netty-handler-proxy:4.1.46.Final", "org.slf4j:slf4j-api:1.7.30", - "org.asynchttpclient:async-http-client-netty-utils:2.10.4", - "io.netty:netty-handler-proxy:4.1.42.Final", - "io.netty:netty-codec-http:4.1.45.Final", + "io.netty:netty-codec-http:4.1.47.Final", + "io.netty:netty-codec-socks:4.1.46.Final", + "org.asynchttpclient:async-http-client-netty-utils:2.11.0", "com.sun.activation:javax.activation:1.2.0", - "io.netty:netty-handler:4.1.45.Final", - "io.netty:netty-resolver-dns:4.1.42.Final", - "io.netty:netty-codec-socks:4.1.42.Final", + "io.netty:netty-handler:4.1.47.Final", "com.typesafe.netty:netty-reactive-streams:2.0.4" ], "exclusions": [ @@ -3021,60 +2987,57 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4.jar", + "file": "v1/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4.jar", - "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4.jar", - "https://maven.google.com/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4.jar" + "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0.jar", + "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0.jar", + "https://maven.google.com/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0.jar" ], - "sha256": "a538336529a73eb90f0b39b149c70ae1dead12b00854bd458dc055eaff27c7e7", - "url": "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4.jar" + "sha256": "2c63d6a4ce416cb902b855de7f2cf5468d414c957aca27450a16b68b463fdc96", + "url": "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0.jar" }, { - "coord": "org.asynchttpclient:async-http-client:jar:sources:2.10.4", + "coord": "org.asynchttpclient:async-http-client:jar:sources:2.11.0", "dependencies": [ - "io.netty:netty-codec-http:jar:sources:4.1.45.Final", - "io.netty:netty-transport:jar:sources:4.1.45.Final", - "io.netty:netty-resolver-dns:jar:sources:4.1.42.Final", + "io.netty:netty-codec:jar:sources:4.1.47.Final", "com.sun.activation:javax.activation:jar:sources:1.2.0", - "io.netty:netty-codec:jar:sources:4.1.45.Final", - "io.netty:netty-buffer:jar:sources:4.1.45.Final", - "io.netty:netty-codec-dns:jar:sources:4.1.42.Final", + "io.netty:netty-buffer:jar:sources:4.1.47.Final", + "io.netty:netty-codec-http:jar:sources:4.1.47.Final", "org.slf4j:slf4j-api:jar:sources:1.7.30", - "io.netty:netty-codec-socks:jar:sources:4.1.42.Final", "org.reactivestreams:reactive-streams:jar:sources:1.0.3", - "io.netty:netty-handler:jar:sources:4.1.45.Final", - "io.netty:netty-handler-proxy:jar:sources:4.1.42.Final", - "io.netty:netty-common:jar:sources:4.1.45.Final", - "io.netty:netty-resolver:jar:sources:4.1.45.Final", + "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.11.0", + "io.netty:netty-common:jar:sources:4.1.47.Final", + "io.netty:netty-resolver:jar:sources:4.1.47.Final", + "io.netty:netty-handler:jar:sources:4.1.47.Final", + "io.netty:netty-transport:jar:sources:4.1.47.Final", "com.typesafe.netty:netty-reactive-streams:jar:sources:2.0.4", - "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.10.4" + "io.netty:netty-handler-proxy:jar:sources:4.1.46.Final", + "io.netty:netty-codec-socks:jar:sources:4.1.46.Final" ], "directDependencies": [ - "io.netty:netty-codec-http:jar:sources:4.1.45.Final", - "io.netty:netty-resolver-dns:jar:sources:4.1.42.Final", "com.sun.activation:javax.activation:jar:sources:1.2.0", + "io.netty:netty-codec-http:jar:sources:4.1.47.Final", "org.slf4j:slf4j-api:jar:sources:1.7.30", - "io.netty:netty-codec-socks:jar:sources:4.1.42.Final", "org.reactivestreams:reactive-streams:jar:sources:1.0.3", - "io.netty:netty-handler:jar:sources:4.1.45.Final", - "io.netty:netty-handler-proxy:jar:sources:4.1.42.Final", + "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.11.0", + "io.netty:netty-handler:jar:sources:4.1.47.Final", "com.typesafe.netty:netty-reactive-streams:jar:sources:2.0.4", - "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.10.4" + "io.netty:netty-handler-proxy:jar:sources:4.1.46.Final", + "io.netty:netty-codec-socks:jar:sources:4.1.46.Final" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4-sources.jar", - "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4-sources.jar", - "https://maven.google.com/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4-sources.jar" + "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0-sources.jar", + "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0-sources.jar", + "https://maven.google.com/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0-sources.jar" ], - "sha256": "cec875ebd709771f952e39e1fa18941d73af83bb8f5df530fa670b63bf97d6f0", - "url": "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.10.4/async-http-client-2.10.4-sources.jar" + "sha256": "45375e2704db87ff833f0fd1e9d001760d9ed736383a4d69922daa4a14c3e05e", + "url": "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.11.0/async-http-client-2.11.0-sources.jar" }, { "coord": "org.brotli:dec:0.1.2", @@ -3149,7 +3112,7 @@ "url": "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0-sources.jar" }, { - "coord": "org.eclipse.jetty.websocket:websocket-api:9.4.20.v20190813", + "coord": "org.eclipse.jetty.websocket:websocket-api:9.4.27.v20200227", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -3157,17 +3120,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813.jar", - "https://maven.google.com/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227.jar" ], - "sha256": "779a29060cc17bdeeeba147efc884ebff972cfff93dad2d37b11c93f95d4f67b", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813.jar" + "sha256": "922b76ff73cc6dc29b6eae2e7b3934b48b84cfba65902279966db5f73ee4f3fd", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.20.v20190813", + "coord": "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.27.v20200227", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -3175,183 +3138,183 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813-sources.jar", - "https://maven.google.com/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227-sources.jar" ], - "sha256": "d352381504c678a1ef6c8aa6feb59585f191e10b9d8401f900410596ec8e3c05", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813-sources.jar" + "sha256": "cc01545ab03e37aa6732debcb1ca31090112616adedea78a77d35122b19db125", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.27.v20200227/websocket-api-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty.websocket:websocket-client:9.4.20.v20190813", + "coord": "org.eclipse.jetty.websocket:websocket-client:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.eclipse.jetty:jetty-client:9.4.20.v20190813", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "org.eclipse.jetty:jetty-xml:9.4.20.v20190813", - "org.eclipse.jetty.websocket:websocket-common:9.4.20.v20190813", - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", - "org.eclipse.jetty.websocket:websocket-api:9.4.20.v20190813" + "org.eclipse.jetty.websocket:websocket-api:9.4.27.v20200227", + "org.eclipse.jetty:jetty-client:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "org.eclipse.jetty:jetty-xml:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-common:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.eclipse.jetty:jetty-client:9.4.20.v20190813", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "org.eclipse.jetty:jetty-xml:9.4.20.v20190813", - "org.eclipse.jetty.websocket:websocket-common:9.4.20.v20190813" + "org.eclipse.jetty:jetty-client:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-xml:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-common:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813.jar", - "https://maven.google.com/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227.jar" ], - "sha256": "df5df7ea0b2d40e1011946cfa5fe27c86047f0c4e77ccc0b8c0c7f5518278bf3", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813.jar" + "sha256": "24db9c0481734e0a67c2b5a52a23ee31ac05d1376bd1fad24a78e6c96326105e", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty.websocket:websocket-client:jar:sources:9.4.20.v20190813", + "coord": "org.eclipse.jetty.websocket:websocket-client:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-client:jar:sources:9.4.20.v20190813", - "org.eclipse.jetty:jetty-xml:jar:sources:9.4.20.v20190813", - "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.20.v20190813", - "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.20.v20190813", - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-client:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-xml:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-client:jar:sources:9.4.20.v20190813", - "org.eclipse.jetty:jetty-xml:jar:sources:9.4.20.v20190813", - "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.20.v20190813", - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-client:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-xml:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813-sources.jar", - "https://maven.google.com/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227-sources.jar" ], - "sha256": "ede83c9c04f5940f699a92838a768ca41752ca9dd11cb9f18869db7c4ba679b4", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813-sources.jar" + "sha256": "ac27bf26947ceb4dce81e1eac58563e7f7b033bcfdd3941e3920c1b1418e0220", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.27.v20200227/websocket-client-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty.websocket:websocket-common:9.4.20.v20190813", + "coord": "org.eclipse.jetty.websocket:websocket-common:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.eclipse.jetty.websocket:websocket-api:9.4.20.v20190813" + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-api:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "org.eclipse.jetty.websocket:websocket-api:9.4.20.v20190813" + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-api:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813.jar", - "https://maven.google.com/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227.jar" ], - "sha256": "a66eb0a5299e2f33addb0dca827cc95a0773c41a12ea70c0d52d51beabaecf65", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813.jar" + "sha256": "a4a673ff5966179e402f79427ad59c95c1c02b49aeeac2e7de212c6ac932e046", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.20.v20190813", + "coord": "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.20.v20190813", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.20.v20190813" + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813-sources.jar", - "https://maven.google.com/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227-sources.jar" ], - "sha256": "31789593014ea5c72f4ca26c3c0e7c212ea250cbe1e2689ff690fb7190fd61d2", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813-sources.jar" + "sha256": "b210d03ee6057e29b58c1e5ab54e2728d58d5d2ff62cd0a0fc47558f20edfc34", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.27.v20200227/websocket-common-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-client:9.4.20.v20190813", + "coord": "org.eclipse.jetty:jetty-client:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:9.4.25.v20191220" + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:9.4.25.v20191220" + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227.jar" ], - "sha256": "31a88bfc59acb1716646d8211209f42e8b4c175be3b1dd5c3794dec8882dae50", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813.jar" + "sha256": "44fc761294036d244d40dede16090e304ebc031c905a5d097a6e978de2fda60f", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-client:jar:sources:9.4.20.v20190813", + "coord": "org.eclipse.jetty:jetty-client:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227-sources.jar" ], - "sha256": "efddf0d695ba873d00f7ac862c63bf6a62439b112f350c3bfb63ae0a4898e212", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813-sources.jar" + "sha256": "2521cc0bec2e110801dab66cb3230431640c7691207ede203ba8540858c90ba9", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.27.v20200227/jetty-client-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-continuation:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-continuation:9.4.27.v20200227", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -3359,17 +3322,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227.jar" ], - "sha256": "21c46d2923dd982c913838db83e6cb34d8cda973ed6f132ba93eb5ba263049f8", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220.jar" + "sha256": "bf15a60c00ae845c577e2262da921d3b2a66361fa3e39dc5109949c0cd869c56", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-continuation:jar:sources:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-continuation:jar:sources:9.4.27.v20200227", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -3377,325 +3340,325 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227-sources.jar" ], - "sha256": "3bc0d96e818691a5e2b563d29f7a422cc03d857ca69ba01859944c69774f0b03", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.25.v20191220/jetty-continuation-9.4.25.v20191220-sources.jar" + "sha256": "6ea2446e9033437f42cc708b93ecd9d781e997aef33e78a99b00885c1e7a7fcb", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.27.v20200227/jetty-continuation-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-http:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-http:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220" + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227.jar" ], - "sha256": "dc9c466f0fe4bf37fd5f4da23d01684b067ade9a1602c4f3c5b694bcc20847ba", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220.jar" + "sha256": "a8a467f9cc69bbd641e35dfcfeb8271ab98cbe886eb5d73bf36d9d014ce7794e", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227-sources.jar" ], - "sha256": "86e5cd680b65b24cfcc23d7dfc199c93f272d267d0e2738c040ad7bcf2a88038", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.25.v20191220/jetty-http-9.4.25.v20191220-sources.jar" + "sha256": "0bb0c8fde2df663153d77f28cf5348a21f47eb9f19f1cf6eb93035da7e385d81", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.27.v20200227/jetty-http-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-io:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-io:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-util:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-util:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227.jar" ], - "sha256": "e9c31db503b6075fd43f15531903007c1e829fc245da3404b6e4327f24ef9569", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220.jar" + "sha256": "c1dfb7d142c5ef1a6781ba2a4b14f7616506a975f73d66418ba3e1113954363c", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227-sources.jar" ], - "sha256": "320ea75f27a34910a923451ad339745dbfb11744f6a2c6cf87ddde2cb1e531bc", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.25.v20191220/jetty-io-9.4.25.v20191220-sources.jar" + "sha256": "a95ef7f361d2155b4c3c601215b20e25ba39416afda53a12b824e9469e1a4b76", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.27.v20200227/jetty-io-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-security:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-security:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "javax.servlet:javax.servlet-api:3.1.0", - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", - "org.eclipse.jetty:jetty-server:9.4.25.v20191220" + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", + "org.eclipse.jetty:jetty-server:9.4.27.v20200227", + "javax.servlet:javax.servlet-api:3.1.0" ], "directDependencies": [ - "org.eclipse.jetty:jetty-server:9.4.25.v20191220" + "org.eclipse.jetty:jetty-server:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227.jar" ], - "sha256": "6371c163b92ac8d6fab08cb1dab91d0e690e72566873d8f783bd3a7793a3da26", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220.jar" + "sha256": "7aeeb768bd12b058cc0a4295d009ea0de0dba9f38c99e254c7c2579dd0441808", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-security:jar:sources:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-security:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227", "javax.servlet:javax.servlet-api:jar:sources:3.1.0", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-server:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-server:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-server:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-server:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227-sources.jar" ], - "sha256": "07cd3af4913b193e8a18b8d9247e386e90ea26627e07f2a2539c31456af1a97d", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.25.v20191220/jetty-security-9.4.25.v20191220-sources.jar" + "sha256": "adcdf78d5230a6e47aeb628cab1bf653d57839b57bd61acd74bdc9ee2ccf5106", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.27.v20200227/jetty-security-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-server:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-server:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", - "javax.servlet:javax.servlet-api:3.1.0", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:9.4.25.v20191220" + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "javax.servlet:javax.servlet-api:3.1.0" ], "directDependencies": [ "javax.servlet:javax.servlet-api:3.1.0", - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:9.4.25.v20191220" + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227.jar" ], - "sha256": "cfcf6dbce4becee5f0670d9bc7a768d1b73cef0c84663e82acc0b910df2565f4", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220.jar" + "sha256": "2c25867cc49d8298d02baa7f2f0da9d7c0a0c78bd0e26858a678917ac64ae326", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-server:jar:sources:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-server:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", "javax.servlet:javax.servlet-api:jar:sources:3.1.0", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "directDependencies": [ "javax.servlet:javax.servlet-api:jar:sources:3.1.0", - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227-sources.jar" ], - "sha256": "c36e93d86185c24727eabc41a035d76025abb6818a005adb7eb95eeeb1335b5a", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.25.v20191220/jetty-server-9.4.25.v20191220-sources.jar" + "sha256": "aab3c2bd0ab10676577686b7e2b38c50f4e8a14671bd510f3455defd11c9adc7", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.27.v20200227/jetty-server-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-servlet:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-servlet:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "org.eclipse.jetty:jetty-security:9.4.25.v20191220", - "javax.servlet:javax.servlet-api:3.1.0", - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", - "org.eclipse.jetty:jetty-server:9.4.25.v20191220" + "org.eclipse.jetty:jetty-security:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", + "org.eclipse.jetty:jetty-server:9.4.27.v20200227", + "javax.servlet:javax.servlet-api:3.1.0" ], "directDependencies": [ - "org.eclipse.jetty:jetty-security:9.4.25.v20191220" + "org.eclipse.jetty:jetty-security:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227.jar" ], - "sha256": "2d4d2dd4e65d0962f4ff11d3c9ccad30a6263777e0569c1b57313868b347721c", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220.jar" + "sha256": "7a6c61a1bea75bf8166be54f508ed9163679b2bec4c1fed0c3905dc86553939a", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-servlet:jar:sources:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-servlet:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227", "javax.servlet:javax.servlet-api:jar:sources:3.1.0", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-server:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-security:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-security:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-server:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-security:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-security:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227-sources.jar" ], - "sha256": "102b09a99731279a46e842bae7379ba5a591165b9ca6394cada56576d83eb16e", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.25.v20191220/jetty-servlet-9.4.25.v20191220-sources.jar" + "sha256": "0600308570b3925a17b7e72cbbf45a1de1cc97b7d792d2d23bbe7df2ccd40431", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.27.v20200227/jetty-servlet-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-servlets:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-servlets:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", - "org.eclipse.jetty:jetty-continuation:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:9.4.25.v20191220" + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-continuation:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-continuation:9.4.25.v20191220", - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220" + "org.eclipse.jetty:jetty-continuation:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227.jar" ], - "sha256": "d68bf24c6fd7341666606abccd09bd818a3446c7358b7d6a57f7dc72afdb096e", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220.jar" + "sha256": "c850c84834ca3d07cbee104474b00777be35160054be664066843742fb763ec4", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-servlets:jar:sources:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-servlets:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-continuation:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-continuation:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-continuation:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-continuation:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227-sources.jar" ], - "sha256": "1f8fb42362e2f6418f15b8929dbec014487a80a1a36c8b094557cf624bbbf067", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.25.v20191220/jetty-servlets-9.4.25.v20191220-sources.jar" + "sha256": "5d14aad85c263b2b7d5463249faead5cf0a231f58ccfa7e8ac1413ed41da92bd", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/9.4.27.v20200227/jetty-servlets-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-util:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-util:9.4.27.v20200227", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -3703,17 +3666,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227.jar" ], - "sha256": "223780d724c1c7463c3233a82c07686f3fd78a022f560d010257dbe4028e0d14", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220.jar" + "sha256": "a8579bc614fa2f972083eaaa2fbf5b37b446473ee671ff1877ef5a21308a687e", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220", + "coord": "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227", "dependencies": [], "directDependencies": [], "exclusions": [ @@ -3721,58 +3684,58 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227-sources.jar" ], - "sha256": "4a9777e438794ba9d755f3a874a0b7985476cd0448e930ae90f98fc9ef8d42a2", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.25.v20191220/jetty-util-9.4.25.v20191220-sources.jar" + "sha256": "1821ad409ad787ce68c7132fb538704b98253099ee2a2af8aa571108a22d464e", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.27.v20200227/jetty-util-9.4.27.v20200227-sources.jar" }, { - "coord": "org.eclipse.jetty:jetty-xml:9.4.20.v20190813", + "coord": "org.eclipse.jetty:jetty-xml:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-util:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-util:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227.jar" ], - "sha256": "f4411ad9998e4cc202c849bb9b9e93aa2aa761b89a27cc746ca025849d659fd0", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.jar" + "sha256": "688bd6420fe322507f6b914292221dd5fb34bd547cf8f5bdfe920f1bb2dcb4e7", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227.jar" }, { - "coord": "org.eclipse.jetty:jetty-xml:jar:sources:9.4.20.v20190813", + "coord": "org.eclipse.jetty:jetty-xml:jar:sources:9.4.27.v20200227", "dependencies": [ - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "directDependencies": [ - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220" + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813-sources.jar", - "https://jcenter.bintray.com/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813-sources.jar", - "https://maven.google.com/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813-sources.jar" + "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227-sources.jar", + "https://jcenter.bintray.com/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227-sources.jar", + "https://maven.google.com/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227-sources.jar" ], - "sha256": "5734cc43f791706add21d0b4107026e535f287d0d5cc9819b2efa937810957b1", - "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813-sources.jar" + "sha256": "d3af1df29d9e8d7552a8415cc69d74f840233a84b6f9739f5350132437402faa", + "url": "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-xml/9.4.27.v20200227/jetty-xml-9.4.27.v20200227-sources.jar" }, { "coord": "org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5", @@ -3975,14 +3938,14 @@ "url": "https://repo1.maven.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0-sources.jar" }, { - "coord": "org.mockito:mockito-core:3.2.4", + "coord": "org.mockito:mockito-core:3.3.0", "dependencies": [ + "net.bytebuddy:byte-buddy:1.10.8", "net.bytebuddy:byte-buddy-agent:1.10.5", - "org.objenesis:objenesis:2.6", - "net.bytebuddy:byte-buddy:1.10.6" + "org.objenesis:objenesis:2.6" ], "directDependencies": [ - "net.bytebuddy:byte-buddy:1.10.6", + "net.bytebuddy:byte-buddy:1.10.8", "net.bytebuddy:byte-buddy-agent:1.10.5", "org.objenesis:objenesis:2.6" ], @@ -3991,24 +3954,24 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4.jar", + "file": "v1/https/repo1.maven.org/maven2/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4.jar", - "https://jcenter.bintray.com/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4.jar", - "https://maven.google.com/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4.jar" + "https://repo1.maven.org/maven2/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0.jar", + "https://jcenter.bintray.com/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0.jar", + "https://maven.google.com/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0.jar" ], - "sha256": "587dcc78914585a7ba7933417237dfcf4d4a1a295d1aa8091d732a76a1d8fe92", - "url": "https://repo1.maven.org/maven2/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4.jar" + "sha256": "fc1a1f2d1d64566bc31ee36d8214059f2adbe303d9109e5cc0e99685741c57c2", + "url": "https://repo1.maven.org/maven2/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0.jar" }, { - "coord": "org.mockito:mockito-core:jar:sources:3.2.4", + "coord": "org.mockito:mockito-core:jar:sources:3.3.0", "dependencies": [ "org.objenesis:objenesis:jar:sources:2.6", - "net.bytebuddy:byte-buddy:jar:sources:1.10.6", - "net.bytebuddy:byte-buddy-agent:jar:sources:1.10.5" + "net.bytebuddy:byte-buddy-agent:jar:sources:1.10.5", + "net.bytebuddy:byte-buddy:jar:sources:1.10.8" ], "directDependencies": [ - "net.bytebuddy:byte-buddy:jar:sources:1.10.6", + "net.bytebuddy:byte-buddy:jar:sources:1.10.8", "net.bytebuddy:byte-buddy-agent:jar:sources:1.10.5", "org.objenesis:objenesis:jar:sources:2.6" ], @@ -4017,14 +3980,14 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4-sources.jar", - "https://jcenter.bintray.com/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4-sources.jar", - "https://maven.google.com/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4-sources.jar" + "https://repo1.maven.org/maven2/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0-sources.jar", + "https://jcenter.bintray.com/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0-sources.jar", + "https://maven.google.com/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0-sources.jar" ], - "sha256": "7a18f4810a25ad1b43deceb9de1f1986384017f74ad251ab08501c3d8e4e40b0", - "url": "https://repo1.maven.org/maven2/org/mockito/mockito-core/3.2.4/mockito-core-3.2.4-sources.jar" + "sha256": "20de9b0bbcd017a55d538fab30a6901cf9a1bdf3b73cf7ee6f685b321b54ddff", + "url": "https://repo1.maven.org/maven2/org/mockito/mockito-core/3.3.0/mockito-core-3.3.0-sources.jar" }, { "coord": "org.objenesis:objenesis:2.6", @@ -4099,104 +4062,340 @@ "url": "https://repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3-sources.jar" }, { - "coord": "org.seleniumhq.selenium:htmlunit-driver:2.36.0", + "coord": "org.seleniumhq.selenium:htmlunit-driver:2.38.0", "dependencies": [ - "org.eclipse.jetty:jetty-io:9.4.25.v20191220", - "org.apache.httpcomponents:httpcore:4.4.11", - "org.eclipse.jetty:jetty-client:9.4.20.v20190813", + "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", "net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0", - "org.eclipse.jetty:jetty-util:9.4.25.v20191220", + "org.apache.httpcomponents:httpmime:4.5.12", + "com.google.j2objc:j2objc-annotations:1.3", + "org.eclipse.jetty.websocket:websocket-api:9.4.27.v20200227", + "com.squareup.okhttp3:okhttp:4.4.1", "commons-logging:commons-logging:1.2", "commons-io:commons-io:2.6", - "net.sourceforge.htmlunit:neko-htmlunit:2.36.0", - "org.apache.commons:commons-text:1.7", - "org.eclipse.jetty:jetty-xml:9.4.20.v20190813", + "net.sourceforge.htmlunit:neko-htmlunit:2.38.0", + "org.seleniumhq.selenium:selenium-remote-driver:3.141.59", + "com.google.code.findbugs:jsr305:3.0.2", + "com.squareup.okio:okio:2.4.3", + "org.eclipse.jetty:jetty-client:9.4.27.v20200227", + "net.sourceforge.htmlunit:htmlunit:2.38.0", "commons-codec:commons-codec:1.11", + "org.seleniumhq.selenium:selenium-api:3.141.59", + "org.jetbrains.kotlin:kotlin-stdlib:1.3.61", "xalan:xalan:2.7.2", - "net.sourceforge.htmlunit:htmlunit-core-js:2.36.0", - "org.apache.httpcomponents:httpmime:4.5.9", - "org.apache.httpcomponents:httpclient:4.5.9", - "org.eclipse.jetty.websocket:websocket-common:9.4.20.v20190813", + "org.apache.httpcomponents:httpcore:4.4.13", + "org.eclipse.jetty:jetty-io:9.4.27.v20200227", + "org.eclipse.jetty:jetty-http:9.4.27.v20200227", + "com.google.errorprone:error_prone_annotations:2.3.4", "commons-net:commons-net:3.6", "xerces:xercesImpl:2.12.0", - "org.eclipse.jetty.websocket:websocket-client:9.4.20.v20190813", + "org.apache.httpcomponents:httpclient:4.5.12", + "org.eclipse.jetty:jetty-xml:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-client:9.4.27.v20200227", + "org.eclipse.jetty.websocket:websocket-common:9.4.27.v20200227", + "net.bytebuddy:byte-buddy:1.10.8", + "com.google.guava:guava:28.2-jre", "org.brotli:dec:0.1.2", - "net.sourceforge.htmlunit:htmlunit:2.36.0", + "org.checkerframework:checker-qual:2.10.0", + "net.sourceforge.htmlunit:htmlunit-core-js:2.38.0", + "org.eclipse.jetty:jetty-util:9.4.27.v20200227", + "com.google.guava:failureaccess:1.0.1", + "org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61", "xalan:serializer:2.7.2", - "org.eclipse.jetty:jetty-http:9.4.25.v20191220", + "org.seleniumhq.selenium:selenium-support:3.141.59", "org.apache.commons:commons-lang3:3.9", - "org.eclipse.jetty.websocket:websocket-api:9.4.20.v20190813", + "org.apache.commons:commons-text:1.8", + "org.apache.commons:commons-exec:1.3", + "org.jetbrains:annotations:13.0", "xml-apis:xml-apis:1.4.01" ], "directDependencies": [ - "net.sourceforge.htmlunit:htmlunit:2.36.0" + "net.sourceforge.htmlunit:htmlunit:2.38.0", + "org.seleniumhq.selenium:selenium-api:3.141.59", + "org.seleniumhq.selenium:selenium-support:3.141.59" ], "exclusions": [ - "io.netty:netty-all", - "org.hamcrest:hamcrest-core", - "org.seleniumhq.selenium:selenium-remote-driver", - "org.seleniumhq.selenium:selenium-support", "org.hamcrest:hamcrest-all", - "org.seleniumhq.selenium:selenium-api" + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0.jar", + "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0.jar", - "https://jcenter.bintray.com/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0.jar", - "https://maven.google.com/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0.jar" + "https://repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0.jar", + "https://jcenter.bintray.com/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0.jar", + "https://maven.google.com/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0.jar" ], - "sha256": "da1e2b5e0652722ad30f9c98b907474f5cd9013fa5fa2fe351e4356357753314", - "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0.jar" + "sha256": "f0fbbe20fa0e2fe037ba30e15eb091571690211100828a582cf4ef0f4fd39388", + "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0.jar" }, { - "coord": "org.seleniumhq.selenium:htmlunit-driver:jar:sources:2.36.0", + "coord": "org.seleniumhq.selenium:htmlunit-driver:jar:sources:2.38.0", "dependencies": [ + "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.27.v20200227", + "com.google.code.findbugs:jsr305:jar:sources:3.0.2", "net.sourceforge.htmlunit:htmlunit-cssparser:jar:sources:1.5.0", - "org.eclipse.jetty:jetty-http:jar:sources:9.4.25.v20191220", - "org.apache.httpcomponents:httpcore:jar:sources:4.4.11", - "org.eclipse.jetty:jetty-util:jar:sources:9.4.25.v20191220", + "org.eclipse.jetty:jetty-util:jar:sources:9.4.27.v20200227", + "org.jetbrains:annotations:jar:sources:13.0", + "com.google.j2objc:j2objc-annotations:jar:sources:1.3", "commons-logging:commons-logging:jar:sources:1.2", - "org.eclipse.jetty:jetty-client:jar:sources:9.4.20.v20190813", + "org.apache.httpcomponents:httpclient:jar:sources:4.5.12", "org.apache.commons:commons-lang3:jar:sources:3.9", "xerces:xercesImpl:jar:sources:2.12.0", + "org.eclipse.jetty:jetty-io:jar:sources:9.4.27.v20200227", + "com.google.errorprone:error_prone_annotations:jar:sources:2.3.4", + "org.jetbrains.kotlin:kotlin-stdlib:jar:sources:1.3.61", "commons-io:commons-io:jar:sources:2.6", - "org.eclipse.jetty:jetty-xml:jar:sources:9.4.20.v20190813", + "org.checkerframework:checker-qual:jar:sources:2.10.0", + "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.27.v20200227", + "org.seleniumhq.selenium:selenium-api:jar:sources:3.141.59", + "com.google.guava:guava:jar:sources:28.2-jre", + "org.eclipse.jetty:jetty-client:jar:sources:9.4.27.v20200227", + "com.squareup.okio:okio:jar:sources:2.4.3", "commons-net:commons-net:jar:sources:3.6", - "org.apache.httpcomponents:httpmime:jar:sources:4.5.9", + "com.squareup.okhttp3:okhttp:jar:sources:4.4.1", + "org.apache.commons:commons-exec:jar:sources:1.3", "xalan:serializer:jar:sources:2.7.2", - "net.sourceforge.htmlunit:htmlunit-core-js:jar:sources:2.36.0", - "org.eclipse.jetty.websocket:websocket-common:jar:sources:9.4.20.v20190813", + "org.apache.commons:commons-text:jar:sources:1.8", + "org.seleniumhq.selenium:selenium-support:jar:sources:3.141.59", + "org.eclipse.jetty.websocket:websocket-client:jar:sources:9.4.27.v20200227", + "org.jetbrains.kotlin:kotlin-stdlib-common:jar:sources:1.3.61", + "net.sourceforge.htmlunit:htmlunit:jar:sources:2.38.0", "xalan:xalan:jar:sources:2.7.2", - "org.eclipse.jetty.websocket:websocket-api:jar:sources:9.4.20.v20190813", + "org.eclipse.jetty:jetty-xml:jar:sources:9.4.27.v20200227", "org.brotli:dec:jar:sources:0.1.2", - "org.eclipse.jetty.websocket:websocket-client:jar:sources:9.4.20.v20190813", "commons-codec:commons-codec:jar:sources:1.11", - "org.apache.commons:commons-text:jar:sources:1.7", - "net.sourceforge.htmlunit:neko-htmlunit:jar:sources:2.36.0", - "net.sourceforge.htmlunit:htmlunit:jar:sources:2.36.0", + "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", + "org.apache.httpcomponents:httpcore:jar:sources:4.4.13", + "net.sourceforge.htmlunit:neko-htmlunit:jar:sources:2.38.0", + "org.seleniumhq.selenium:selenium-remote-driver:jar:sources:3.141.59", + "org.eclipse.jetty:jetty-http:jar:sources:9.4.27.v20200227", + "com.google.guava:failureaccess:jar:sources:1.0.1", "xml-apis:xml-apis:jar:sources:1.4.01", - "org.eclipse.jetty:jetty-io:jar:sources:9.4.25.v20191220", - "org.apache.httpcomponents:httpclient:jar:sources:4.5.9" + "net.bytebuddy:byte-buddy:jar:sources:1.10.8", + "org.apache.httpcomponents:httpmime:jar:sources:4.5.12", + "net.sourceforge.htmlunit:htmlunit-core-js:jar:sources:2.38.0" ], "directDependencies": [ - "net.sourceforge.htmlunit:htmlunit:jar:sources:2.36.0" + "net.sourceforge.htmlunit:htmlunit:jar:sources:2.38.0", + "org.seleniumhq.selenium:selenium-api:jar:sources:3.141.59", + "org.seleniumhq.selenium:selenium-support:jar:sources:3.141.59" ], "exclusions": [ - "io.netty:netty-all", + "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", - "org.seleniumhq.selenium:selenium-remote-driver", - "org.seleniumhq.selenium:selenium-support", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0-sources.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0-sources.jar", + "https://jcenter.bintray.com/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0-sources.jar", + "https://maven.google.com/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0-sources.jar" + ], + "sha256": "eb62034286dd892c4f92fe2be48e75c17f4520072dfb1b4bcd6cbd0d53c13aa8", + "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.38.0/htmlunit-driver-2.38.0-sources.jar" + }, + { + "coord": "org.seleniumhq.selenium:selenium-api:3.141.59", + "dependencies": [], + "directDependencies": [], + "exclusions": [ "org.hamcrest:hamcrest-all", - "org.seleniumhq.selenium:selenium-api" + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar", + "https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar", + "https://maven.google.com/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar" + ], + "sha256": "8bfd5a736eccfc08866301ffc9b7f529e55976355c5799bed8392486df64dee5", + "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar" + }, + { + "coord": "org.seleniumhq.selenium:selenium-api:jar:sources:3.141.59", + "dependencies": [], + "directDependencies": [], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0-sources.jar", - "https://jcenter.bintray.com/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0-sources.jar", - "https://maven.google.com/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0-sources.jar" + "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59-sources.jar", + "https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59-sources.jar", + "https://maven.google.com/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59-sources.jar" ], - "sha256": "982af37f4c59bfe8fad26d90289b541a91467eb2548b9bf7b448e0efa48567d2", - "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.36.0/htmlunit-driver-2.36.0-sources.jar" + "sha256": "91e6c542fbb9b78082a149c8fb012dd439a18b36e69ff25d12279a0392d4c541", + "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59-sources.jar" + }, + { + "coord": "org.seleniumhq.selenium:selenium-remote-driver:3.141.59", + "dependencies": [ + "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", + "com.google.j2objc:j2objc-annotations:1.3", + "com.squareup.okhttp3:okhttp:4.4.1", + "com.google.code.findbugs:jsr305:3.0.2", + "com.squareup.okio:okio:2.4.3", + "org.seleniumhq.selenium:selenium-api:3.141.59", + "org.jetbrains.kotlin:kotlin-stdlib:1.3.61", + "com.google.errorprone:error_prone_annotations:2.3.4", + "net.bytebuddy:byte-buddy:1.10.8", + "com.google.guava:guava:28.2-jre", + "org.checkerframework:checker-qual:2.10.0", + "com.google.guava:failureaccess:1.0.1", + "org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61", + "org.apache.commons:commons-exec:1.3", + "org.jetbrains:annotations:13.0" + ], + "directDependencies": [ + "com.squareup.okhttp3:okhttp:4.4.1", + "com.squareup.okio:okio:2.4.3", + "org.seleniumhq.selenium:selenium-api:3.141.59", + "net.bytebuddy:byte-buddy:1.10.8", + "com.google.guava:guava:28.2-jre", + "org.apache.commons:commons-exec:1.3" + ], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar", + "https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar", + "https://maven.google.com/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar" + ], + "sha256": "9829fe57adf36743d785d0c2e7db504ba3ba0a3aacac652b8867cc854d2dfc45", + "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar" + }, + { + "coord": "org.seleniumhq.selenium:selenium-remote-driver:jar:sources:3.141.59", + "dependencies": [ + "com.google.code.findbugs:jsr305:jar:sources:3.0.2", + "org.jetbrains:annotations:jar:sources:13.0", + "com.google.j2objc:j2objc-annotations:jar:sources:1.3", + "com.google.errorprone:error_prone_annotations:jar:sources:2.3.4", + "org.jetbrains.kotlin:kotlin-stdlib:jar:sources:1.3.61", + "org.checkerframework:checker-qual:jar:sources:2.10.0", + "org.seleniumhq.selenium:selenium-api:jar:sources:3.141.59", + "com.google.guava:guava:jar:sources:28.2-jre", + "com.squareup.okio:okio:jar:sources:2.4.3", + "com.squareup.okhttp3:okhttp:jar:sources:4.4.1", + "org.apache.commons:commons-exec:jar:sources:1.3", + "org.jetbrains.kotlin:kotlin-stdlib-common:jar:sources:1.3.61", + "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", + "com.google.guava:failureaccess:jar:sources:1.0.1", + "net.bytebuddy:byte-buddy:jar:sources:1.10.8" + ], + "directDependencies": [ + "org.seleniumhq.selenium:selenium-api:jar:sources:3.141.59", + "com.google.guava:guava:jar:sources:28.2-jre", + "com.squareup.okio:okio:jar:sources:2.4.3", + "com.squareup.okhttp3:okhttp:jar:sources:4.4.1", + "org.apache.commons:commons-exec:jar:sources:1.3", + "net.bytebuddy:byte-buddy:jar:sources:1.10.8" + ], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59-sources.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59-sources.jar", + "https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59-sources.jar", + "https://maven.google.com/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59-sources.jar" + ], + "sha256": "aad98064715728567784c00915692b3075c0c1aad80ca14518340868c8296597", + "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59-sources.jar" + }, + { + "coord": "org.seleniumhq.selenium:selenium-support:3.141.59", + "dependencies": [ + "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", + "com.google.j2objc:j2objc-annotations:1.3", + "com.squareup.okhttp3:okhttp:4.4.1", + "org.seleniumhq.selenium:selenium-remote-driver:3.141.59", + "com.google.code.findbugs:jsr305:3.0.2", + "com.squareup.okio:okio:2.4.3", + "org.seleniumhq.selenium:selenium-api:3.141.59", + "org.jetbrains.kotlin:kotlin-stdlib:1.3.61", + "com.google.errorprone:error_prone_annotations:2.3.4", + "net.bytebuddy:byte-buddy:1.10.8", + "com.google.guava:guava:28.2-jre", + "org.checkerframework:checker-qual:2.10.0", + "com.google.guava:failureaccess:1.0.1", + "org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61", + "org.apache.commons:commons-exec:1.3", + "org.jetbrains:annotations:13.0" + ], + "directDependencies": [ + "com.squareup.okhttp3:okhttp:4.4.1", + "org.seleniumhq.selenium:selenium-remote-driver:3.141.59", + "com.squareup.okio:okio:2.4.3", + "org.seleniumhq.selenium:selenium-api:3.141.59", + "net.bytebuddy:byte-buddy:1.10.8", + "com.google.guava:guava:28.2-jre", + "org.apache.commons:commons-exec:1.3" + ], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar", + "https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar", + "https://maven.google.com/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar" + ], + "sha256": "2c74196d15277ce6003454d72fc3434091dbf3ba65060942719ba551509404d8", + "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar" + }, + { + "coord": "org.seleniumhq.selenium:selenium-support:jar:sources:3.141.59", + "dependencies": [ + "com.google.code.findbugs:jsr305:jar:sources:3.0.2", + "org.jetbrains:annotations:jar:sources:13.0", + "com.google.j2objc:j2objc-annotations:jar:sources:1.3", + "com.google.errorprone:error_prone_annotations:jar:sources:2.3.4", + "org.jetbrains.kotlin:kotlin-stdlib:jar:sources:1.3.61", + "org.checkerframework:checker-qual:jar:sources:2.10.0", + "org.seleniumhq.selenium:selenium-api:jar:sources:3.141.59", + "com.google.guava:guava:jar:sources:28.2-jre", + "com.squareup.okio:okio:jar:sources:2.4.3", + "com.squareup.okhttp3:okhttp:jar:sources:4.4.1", + "org.apache.commons:commons-exec:jar:sources:1.3", + "org.jetbrains.kotlin:kotlin-stdlib-common:jar:sources:1.3.61", + "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", + "org.seleniumhq.selenium:selenium-remote-driver:jar:sources:3.141.59", + "com.google.guava:failureaccess:jar:sources:1.0.1", + "net.bytebuddy:byte-buddy:jar:sources:1.10.8" + ], + "directDependencies": [ + "org.seleniumhq.selenium:selenium-api:jar:sources:3.141.59", + "com.google.guava:guava:jar:sources:28.2-jre", + "com.squareup.okio:okio:jar:sources:2.4.3", + "com.squareup.okhttp3:okhttp:jar:sources:4.4.1", + "org.apache.commons:commons-exec:jar:sources:1.3", + "org.seleniumhq.selenium:selenium-remote-driver:jar:sources:3.141.59", + "net.bytebuddy:byte-buddy:jar:sources:1.10.8" + ], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59-sources.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59-sources.jar", + "https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59-sources.jar", + "https://maven.google.com/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59-sources.jar" + ], + "sha256": "70112a60fd5750918a4ee45e7487f6bea9a6b500eeabf93e141b36541f51d096", + "url": "https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59-sources.jar" }, { "coord": "org.slf4j:slf4j-api:1.7.30", @@ -4279,55 +4478,113 @@ "url": "https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.7.30/slf4j-jdk14-1.7.30-sources.jar" }, { - "coord": "org.testng:testng:6.14.3", + "coord": "org.testng:testng:7.1.0", "dependencies": [ - "org.apache-extras.beanshell:bsh:2.0b6", + "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", + "com.google.j2objc:j2objc-annotations:1.3", + "org.yaml:snakeyaml:1.21", + "com.google.code.findbugs:jsr305:3.0.2", + "aopalliance:aopalliance:1.0", + "com.google.errorprone:error_prone_annotations:2.3.4", + "com.google.guava:guava:28.2-jre", + "org.checkerframework:checker-qual:2.10.0", + "com.google.guava:failureaccess:1.0.1", + "javax.inject:javax.inject:1", + "com.google.inject:guice:jar:no_aop:4.1.0", "com.beust:jcommander:1.78" ], "directDependencies": [ "com.beust:jcommander:1.78", - "org.apache-extras.beanshell:bsh:2.0b6" + "com.google.inject:guice:jar:no_aop:4.1.0", + "org.yaml:snakeyaml:1.21" ], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/testng/testng/6.14.3/testng-6.14.3.jar", + "file": "v1/https/repo1.maven.org/maven2/org/testng/testng/7.1.0/testng-7.1.0.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/testng/testng/6.14.3/testng-6.14.3.jar", - "https://jcenter.bintray.com/org/testng/testng/6.14.3/testng-6.14.3.jar", - "https://maven.google.com/org/testng/testng/6.14.3/testng-6.14.3.jar" + "https://repo1.maven.org/maven2/org/testng/testng/7.1.0/testng-7.1.0.jar", + "https://jcenter.bintray.com/org/testng/testng/7.1.0/testng-7.1.0.jar", + "https://maven.google.com/org/testng/testng/7.1.0/testng-7.1.0.jar" ], - "sha256": "7266b68b9668ea0c4e86e384fd72ccaa29a20a2538b20c586fd3902f008b114e", - "url": "https://repo1.maven.org/maven2/org/testng/testng/6.14.3/testng-6.14.3.jar" + "sha256": "e968e6cc3e925fe09b7b841d379e230dd9c56d6850ce18cf9a8e78ac0ce8e1b7", + "url": "https://repo1.maven.org/maven2/org/testng/testng/7.1.0/testng-7.1.0.jar" }, { - "coord": "org.testng:testng:jar:sources:6.14.3", + "coord": "org.testng:testng:jar:sources:7.1.0", "dependencies": [ + "com.google.code.findbugs:jsr305:jar:sources:3.0.2", + "com.google.j2objc:j2objc-annotations:jar:sources:1.3", "com.beust:jcommander:jar:sources:1.78", - "org.apache-extras.beanshell:bsh:jar:sources:2.0b6" + "com.google.errorprone:error_prone_annotations:jar:sources:2.3.4", + "aopalliance:aopalliance:jar:sources:1.0", + "org.checkerframework:checker-qual:jar:sources:2.10.0", + "javax.inject:javax.inject:jar:sources:1", + "com.google.guava:guava:jar:sources:28.2-jre", + "com.google.inject:guice:jar:sources:4.1.0", + "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", + "org.yaml:snakeyaml:jar:sources:1.21", + "com.google.guava:failureaccess:jar:sources:1.0.1" ], "directDependencies": [ "com.beust:jcommander:jar:sources:1.78", - "org.apache-extras.beanshell:bsh:jar:sources:2.0b6" + "com.google.inject:guice:jar:sources:4.1.0", + "org.yaml:snakeyaml:jar:sources:1.21" + ], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": "v1/https/repo1.maven.org/maven2/org/testng/testng/7.1.0/testng-7.1.0-sources.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/org/testng/testng/7.1.0/testng-7.1.0-sources.jar", + "https://jcenter.bintray.com/org/testng/testng/7.1.0/testng-7.1.0-sources.jar", + "https://maven.google.com/org/testng/testng/7.1.0/testng-7.1.0-sources.jar" + ], + "sha256": "a5a11e8c63ff91a302c298a655aad3fe87cabd335450c09fb709199aacf9a60e", + "url": "https://repo1.maven.org/maven2/org/testng/testng/7.1.0/testng-7.1.0-sources.jar" + }, + { + "coord": "org.yaml:snakeyaml:1.21", + "dependencies": [], + "directDependencies": [], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" ], + "file": "v1/https/repo1.maven.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21.jar", + "mirror_urls": [ + "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21.jar", + "https://jcenter.bintray.com/org/yaml/snakeyaml/1.21/snakeyaml-1.21.jar", + "https://maven.google.com/org/yaml/snakeyaml/1.21/snakeyaml-1.21.jar" + ], + "sha256": "e43cb0683f70804b833dfaa5ac032ff14ba0c758d4a1e9eaeb6640515df83faf", + "url": "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21.jar" + }, + { + "coord": "org.yaml:snakeyaml:jar:sources:1.21", + "dependencies": [], + "directDependencies": [], "exclusions": [ "org.hamcrest:hamcrest-all", "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/testng/testng/6.14.3/testng-6.14.3-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/testng/testng/6.14.3/testng-6.14.3-sources.jar", - "https://jcenter.bintray.com/org/testng/testng/6.14.3/testng-6.14.3-sources.jar", - "https://maven.google.com/org/testng/testng/6.14.3/testng-6.14.3-sources.jar" + "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21-sources.jar", + "https://jcenter.bintray.com/org/yaml/snakeyaml/1.21/snakeyaml-1.21-sources.jar", + "https://maven.google.com/org/yaml/snakeyaml/1.21/snakeyaml-1.21-sources.jar" ], - "sha256": "26292b4d80c01bebf358f27e4a37fe4d379f06bce1401baf47d4d2e261cc9e16", - "url": "https://repo1.maven.org/maven2/org/testng/testng/6.14.3/testng-6.14.3-sources.jar" + "sha256": "c3e778d791f7af1a5c10e0624471c1eb70201c2441390bf62099ff390a319e7d", + "url": "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21-sources.jar" }, { - "coord": "org.zeromq:jeromq:0.5.1", + "coord": "org.zeromq:jeromq:0.5.2", "dependencies": [ "eu.neilalexander:jnacl:1.0.0" ], @@ -4339,17 +4596,17 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/zeromq/jeromq/0.5.1/jeromq-0.5.1.jar", + "file": "v1/https/repo1.maven.org/maven2/org/zeromq/jeromq/0.5.2/jeromq-0.5.2.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.5.1/jeromq-0.5.1.jar", - "https://jcenter.bintray.com/org/zeromq/jeromq/0.5.1/jeromq-0.5.1.jar", - "https://maven.google.com/org/zeromq/jeromq/0.5.1/jeromq-0.5.1.jar" + "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.5.2/jeromq-0.5.2.jar", + "https://jcenter.bintray.com/org/zeromq/jeromq/0.5.2/jeromq-0.5.2.jar", + "https://maven.google.com/org/zeromq/jeromq/0.5.2/jeromq-0.5.2.jar" ], - "sha256": "0b02535cd561a7c950f461d9c6366bcc18d50c2b9b1c80061ce0febf7b725b70", - "url": "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.5.1/jeromq-0.5.1.jar" + "sha256": "8c19e7148bee907597129b2fd706839c45db849c72a25285ec1674f0ffdabf8e", + "url": "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.5.2/jeromq-0.5.2.jar" }, { - "coord": "org.zeromq:jeromq:jar:sources:0.5.1", + "coord": "org.zeromq:jeromq:jar:sources:0.5.2", "dependencies": [ "eu.neilalexander:jnacl:jar:sources:1.0.0" ], @@ -4361,14 +4618,14 @@ "org.hamcrest:hamcrest-core", "io.netty:netty-all" ], - "file": "v1/https/repo1.maven.org/maven2/org/zeromq/jeromq/0.5.1/jeromq-0.5.1-sources.jar", + "file": "v1/https/repo1.maven.org/maven2/org/zeromq/jeromq/0.5.2/jeromq-0.5.2-sources.jar", "mirror_urls": [ - "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.5.1/jeromq-0.5.1-sources.jar", - "https://jcenter.bintray.com/org/zeromq/jeromq/0.5.1/jeromq-0.5.1-sources.jar", - "https://maven.google.com/org/zeromq/jeromq/0.5.1/jeromq-0.5.1-sources.jar" + "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.5.2/jeromq-0.5.2-sources.jar", + "https://jcenter.bintray.com/org/zeromq/jeromq/0.5.2/jeromq-0.5.2-sources.jar", + "https://maven.google.com/org/zeromq/jeromq/0.5.2/jeromq-0.5.2-sources.jar" ], - "sha256": "a9aeadca32394baa3afe3137f81ae9c64e7f5816e698d2703ba773dc21279dd7", - "url": "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.5.1/jeromq-0.5.1-sources.jar" + "sha256": "848789da29f548902dab9a7fdbcc4582a312a09f6fcfbaf8132d705c063b81b6", + "url": "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.5.2/jeromq-0.5.2-sources.jar" }, { "coord": "xalan:serializer:2.7.2", @@ -4605,6 +4862,17 @@ ], "sha256": "a2097a4982685f78a9214f89e5804525a8258097ca973a6259ae52ed367d7de1", "url": "https://repo1.maven.org/maven2/xyz/rogfam/littleproxy/2.0.0-beta-5/littleproxy-2.0.0-beta-5-sources.jar" + }, + { + "coord": "com.google.guava:listenablefuture:jar:sources:9999.0-empty-to-avoid-conflict-with-guava", + "dependencies": [], + "directDependencies": [], + "exclusions": [ + "org.hamcrest:hamcrest-all", + "org.hamcrest:hamcrest-core", + "io.netty:netty-all" + ], + "file": null } ], "version": "0.1.0"