Merge changes Idd23d088,Ifbdb646a,I2479ec55 into stable-2.16

* changes:
  Reduce change spamming from CI
  Link checker result to the proper console URL
  Remove unused createCheckPayload() method
diff --git a/tools/bzl/js.bzl b/tools/bzl/js.bzl
index e6c4870..8184d75 100644
--- a/tools/bzl/js.bzl
+++ b/tools/bzl/js.bzl
@@ -316,6 +316,7 @@
         "$p/" + ctx.file._bundler_archive.path,
         "--inline-scripts",
         "--inline-css",
+        "--sourcemaps",
         "--strip-comments",
         "--out-file",
         "$p/" + bundled.path,
diff --git a/tools/nongoogle.bzl b/tools/nongoogle.bzl
index 03d42a7..82022a7 100644
--- a/tools/nongoogle.bzl
+++ b/tools/nongoogle.bzl
@@ -100,8 +100,8 @@
 
     maven_jar(
         name = "jackson-core",
-        artifact = "com.fasterxml.jackson.core:jackson-core:2.10.1",
-        sha1 = "2c8b5e26ba40e5f91eb37a24075a2028b402c5f9",
+        artifact = "com.fasterxml.jackson.core:jackson-core:2.10.2",
+        sha1 = "73d4322a6bda684f676a2b5fe918361c4e5c7cca",
     )
 
     # Test-only dependencies below.