From c60493f0ec8de6584d84915f05001a35d79fedeb Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Wed, 28 Feb 2024 16:43:29 +0100 Subject: [PATCH] bugfix: Fix showing Scala 3 diagnostics Previously, Scala 3 diagnsotics would not be shown since they currently use rendered message, which is a pretty printed diagnotic. Now, I added a separate parser for Scala 3 compiler diagnostics. --- MODULE.bazel.lock | 2343 +++++++++++------ .../diagnostics/BazelRootMessageParser.kt | 2 +- .../server/diagnostics/DiagnosticsParser.kt | 1 + .../Scala3CompilerDiagnosticParser.kt | 55 + .../diagnostics/DiagnosticsServiceTest.kt | 100 + 5 files changed, 1714 insertions(+), 787 deletions(-) create mode 100644 server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/Scala3CompilerDiagnosticParser.kt diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index dec8004e0..0acef3527 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "1101b4657b381e9e77b7b8a6385d218fe84bba462dbdc2fa17698e6b0aabe37f", + "moduleFileHash": "10cfa07e5c9582a3b475bcfb17f0f558c5eff64d82449e910ebab9637bdeaf93", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -116,23 +116,24 @@ "ch.epfl.scala:bsp4j:2.2.0-M1", "commons-io:commons-io:jar:2.15.1", "commons-cli:commons-cli:jar:1.6.0", - "org.apache.logging.log4j:log4j-api:2.22.1", - "org.apache.logging.log4j:log4j-core:2.22.1", + "org.apache.logging.log4j:log4j-api:2.23.1", + "org.apache.logging.log4j:log4j-core:2.23.1", "org.apache.velocity:velocity-engine-core:2.3", - "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3", - "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3", - "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2", - "com.fasterxml.jackson.core:jackson-databind:2.16.1", - "com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1", - "com.google.protobuf:protobuf-java:3.25.2", - "io.grpc:grpc-stub:1.61.1", - "io.grpc:grpc-protobuf:1.61.1", + "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0", + "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0", + "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3", + "org.slf4j:slf4j-nop:2.0.12", + "com.fasterxml.jackson.core:jackson-databind:2.17.0", + "com.fasterxml.jackson.module:jackson-module-kotlin:2.16.2", + "com.google.protobuf:protobuf-java:4.26.0", + "io.grpc:grpc-stub:1.62.2", + "io.grpc:grpc-protobuf:1.62.2", "org.junit.jupiter:junit-jupiter:5.10.2", "org.junit.platform:junit-platform-console:1.10.2", - "io.kotest:kotest-assertions-api-jvm:5.8.0", - "io.kotest:kotest-assertions-core-jvm:5.8.0", - "io.kotest:kotest-assertions-shared-jvm:5.8.0", - "io.kotest:kotest-common-jvm:5.8.0" + "io.kotest:kotest-assertions-api-jvm:5.8.1", + "io.kotest:kotest-assertions-core-jvm:5.8.1", + "io.kotest:kotest-assertions-shared-jvm:5.8.1", + "io.kotest:kotest-common-jvm:5.8.1" ], "fail_if_repin_required": true, "fetch_sources": true, @@ -155,12 +156,12 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "rules_kotlin": "rules_kotlin@1.9.0", + "rules_kotlin": "rules_kotlin@1.9.1", "rules_java": "rules_java@7.4.0", "rules_proto": "rules_proto@5.3.0-21.7", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.8", - "rules_python": "rules_python@0.30.0", + "rules_python": "rules_python@0.31.0", "testkit": "bsp-testkit2@_", "rules_bazel_integration_test": "rules_bazel_integration_test@0.23.0", "rules_jvm_external": "rules_jvm_external@_", @@ -199,10 +200,10 @@ } } }, - "rules_kotlin@1.9.0": { + "rules_kotlin@1.9.1": { "name": "rules_kotlin", - "version": "1.9.0", - "key": "rules_kotlin@1.9.0", + "version": "1.9.1", + "key": "rules_kotlin@1.9.1", "repoName": "rules_kotlin", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -212,9 +213,9 @@ { "extensionBzlFile": "@rules_kotlin//src/main/starlark/core/repositories:bzlmod_setup.bzl", "extensionName": "rules_kotlin_extensions", - "usingModule": "rules_kotlin@1.9.0", + "usingModule": "rules_kotlin@1.9.1", "location": { - "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.1/MODULE.bazel", "line": 14, "column": 40 }, @@ -223,7 +224,6 @@ "com_github_google_ksp": "com_github_google_ksp", "com_github_jetbrains_kotlin": "com_github_jetbrains_kotlin", "com_github_pinterest_ktlint": "com_github_pinterest_ktlint", - "kt_java_stub_template": "kt_java_stub_template", "rules_android": "rules_android" }, "devImports": [], @@ -234,10 +234,10 @@ { "extensionBzlFile": "@bazel_tools//tools/android:android_extensions.bzl", "extensionName": "remote_android_tools_extensions", - "usingModule": "rules_kotlin@1.9.0", + "usingModule": "rules_kotlin@1.9.1", "location": { - "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.1/MODULE.bazel", + "line": 27, "column": 42 }, "imports": { @@ -252,10 +252,10 @@ { "extensionBzlFile": "@rules_jvm_external//:extensions.bzl", "extensionName": "maven", - "usingModule": "rules_kotlin@1.9.0", + "usingModule": "rules_kotlin@1.9.1", "location": { - "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/MODULE.bazel", - "line": 37, + "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.1/MODULE.bazel", + "line": 36, "column": 22 }, "imports": { @@ -285,7 +285,12 @@ "javax.inject:javax.inject:1", "org.pantsbuild:jarjar:1.7.2", "org.jetbrains.kotlinx:atomicfu-js:0.15.2", - "org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc" + "org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc", + "dev.zacsweers.autoservice:auto-service-ksp:jar:1.1.0", + "com.squareup.moshi:moshi:1.15.0", + "com.squareup.moshi:moshi-kotlin:1.15.0", + "com.squareup.moshi:moshi-kotlin-codegen:1.15.0", + "com.google.auto.service:auto-service-annotations:jar:1.1.1" ], "fetch_sources": true, "repositories": [ @@ -296,8 +301,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/MODULE.bazel", - "line": 38, + "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.1/MODULE.bazel", + "line": 37, "column": 14 } } @@ -310,7 +315,7 @@ "platforms": "platforms@0.0.8", "bazel_skylib": "bazel_skylib@1.5.0", "rules_java": "rules_java@7.4.0", - "rules_python": "rules_python@0.30.0", + "rules_python": "rules_python@0.31.0", "rules_cc": "rules_cc@0.0.9", "rules_jvm_external": "rules_jvm_external@_", "rules_pkg": "rules_pkg@0.7.0", @@ -323,14 +328,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_kotlin~1.9.0", + "name": "rules_kotlin~1.9.1", "urls": [ - "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.9.0/rules_kotlin-v1.9.0.tar.gz" + "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.9.1/rules_kotlin-v1.9.1.tar.gz" ], - "integrity": "sha256-V2bx5Zms9VGqVvSdq5q5EIJpsDxVdJbFSsr0H5jiuNY=", + "integrity": "sha256-2YmMMlDgRCQ27qveThlMMNbHakqX9RexjO/f1ONFclo=", "strip_prefix": "", "remote_patches": { - "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/patches/module_dot_bazel_version.patch": "sha256-nDFDlp2ujd74k9mEF0Bh7pZqBt+CUCF2bZHIaFgM25g=" + "https://bcr.bazel.build/modules/rules_kotlin/1.9.1/patches/module_dot_bazel_version.patch": "sha256-JNJ7cO0dqwPGSWBXTKQ93kwoF0xUXsTrIu9pronFqJI=" }, "remote_patch_strip": 1 } @@ -545,10 +550,10 @@ } } }, - "rules_python@0.30.0": { + "rules_python@0.31.0": { "name": "rules_python", - "version": "0.30.0", - "key": "rules_python@0.30.0", + "version": "0.31.0", + "key": "rules_python@0.31.0", "repoName": "rules_python", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -558,9 +563,9 @@ { "extensionBzlFile": "@rules_python//python/private/bzlmod:internal_deps.bzl", "extensionName": "internal_deps", - "usingModule": "rules_python@0.30.0", + "usingModule": "rules_python@0.31.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_python/0.30.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel", "line": 15, "column": 30 }, @@ -589,7 +594,7 @@ "attributeValues": {}, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_python/0.30.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel", "line": 16, "column": 22 } @@ -601,9 +606,9 @@ { "extensionBzlFile": "@rules_python//python/extensions:python.bzl", "extensionName": "python", - "usingModule": "rules_python@0.30.0", + "usingModule": "rules_python@0.31.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_python/0.30.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel", "line": 41, "column": 23 }, @@ -620,7 +625,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_python/0.30.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel", "line": 47, "column": 17 } @@ -643,14 +648,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0", + "name": "rules_python~0.31.0", "urls": [ - "https://github.com/bazelbuild/rules_python/releases/download/0.30.0/rules_python-0.30.0.tar.gz" + "https://github.com/bazelbuild/rules_python/releases/download/0.31.0/rules_python-0.31.0.tar.gz" ], - "integrity": "sha256-O4tM3Jkbyd74gz0RjkyFDxt0mLPWXVaY7qksNSi4zyw=", - "strip_prefix": "rules_python-0.30.0", + "integrity": "sha256-xovcT77CXeW1STuIGc/Id8TqKZwNyxXCRMWgAgjN4xE=", + "strip_prefix": "rules_python-0.31.0", "remote_patches": { - "https://bcr.bazel.build/modules/rules_python/0.30.0/patches/module_dot_bazel_version.patch": "sha256-HnzUdGZAFh2S4etjSDB/yVL4sacu/QSSuYTKkN0Ja3k=" + "https://bcr.bazel.build/modules/rules_python/0.31.0/patches/module_dot_bazel_version.patch": "sha256-j2KF6j66J2fRAGtc56Zj7Hp1dTGqOWPAR3+IODr0oLQ=" }, "remote_patch_strip": 1 } @@ -711,7 +716,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "rules_java": "rules_java@7.4.0", - "rules_kotlin": "rules_kotlin@1.9.0", + "rules_kotlin": "rules_kotlin@1.9.1", "rules_jvm_external": "rules_jvm_external@_", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -729,7 +734,7 @@ "extensionUsages": [], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "rules_python": "rules_python@0.30.0", + "rules_python": "rules_python@0.31.0", "platforms": "platforms@0.0.8", "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.0", "bazel_tools": "bazel_tools@_", @@ -953,7 +958,7 @@ "rules_java": "rules_java@7.4.0", "rules_license": "rules_license@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", - "rules_python": "rules_python@0.30.0", + "rules_python": "rules_python@0.31.0", "platforms": "platforms@0.0.8", "com_google_protobuf": "protobuf@21.7", "zlib": "zlib@1.3", @@ -983,7 +988,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "rules_python": "rules_python@0.30.0", + "rules_python": "rules_python@0.31.0", "bazel_skylib": "bazel_skylib@1.5.0", "rules_license": "rules_license@0.0.7", "bazel_tools": "bazel_tools@_", @@ -1115,7 +1120,7 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "rules_python": "rules_python@0.30.0", + "rules_python": "rules_python@0.31.0", "rules_cc": "rules_cc@0.0.9", "rules_proto": "rules_proto@5.3.0-21.7", "rules_java": "rules_java@7.4.0", @@ -1783,6 +1788,63 @@ "recordedRepoMappingEntries": [] } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@bazel_tools//tools/android:android_extensions.bzl%remote_android_tools_extensions": { + "general": { + "bzlTransitiveDigest": "4x/FXzwoadac6uV9ItZ4eGOyCculGHHrKUhLFNWo3lA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "android_tools": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_tools~remote_android_tools_extensions~android_tools", + "sha256": "2b661a761a735b41c41b3a78089f4fc1982626c76ddb944604ae3ff8c545d3c2", + "url": "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.30.0.tar" + } + }, + "android_gmaven_r8": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_jar", + "attributes": { + "name": "bazel_tools~remote_android_tools_extensions~android_gmaven_r8", + "sha256": "57a696749695a09381a87bc2f08c3a8ed06a717a5caa3ef878a3077e0d3af19d", + "url": "https://maven.google.com/com/android/tools/r8/8.1.56/r8-8.1.56.jar" + } + } + }, + "recordedRepoMappingEntries": [] + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "mcsWHq3xORJexV5/4eCvNOLxFOQKV6eli3fkr+tEaqE=", @@ -2003,6 +2065,441 @@ ] } }, + "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "general": { + "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "accumulatedFileDigests": { + "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", + "@@cgrindel_bazel_starlib~0.18.0//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", + "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@cgrindel_bazel_starlib~0.18.0//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", + "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", + "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_fsnotify_fsnotify": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "importpath": "github.com/fsnotify/fsnotify", + "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", + "replace": "", + "version": "v1.6.0", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "org_golang_x_text": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "importpath": "golang.org/x/text", + "sum": "h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=", + "replace": "", + "version": "v0.3.3", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_pmezard_go_difflib": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "importpath": "github.com/pmezard/go-difflib", + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "org_golang_google_protobuf": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "importpath": "google.golang.org/protobuf", + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_bmatcuk_doublestar_v4": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "importpath": "github.com/bmatcuk/doublestar/v4", + "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", + "replace": "", + "version": "v4.6.0", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_creasty_defaults": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "importpath": "github.com/creasty/defaults", + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "org_golang_x_mod": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "importpath": "golang.org/x/mod", + "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", + "replace": "", + "version": "v0.10.0", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_davecgh_go_spew": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "importpath": "github.com/davecgh/go-spew", + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "in_gopkg_yaml_v3": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "importpath": "gopkg.in/yaml.v3", + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "org_golang_x_tools": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "importpath": "golang.org/x/tools", + "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", + "replace": "", + "version": "v0.9.1", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_gomarkdown_markdown": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "importpath": "github.com/gomarkdown/markdown", + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "org_golang_x_net": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "importpath": "golang.org/x/net", + "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", + "replace": "", + "version": "v0.0.0-20210405180319-a5a99cb37ef4", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_bazelbuild_buildtools": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "importpath": "github.com/bazelbuild/buildtools", + "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", + "replace": "", + "version": "v0.0.0-20230510134650-37bd1811516d", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "org_golang_google_genproto": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "importpath": "google.golang.org/genproto", + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_gogo_protobuf": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "importpath": "github.com/gogo/protobuf", + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2", + "build_directives": [ + "gazelle:proto disable" + ], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_stretchr_testify": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "importpath": "github.com/stretchr/testify", + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_golang_protobuf": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "importpath": "github.com/golang/protobuf", + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_golang_mock": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "importpath": "github.com/golang/mock", + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "org_golang_x_sync": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "importpath": "golang.org/x/sync", + "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", + "replace": "", + "version": "v0.2.0", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "bazel_gazelle_go_repository_config": { + "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "ruleClassName": "_go_repository_config", + "attributes": { + "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "importpaths": { + "com_github_creasty_defaults": "github.com/creasty/defaults", + "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", + "com_github_stretchr_testify": "github.com/stretchr/testify", + "in_gopkg_yaml_v3": "gopkg.in/yaml.v3", + "com_github_davecgh_go_spew": "github.com/davecgh/go-spew", + "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", + "com_github_gogo_protobuf": "github.com/gogo/protobuf", + "com_github_golang_mock": "github.com/golang/mock", + "com_github_golang_protobuf": "github.com/golang/protobuf", + "org_golang_google_protobuf": "google.golang.org/protobuf", + "org_golang_x_net": "golang.org/x/net", + "org_golang_x_sys": "golang.org/x/sys", + "org_golang_x_text": "golang.org/x/text", + "org_golang_google_genproto": "google.golang.org/genproto", + "org_golang_google_grpc": "google.golang.org/grpc", + "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", + "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", + "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", + "com_github_google_go_cmp": "github.com/google/go-cmp", + "org_golang_x_mod": "golang.org/x/mod", + "org_golang_x_sync": "golang.org/x/sync", + "org_golang_x_tools": "golang.org/x/tools", + "@cgrindel_bazel_starlib~0.18.0": "github.com/cgrindel/bazel-starlib", + "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle" + }, + "module_names": { + "@cgrindel_bazel_starlib~0.18.0": "cgrindel_bazel_starlib", + "@rules_go~0.41.0": "rules_go", + "@gazelle~0.32.0": "gazelle" + }, + "build_naming_conventions": {} + } + }, + "org_golang_google_grpc": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "importpath": "google.golang.org/grpc", + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0", + "build_directives": [ + "gazelle:proto disable" + ], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "org_golang_x_sys": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "importpath": "golang.org/x/sys", + "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", + "replace": "", + "version": "v0.8.0", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + }, + "com_github_google_go_cmp": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "importpath": "github.com/google/go-cmp", + "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", + "replace": "", + "version": "v0.5.9", + "build_directives": [], + "build_file_generation": "auto", + "patches": [], + "patch_args": [] + } + } + }, + "moduleExtensionMetadata": { + "explicitRootModuleDirectDeps": [], + "explicitRootModuleDirectDevDeps": [], + "useAllRepos": "NO" + }, + "recordedRepoMappingEntries": [ + [ + "gazelle~0.32.0", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_gazelle_go_repository_tools": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "ruleClassName": "go_repository_tools", + "attributes": { + "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + } + }, + "bazel_gazelle_go_repository_cache": { + "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "ruleClassName": "go_repository_cache", + "attributes": { + "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "go_sdk", + "go_env": {} + } + } + }, + "recordedRepoMappingEntries": [ + [ + "gazelle~0.32.0", + "bazel_gazelle_go_repository_cache", + "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache" + ] + ] + } + }, "@@rules_bazel_integration_test~0.23.0//:extensions.bzl%bazel_binaries": { "general": { "bzlTransitiveDigest": "2YpQtmxm7IW8Ldz4jpGThmEDybtrPhL/NCQeG1JSpPI=", @@ -2124,108 +2621,318 @@ ] } }, - "@@rules_java~7.4.0//java:extensions.bzl%toolchains": { + "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "aBRZna7UIPTRv5GXYZ2u+AfFtxUOl9IjgmCeWzNSieQ=", + "bzlTransitiveDigest": "60r+x8MTE9L50/w1ZkQdIQUErRHZnduy1jHTaGJEexI=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "remotejdk21_linux_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", + "bazel_skylib": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_java~7.4.0~toolchains~remotejdk21_linux_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\n" + "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "urls": [ + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + ], + "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", + "strip_prefix": "" } }, - "remotejdk17_linux_s390x_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", + "com_github_gogo_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_java~7.4.0~toolchains~remotejdk17_linux_s390x_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\n" + "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", + "urls": [ + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" + ], + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", + "patches": [ + "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] } }, - "remotejdk17_macos_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", + "org_golang_x_xerrors": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_java~7.4.0~toolchains~remotejdk17_macos_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\n" + "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "urls": [ + "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", + "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + ], + "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", + "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "patches": [ + "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] } }, - "remotejdk21_macos_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", + "com_github_golang_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_java~7.4.0~toolchains~remotejdk21_macos_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\n" + "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "urls": [ + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + ], + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", + "patches": [ + "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] } }, - "remotejdk17_linux_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", "attributes": { - "name": "rules_java~7.4.0~toolchains~remotejdk17_linux_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\n" + "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" } }, - "remotejdk21_macos_aarch64": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + } + }, + "com_github_golang_mock": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_java~7.4.0~toolchains~remotejdk21_macos_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "e8260516de8b60661422a725f1df2c36ef888f6fb35393566b00e7325db3d04e", - "strip_prefix": "zulu21.32.17-ca-jdk21.0.2-macosx_aarch64", + "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz" - ] + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" } }, - "remotejdk17_linux_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", + "org_golang_google_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_java~7.4.0~toolchains~remotejdk17_linux_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\n" + "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "urls": [ + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + ], + "strip_prefix": "protobuf-go-1.30.0", + "patches": [ + "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] } }, - "remotejdk17_macos_aarch64": { + "com_github_mwitkow_go_proto_validators": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_java~7.4.0~toolchains~remotejdk17_macos_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "314b04568ec0ae9b36ba03c9cbd42adc9e1265f74678923b19297d66eb84dcca", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64", + "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz" - ] + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "remote_java_tools_windows": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_java~7.4.0~toolchains~remote_java_tools_windows", - "sha256": "fe2f88169696d6c6fc6e90ba61bb46be7d0ae3693cbafdf336041bf56679e8d1", + "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.4/java_tools_windows-v13.4.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.4/java_tools_windows-v13.4.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + ], + "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", + "strip_prefix": "tools-0.7.0", + "patches": [ + "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + ], + "patch_args": [ + "-p1" ] } }, - "remotejdk11_win": { + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_java~7.4.0~toolchains~remotejdk11_win", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "43408193ce2fa0862819495b5ae8541085b95660153f2adcf91a52d3a1710e83", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-win_x64", + "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "urls": [ + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + ], + "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", + "strip_prefix": "sys-0.8.0", + "patches": [ + "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] + } + }, + "org_golang_google_genproto": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "urls": [ + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", + "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + ], + "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", + "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "patches": [ + "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_go~0.41.0", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@rules_java~7.4.0//java:extensions.bzl%toolchains": { + "general": { + "bzlTransitiveDigest": "aBRZna7UIPTRv5GXYZ2u+AfFtxUOl9IjgmCeWzNSieQ=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "remotejdk21_linux_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remotejdk21_linux_toolchain_config_repo", + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\n" + } + }, + "remotejdk17_linux_s390x_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remotejdk17_linux_s390x_toolchain_config_repo", + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\n" + } + }, + "remotejdk17_macos_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remotejdk17_macos_toolchain_config_repo", + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\n" + } + }, + "remotejdk21_macos_aarch64_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remotejdk21_macos_aarch64_toolchain_config_repo", + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\n" + } + }, + "remotejdk17_linux_aarch64_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remotejdk17_linux_aarch64_toolchain_config_repo", + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\n" + } + }, + "remotejdk21_macos_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remotejdk21_macos_aarch64", + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", + "sha256": "e8260516de8b60661422a725f1df2c36ef888f6fb35393566b00e7325db3d04e", + "strip_prefix": "zulu21.32.17-ca-jdk21.0.2-macosx_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz" + ] + } + }, + "remotejdk17_linux_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.4.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remotejdk17_linux_toolchain_config_repo", + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\n" + } + }, + "remotejdk17_macos_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remotejdk17_macos_aarch64", + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", + "sha256": "314b04568ec0ae9b36ba03c9cbd42adc9e1265f74678923b19297d66eb84dcca", + "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz" + ] + } + }, + "remote_java_tools_windows": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remote_java_tools_windows", + "sha256": "fe2f88169696d6c6fc6e90ba61bb46be7d0ae3693cbafdf336041bf56679e8d1", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.4/java_tools_windows-v13.4.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.4/java_tools_windows-v13.4.zip" + ] + } + }, + "remotejdk11_win": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.4.0~toolchains~remotejdk11_win", + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", + "sha256": "43408193ce2fa0862819495b5ae8541085b95660153f2adcf91a52d3a1710e83", + "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-win_x64", "urls": [ "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-win_x64.zip", "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-win_x64.zip" @@ -2680,7 +3387,7 @@ "general": { "bzlTransitiveDigest": "s2W5ZcoLzoufYyLA8qfOeY8rbHOnaUuzhfEOfZpvZ1Q=", "accumulatedFileDigests": { - "@@//:maven_install.json": "ac8ba6ea3dbb08b2a9b88759786fd5818ababb7aa5eec87fd5b8d03407431e59", + "@@//:maven_install.json": "53282dbcae4ade54d1fe8be6a2602cdfa36b7bb89ccdf2ec2692a7d8989347a3", "@@rules_jvm_external~override//:rules_jvm_external_deps_install.json": "f7b381f38c8e0e8529fe2aac36898ccc9b2a7f38aa0fecf911924163437f1752" }, "envVariables": {}, @@ -2712,18 +3419,32 @@ "downloaded_file_path": "com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar" } }, - "io_kotest_kotest_assertions_api_jvm_jar_sources_5_8_0": { + "org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_8_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_8_0", + "sha256": "9860906a1937490bf5f3b06d2f0e10ef451e65b95b269f22daf68a3d1f5065c5", + "urls": [ + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0.jar" + ], + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0.jar" + } + }, + "io_kotest_kotest_assertions_api_jvm_jar_sources_5_8_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_api_jvm_jar_sources_5_8_0", + "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_api_jvm_jar_sources_5_8_1", "sha256": "5828eacafedf979de09382b9e42950cec4e932f7697b0972a089a2dd3ebb7bd7", "urls": [ - "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-api-jvm/5.8.0/kotest-assertions-api-jvm-5.8.0-sources.jar", - "https://maven.google.com/io/kotest/kotest-assertions-api-jvm/5.8.0/kotest-assertions-api-jvm-5.8.0-sources.jar", - "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-api-jvm/5.8.0/kotest-assertions-api-jvm-5.8.0-sources.jar" + "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-api-jvm/5.8.1/kotest-assertions-api-jvm-5.8.1-sources.jar", + "https://maven.google.com/io/kotest/kotest-assertions-api-jvm/5.8.1/kotest-assertions-api-jvm-5.8.1-sources.jar", + "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-api-jvm/5.8.1/kotest-assertions-api-jvm-5.8.1-sources.jar" ], - "downloaded_file_path": "io/kotest/kotest-assertions-api-jvm/5.8.0/kotest-assertions-api-jvm-5.8.0-sources.jar" + "downloaded_file_path": "io/kotest/kotest-assertions-api-jvm/5.8.1/kotest-assertions-api-jvm-5.8.1-sources.jar" } }, "software_amazon_awssdk_netty_nio_client_2_20_128": { @@ -2806,6 +3527,20 @@ "downloaded_file_path": "com/google/api/gax-grpc/2.32.0/gax-grpc-2.32.0.jar" } }, + "org_apache_logging_log4j_log4j_core_jar_sources_2_23_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_apache_logging_log4j_log4j_core_jar_sources_2_23_1", + "sha256": "3da91ab04815b5506efa7b7ec3bca6f8dacc398a8f25329ff8e8c734e98d1678", + "urls": [ + "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1-sources.jar", + "https://maven.google.com/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1-sources.jar", + "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1-sources.jar" + ], + "downloaded_file_path": "org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1-sources.jar" + } + }, "io_grpc_grpc_api_1_56_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -2846,18 +3581,18 @@ "downloaded_file_path": "com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4-sources.jar" } }, - "io_kotest_kotest_common_jvm_5_8_0": { + "io_kotest_kotest_common_jvm_5_8_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_kotest_kotest_common_jvm_5_8_0", - "sha256": "f7e713bba225fba5879741665a3b6193fa528bc27be54752a7763808a4f29513", + "name": "rules_jvm_external~override~maven~io_kotest_kotest_common_jvm_5_8_1", + "sha256": "60bd9521ec83c6c4255dcc05aa09f55c12c0aa58f1e35bd914f7ce6d2dcd5070", "urls": [ - "https://repo.maven.apache.org/maven2/io/kotest/kotest-common-jvm/5.8.0/kotest-common-jvm-5.8.0.jar", - "https://maven.google.com/io/kotest/kotest-common-jvm/5.8.0/kotest-common-jvm-5.8.0.jar", - "https://repo1.maven.org/maven2/io/kotest/kotest-common-jvm/5.8.0/kotest-common-jvm-5.8.0.jar" + "https://repo.maven.apache.org/maven2/io/kotest/kotest-common-jvm/5.8.1/kotest-common-jvm-5.8.1.jar", + "https://maven.google.com/io/kotest/kotest-common-jvm/5.8.1/kotest-common-jvm-5.8.1.jar", + "https://repo1.maven.org/maven2/io/kotest/kotest-common-jvm/5.8.1/kotest-common-jvm-5.8.1.jar" ], - "downloaded_file_path": "io/kotest/kotest-common-jvm/5.8.0/kotest-common-jvm-5.8.0.jar" + "downloaded_file_path": "io/kotest/kotest-common-jvm/5.8.1/kotest-common-jvm-5.8.1.jar" } }, "org_apache_commons_commons_lang3_3_12_0": { @@ -2886,32 +3621,18 @@ "downloaded_file_path": "io/netty/netty-codec-http/4.1.94.Final/netty-codec-http-4.1.94.Final.jar" } }, - "io_kotest_kotest_assertions_core_jvm_5_8_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_core_jvm_5_8_0", - "sha256": "c2c94547fb1521a4820d0e2e17eaa4b903c368edea78fe2e1ffad143abacf61c", - "urls": [ - "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-core-jvm/5.8.0/kotest-assertions-core-jvm-5.8.0.jar", - "https://maven.google.com/io/kotest/kotest-assertions-core-jvm/5.8.0/kotest-assertions-core-jvm-5.8.0.jar", - "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-core-jvm/5.8.0/kotest-assertions-core-jvm-5.8.0.jar" - ], - "downloaded_file_path": "io/kotest/kotest-assertions-core-jvm/5.8.0/kotest-assertions-core-jvm-5.8.0.jar" - } - }, - "com_fasterxml_jackson_core_jackson_databind_jar_sources_2_16_1": { + "io_kotest_kotest_assertions_core_jvm_5_8_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_databind_jar_sources_2_16_1", - "sha256": "91390204018cbeb9c5ed6e60c2624b63c8221082af9b0e94ce7f2d926ec48e2c", + "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_core_jvm_5_8_1", + "sha256": "16886cdf66acfba6ff11d7033e7b2c9ff69358c083b40522b624f181ad63c2c5", "urls": [ - "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1-sources.jar", - "https://maven.google.com/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1-sources.jar", - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1-sources.jar" + "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-core-jvm/5.8.1/kotest-assertions-core-jvm-5.8.1.jar", + "https://maven.google.com/io/kotest/kotest-assertions-core-jvm/5.8.1/kotest-assertions-core-jvm-5.8.1.jar", + "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-core-jvm/5.8.1/kotest-assertions-core-jvm-5.8.1.jar" ], - "downloaded_file_path": "com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1-sources.jar" + "downloaded_file_path": "io/kotest/kotest-assertions-core-jvm/5.8.1/kotest-assertions-core-jvm-5.8.1.jar" } }, "ch_epfl_scala_bsp4j_jar_sources_2_2_0_M1": { @@ -2928,6 +3649,34 @@ "downloaded_file_path": "ch/epfl/scala/bsp4j/2.2.0-M1/bsp4j-2.2.0-M1-sources.jar" } }, + "org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_jar_sources_1_8_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_jar_sources_1_8_0", + "sha256": "451599ff2044e6a98f975b28d106891cc664ae69ad7a30c572dffb5413202179", + "urls": [ + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0-sources.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0-sources.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0-sources.jar" + ], + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0-sources.jar" + } + }, + "org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_jar_sources_1_8_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_jar_sources_1_8_0", + "sha256": "c7203e2fa344570810d403dc7a88d1a240f76b1f17df5f4d9e90f8d48faf5bd1", + "urls": [ + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.8.0/kotlinx-coroutines-test-jvm-1.8.0-sources.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.8.0/kotlinx-coroutines-test-jvm-1.8.0-sources.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.8.0/kotlinx-coroutines-test-jvm-1.8.0-sources.jar" + ], + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.8.0/kotlinx-coroutines-test-jvm-1.8.0-sources.jar" + } + }, "com_fasterxml_jackson_core_jackson_core_2_15_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -2955,20 +3704,6 @@ "downloaded_file_path": "com/google/code/gson/gson/2.10.1/gson-2.10.1.jar" } }, - "org_jetbrains_kotlin_kotlin_stdlib_common_jar_sources_1_9_21": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlin_kotlin_stdlib_common_jar_sources_1_9_21", - "sha256": "8e4454c1e63f21697eb1a752e63ce58365c3a55deb7e05b448270a330244664c", - "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21-sources.jar", - "https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21-sources.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21-sources.jar" - ], - "downloaded_file_path": "org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21-sources.jar" - } - }, "com_google_api_grpc_proto_google_iam_v1_1_18_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -2995,18 +3730,18 @@ "downloaded_file_path": "com/google/http-client/google-http-client-gson/1.43.3/google-http-client-gson-1.43.3.jar" } }, - "org_apache_logging_log4j_log4j_api_2_22_1": { + "org_jetbrains_kotlin_kotlin_stdlib_common_jar_sources_1_9_22": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_apache_logging_log4j_log4j_api_2_22_1", - "sha256": "5d7beae7ff15d8516d6517121d7f12a79a6ac180df64b5fcec55d5be21056e53", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlin_kotlin_stdlib_common_jar_sources_1_9_22", + "sha256": "e62b0391ff772e5126a80921fcd2c867347592a8014d23a162b9051f15786263", "urls": [ - "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar", - "https://maven.google.com/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar", - "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22-sources.jar", + "https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22-sources.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22-sources.jar" ], - "downloaded_file_path": "org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar" + "downloaded_file_path": "org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22-sources.jar" } }, "io_grpc_grpc_protobuf_lite_1_56_1": { @@ -3076,18 +3811,18 @@ "downloaded_file_path": "commons-cli/commons-cli/1.6.0/commons-cli-1.6.0.jar" } }, - "io_kotest_kotest_common_jvm_jar_sources_5_8_0": { + "io_kotest_kotest_common_jvm_jar_sources_5_8_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_kotest_kotest_common_jvm_jar_sources_5_8_0", - "sha256": "4d94f39ec050c9ecf136406f67bb13ca128a2d32f734e64a371a13090fd896b9", + "name": "rules_jvm_external~override~maven~io_kotest_kotest_common_jvm_jar_sources_5_8_1", + "sha256": "f1e94997c8aa244b4e2752d62eec6a38042ef99d7479d9a51c199a5e5feff6ec", "urls": [ - "https://repo.maven.apache.org/maven2/io/kotest/kotest-common-jvm/5.8.0/kotest-common-jvm-5.8.0-sources.jar", - "https://maven.google.com/io/kotest/kotest-common-jvm/5.8.0/kotest-common-jvm-5.8.0-sources.jar", - "https://repo1.maven.org/maven2/io/kotest/kotest-common-jvm/5.8.0/kotest-common-jvm-5.8.0-sources.jar" + "https://repo.maven.apache.org/maven2/io/kotest/kotest-common-jvm/5.8.1/kotest-common-jvm-5.8.1-sources.jar", + "https://maven.google.com/io/kotest/kotest-common-jvm/5.8.1/kotest-common-jvm-5.8.1-sources.jar", + "https://repo1.maven.org/maven2/io/kotest/kotest-common-jvm/5.8.1/kotest-common-jvm-5.8.1-sources.jar" ], - "downloaded_file_path": "io/kotest/kotest-common-jvm/5.8.0/kotest-common-jvm-5.8.0-sources.jar" + "downloaded_file_path": "io/kotest/kotest-common-jvm/5.8.1/kotest-common-jvm-5.8.1-sources.jar" } }, "software_amazon_awssdk_auth_2_20_128": { @@ -3103,34 +3838,6 @@ "downloaded_file_path": "software/amazon/awssdk/auth/2.20.128/auth-2.20.128.jar" } }, - "com_fasterxml_jackson_core_jackson_annotations_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_annotations_2_16_1", - "sha256": "a4730771e6a495dd3793a42cdb8ce6bddb96c77e15f40c98fd8d9a7ae09e7286", - "urls": [ - "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar", - "https://maven.google.com/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar", - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar" - ], - "downloaded_file_path": "com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar" - } - }, - "org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_3", - "sha256": "1ab3acc38f3e7355c4f9d1ec62107a46fa73c899f3070d055e5d4373dfe67e12", - "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar" - ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar" - } - }, "org_jetbrains_annotations_jar_sources_23_0_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -3145,31 +3852,31 @@ "downloaded_file_path": "org/jetbrains/annotations/23.0.0/annotations-23.0.0-sources.jar" } }, - "org_jetbrains_kotlinx_kotlinx_serialization_json_jvm_jar_sources_1_6_2": { + "io_grpc_grpc_netty_shaded_1_56_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_json_jvm_jar_sources_1_6_2", - "sha256": "7ed8d30dea309941472f9228b5b93333466e03f5134b98cb59c0e702c9a9f9d2", + "name": "rules_jvm_external~override~maven~io_grpc_grpc_netty_shaded_1_56_1", + "sha256": "b15257e1137d609a7e8eb9bf4f0cec06b78ee69c030282db0a66d17cc9c3eaf1", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.2/kotlinx-serialization-json-jvm-1.6.2-sources.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.2/kotlinx-serialization-json-jvm-1.6.2-sources.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.2/kotlinx-serialization-json-jvm-1.6.2-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-netty-shaded/1.56.1/grpc-netty-shaded-1.56.1.jar", + "https://maven.google.com/io/grpc/grpc-netty-shaded/1.56.1/grpc-netty-shaded-1.56.1.jar" ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.2/kotlinx-serialization-json-jvm-1.6.2-sources.jar" + "downloaded_file_path": "io/grpc/grpc-netty-shaded/1.56.1/grpc-netty-shaded-1.56.1.jar" } }, - "io_grpc_grpc_netty_shaded_1_56_1": { + "org_jetbrains_kotlinx_kotlinx_serialization_json_jvm_jar_sources_1_6_3": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_netty_shaded_1_56_1", - "sha256": "b15257e1137d609a7e8eb9bf4f0cec06b78ee69c030282db0a66d17cc9c3eaf1", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_json_jvm_jar_sources_1_6_3", + "sha256": "018093c488ab4a2c2db876b44e27b8c296c294f8222c480a422187976aa89d5b", "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-netty-shaded/1.56.1/grpc-netty-shaded-1.56.1.jar", - "https://maven.google.com/io/grpc/grpc-netty-shaded/1.56.1/grpc-netty-shaded-1.56.1.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.3/kotlinx-serialization-json-jvm-1.6.3-sources.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.3/kotlinx-serialization-json-jvm-1.6.3-sources.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.3/kotlinx-serialization-json-jvm-1.6.3-sources.jar" ], - "downloaded_file_path": "io/grpc/grpc-netty-shaded/1.56.1/grpc-netty-shaded-1.56.1.jar" + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.3/kotlinx-serialization-json-jvm-1.6.3-sources.jar" } }, "commons_io_commons_io_jar_sources_2_15_1": { @@ -3200,20 +3907,6 @@ "downloaded_file_path": "org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar" } }, - "org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_1_7_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_1_7_3", - "sha256": "d19742a65dbdabc9ffdcb9f84a15c776e511a14da602d54ea4e078d6f7227a26", - "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.7.3/kotlinx-coroutines-test-jvm-1.7.3.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.7.3/kotlinx-coroutines-test-jvm-1.7.3.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.7.3/kotlinx-coroutines-test-jvm-1.7.3.jar" - ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.7.3/kotlinx-coroutines-test-jvm-1.7.3.jar" - } - }, "kotlin_rules_maven": { "bzlFile": "@@rules_jvm_external~override//:coursier.bzl", "ruleClassName": "coursier_fetch", @@ -3243,7 +3936,12 @@ "{ \"group\": \"javax.inject\", \"artifact\": \"javax.inject\", \"version\": \"1\" }", "{ \"group\": \"org.pantsbuild\", \"artifact\": \"jarjar\", \"version\": \"1.7.2\" }", "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"atomicfu-js\", \"version\": \"0.15.2\" }", - "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-serialization-runtime\", \"version\": \"1.0-M1-1.4.0-rc\" }" + "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-serialization-runtime\", \"version\": \"1.0-M1-1.4.0-rc\" }", + "{ \"group\": \"dev.zacsweers.autoservice\", \"artifact\": \"auto-service-ksp\", \"version\": \"1.1.0\", \"packaging\": \"jar\" }", + "{ \"group\": \"com.squareup.moshi\", \"artifact\": \"moshi\", \"version\": \"1.15.0\" }", + "{ \"group\": \"com.squareup.moshi\", \"artifact\": \"moshi-kotlin\", \"version\": \"1.15.0\" }", + "{ \"group\": \"com.squareup.moshi\", \"artifact\": \"moshi-kotlin-codegen\", \"version\": \"1.15.0\" }", + "{ \"group\": \"com.google.auto.service\", \"artifact\": \"auto-service-annotations\", \"version\": \"1.1.1\", \"packaging\": \"jar\" }" ], "fail_on_missing_checksum": true, "fetch_sources": true, @@ -3279,23 +3977,24 @@ "{ \"group\": \"ch.epfl.scala\", \"artifact\": \"bsp4j\", \"version\": \"2.2.0-M1\" }", "{ \"group\": \"commons-io\", \"artifact\": \"commons-io\", \"version\": \"2.15.1\", \"packaging\": \"jar\" }", "{ \"group\": \"commons-cli\", \"artifact\": \"commons-cli\", \"version\": \"1.6.0\", \"packaging\": \"jar\" }", - "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-api\", \"version\": \"2.22.1\" }", - "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-core\", \"version\": \"2.22.1\" }", + "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-api\", \"version\": \"2.23.1\" }", + "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-core\", \"version\": \"2.23.1\" }", "{ \"group\": \"org.apache.velocity\", \"artifact\": \"velocity-engine-core\", \"version\": \"2.3\" }", - "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-coroutines-core\", \"version\": \"1.7.3\" }", - "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-coroutines-test\", \"version\": \"1.7.3\" }", - "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-serialization-json\", \"version\": \"1.6.2\" }", - "{ \"group\": \"com.fasterxml.jackson.core\", \"artifact\": \"jackson-databind\", \"version\": \"2.16.1\" }", - "{ \"group\": \"com.fasterxml.jackson.module\", \"artifact\": \"jackson-module-kotlin\", \"version\": \"2.16.1\" }", - "{ \"group\": \"com.google.protobuf\", \"artifact\": \"protobuf-java\", \"version\": \"3.25.2\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-stub\", \"version\": \"1.61.1\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-protobuf\", \"version\": \"1.61.1\" }", + "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-coroutines-core\", \"version\": \"1.8.0\" }", + "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-coroutines-test\", \"version\": \"1.8.0\" }", + "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-serialization-json\", \"version\": \"1.6.3\" }", + "{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-nop\", \"version\": \"2.0.12\" }", + "{ \"group\": \"com.fasterxml.jackson.core\", \"artifact\": \"jackson-databind\", \"version\": \"2.17.0\" }", + "{ \"group\": \"com.fasterxml.jackson.module\", \"artifact\": \"jackson-module-kotlin\", \"version\": \"2.16.2\" }", + "{ \"group\": \"com.google.protobuf\", \"artifact\": \"protobuf-java\", \"version\": \"4.26.0\" }", + "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-stub\", \"version\": \"1.62.2\" }", + "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-protobuf\", \"version\": \"1.62.2\" }", "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter\", \"version\": \"5.10.2\" }", "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-console\", \"version\": \"1.10.2\" }", - "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-api-jvm\", \"version\": \"5.8.0\" }", - "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-core-jvm\", \"version\": \"5.8.0\" }", - "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-shared-jvm\", \"version\": \"5.8.0\" }", - "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-common-jvm\", \"version\": \"5.8.0\" }", + "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-api-jvm\", \"version\": \"5.8.1\" }", + "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-core-jvm\", \"version\": \"5.8.1\" }", + "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-shared-jvm\", \"version\": \"5.8.1\" }", + "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-common-jvm\", \"version\": \"5.8.1\" }", "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.10.1\" }", "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.0.1-jre\" }", "{ \"group\": \"ch.epfl.scala\", \"artifact\": \"bsp4j\", \"version\": \"2.2.0-M1\" }", @@ -3399,31 +4098,31 @@ "downloaded_file_path": "com/google/api/gax-httpjson/2.32.0/gax-httpjson-2.32.0.jar" } }, - "com_google_protobuf_protobuf_java_util_3_23_2": { + "io_grpc_grpc_protobuf_1_62_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_google_protobuf_protobuf_java_util_3_23_2", - "sha256": "644975b780d7e8de542dda16d4ceb157b40a52a8be5645221e9fd026ef204b13", + "name": "rules_jvm_external~override~maven~io_grpc_grpc_protobuf_1_62_2", + "sha256": "66a0b196318bdfd817d965d2d82b9c81dfced8eb08c0f7510fcb728d2994237a", "urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.23.2/protobuf-java-util-3.23.2.jar", - "https://maven.google.com/com/google/protobuf/protobuf-java-util/3.23.2/protobuf-java-util-3.23.2.jar" + "https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf/1.62.2/grpc-protobuf-1.62.2.jar", + "https://maven.google.com/io/grpc/grpc-protobuf/1.62.2/grpc-protobuf-1.62.2.jar", + "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.62.2/grpc-protobuf-1.62.2.jar" ], - "downloaded_file_path": "com/google/protobuf/protobuf-java-util/3.23.2/protobuf-java-util-3.23.2.jar" + "downloaded_file_path": "io/grpc/grpc-protobuf/1.62.2/grpc-protobuf-1.62.2.jar" } }, - "net_bytebuddy_byte_buddy_1_12_7": { + "com_google_protobuf_protobuf_java_util_3_23_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~net_bytebuddy_byte_buddy_1_12_7", - "sha256": "d2e46555699e70361b5471a7e142f9c67855bba6907a285177ebd8ad973775d8", + "name": "rules_jvm_external~override~maven~com_google_protobuf_protobuf_java_util_3_23_2", + "sha256": "644975b780d7e8de542dda16d4ceb157b40a52a8be5645221e9fd026ef204b13", "urls": [ - "https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.7/byte-buddy-1.12.7.jar", - "https://maven.google.com/net/bytebuddy/byte-buddy/1.12.7/byte-buddy-1.12.7.jar", - "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.12.7/byte-buddy-1.12.7.jar" + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.23.2/protobuf-java-util-3.23.2.jar", + "https://maven.google.com/com/google/protobuf/protobuf-java-util/3.23.2/protobuf-java-util-3.23.2.jar" ], - "downloaded_file_path": "net/bytebuddy/byte-buddy/1.12.7/byte-buddy-1.12.7.jar" + "downloaded_file_path": "com/google/protobuf/protobuf-java-util/3.23.2/protobuf-java-util-3.23.2.jar" } }, "org_ow2_asm_asm_9_0": { @@ -3494,18 +4193,18 @@ "downloaded_file_path": "com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" } }, - "com_google_protobuf_protobuf_java_jar_sources_3_25_2": { + "org_jetbrains_kotlinx_kotlinx_coroutines_test_1_8_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_google_protobuf_protobuf_java_jar_sources_3_25_2", - "sha256": "cd428d36566e75c8d6079f70e0f3741eb12c33204fba732669669627e20d2ec7", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_test_1_8_0", + "sha256": "337f24af1c61fc47d278a9be26fd1754b9933b0681f185eb9be0aa9e09067219", "urls": [ - "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.2/protobuf-java-3.25.2-sources.jar", - "https://maven.google.com/com/google/protobuf/protobuf-java/3.25.2/protobuf-java-3.25.2-sources.jar", - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.25.2/protobuf-java-3.25.2-sources.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.8.0/kotlinx-coroutines-test-1.8.0.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.8.0/kotlinx-coroutines-test-1.8.0.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.8.0/kotlinx-coroutines-test-1.8.0.jar" ], - "downloaded_file_path": "com/google/protobuf/protobuf-java/3.25.2/protobuf-java-3.25.2-sources.jar" + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-test/1.8.0/kotlinx-coroutines-test-1.8.0.jar" } }, "org_junit_jupiter_junit_jupiter_5_10_2": { @@ -3535,31 +4234,31 @@ "downloaded_file_path": "com/google/oauth-client/google-oauth-client/1.34.1/google-oauth-client-1.34.1.jar" } }, - "com_google_cloud_google_cloud_core_grpc_2_22_0": { + "com_fasterxml_jackson_core_jackson_databind_jar_sources_2_17_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_google_cloud_google_cloud_core_grpc_2_22_0", - "sha256": "18eeb382b6cf83bfebd49a1c785a2474bb5937aeed15326c4e6d5595416dadf3", + "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_databind_jar_sources_2_17_0", + "sha256": "2abe3703841fc6de7545279030bdff45c90ea21a5ea3e2238caccb35244919b7", "urls": [ - "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core-grpc/2.22.0/google-cloud-core-grpc-2.22.0.jar", - "https://maven.google.com/com/google/cloud/google-cloud-core-grpc/2.22.0/google-cloud-core-grpc-2.22.0.jar" + "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0-sources.jar", + "https://maven.google.com/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0-sources.jar", + "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0-sources.jar" ], - "downloaded_file_path": "com/google/cloud/google-cloud-core-grpc/2.22.0/google-cloud-core-grpc-2.22.0.jar" + "downloaded_file_path": "com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0-sources.jar" } }, - "com_fasterxml_jackson_core_jackson_core_2_16_1": { + "com_google_cloud_google_cloud_core_grpc_2_22_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_core_2_16_1", - "sha256": "f5f8ef90609e64fec82eb908e497dc7d81b2eb983fe509b870292a193cde4dfb", + "name": "rules_jvm_external~override~maven~com_google_cloud_google_cloud_core_grpc_2_22_0", + "sha256": "18eeb382b6cf83bfebd49a1c785a2474bb5937aeed15326c4e6d5595416dadf3", "urls": [ - "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar", - "https://maven.google.com/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar", - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar" + "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core-grpc/2.22.0/google-cloud-core-grpc-2.22.0.jar", + "https://maven.google.com/com/google/cloud/google-cloud-core-grpc/2.22.0/google-cloud-core-grpc-2.22.0.jar" ], - "downloaded_file_path": "com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar" + "downloaded_file_path": "com/google/cloud/google-cloud-core-grpc/2.22.0/google-cloud-core-grpc-2.22.0.jar" } }, "com_google_cloud_google_cloud_storage_2_26_1": { @@ -3602,31 +4301,31 @@ "downloaded_file_path": "org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.8.20/kotlin-stdlib-jdk8-1.8.20.jar" } }, - "org_jetbrains_kotlinx_kotlinx_coroutines_core_jar_sources_1_7_3": { + "software_amazon_awssdk_utils_2_20_128": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_core_jar_sources_1_7_3", - "sha256": "86ce259182afe7dd82cfe97da50a736a6194a91cfe19b8336799890bbd0e81b1", + "name": "rules_jvm_external~override~maven~software_amazon_awssdk_utils_2_20_128", + "sha256": "ba635695d0046fae35740e9e64da9f0e34dab7cbc9a64813ce9ab49ed989f948", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3-sources.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3-sources.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3-sources.jar" + "https://repo1.maven.org/maven2/software/amazon/awssdk/utils/2.20.128/utils-2.20.128.jar", + "https://maven.google.com/software/amazon/awssdk/utils/2.20.128/utils-2.20.128.jar" ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3-sources.jar" + "downloaded_file_path": "software/amazon/awssdk/utils/2.20.128/utils-2.20.128.jar" } }, - "software_amazon_awssdk_utils_2_20_128": { + "com_google_protobuf_protobuf_java_jar_sources_4_26_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~software_amazon_awssdk_utils_2_20_128", - "sha256": "ba635695d0046fae35740e9e64da9f0e34dab7cbc9a64813ce9ab49ed989f948", + "name": "rules_jvm_external~override~maven~com_google_protobuf_protobuf_java_jar_sources_4_26_0", + "sha256": "d6994524b2a029c05796a73f8feb911ff0b6221cc6c192fd7f1a641bcaa2f986", "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/utils/2.20.128/utils-2.20.128.jar", - "https://maven.google.com/software/amazon/awssdk/utils/2.20.128/utils-2.20.128.jar" + "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/4.26.0/protobuf-java-4.26.0-sources.jar", + "https://maven.google.com/com/google/protobuf/protobuf-java/4.26.0/protobuf-java-4.26.0-sources.jar", + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/4.26.0/protobuf-java-4.26.0-sources.jar" ], - "downloaded_file_path": "software/amazon/awssdk/utils/2.20.128/utils-2.20.128.jar" + "downloaded_file_path": "com/google/protobuf/protobuf-java/4.26.0/protobuf-java-4.26.0-sources.jar" } }, "io_netty_netty_resolver_4_1_94_Final": { @@ -3655,6 +4354,34 @@ "downloaded_file_path": "org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar" } }, + "org_apache_logging_log4j_log4j_api_jar_sources_2_23_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_apache_logging_log4j_log4j_api_jar_sources_2_23_1", + "sha256": "d5cf646b25ee4ee16b27aea90d919aa0b35846feae811abc8cb389331420a059", + "urls": [ + "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1-sources.jar", + "https://maven.google.com/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1-sources.jar", + "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1-sources.jar" + ], + "downloaded_file_path": "org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1-sources.jar" + } + }, + "org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_1_8_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_1_8_0", + "sha256": "1535cc1f43235d8566f8d5bc6d1c11f0704117e4e563f2ece7e6aa3e68695f20", + "urls": [ + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.8.0/kotlinx-coroutines-test-jvm-1.8.0.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.8.0/kotlinx-coroutines-test-jvm-1.8.0.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.8.0/kotlinx-coroutines-test-jvm-1.8.0.jar" + ], + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.8.0/kotlinx-coroutines-test-jvm-1.8.0.jar" + } + }, "org_apache_commons_commons_lang3_3_11": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -3763,45 +4490,45 @@ "downloaded_file_path": "javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar" } }, - "com_google_http_client_google_http_client_apache_v2_1_43_3": { + "org_slf4j_slf4j_nop_1_7_36": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_google_http_client_google_http_client_apache_v2_1_43_3", - "sha256": "4cc8485bdda05607c7d8b95b130168ac82ad80bb3618c608fbf941047a96ac3b", + "name": "rules_jvm_external~override~maven~org_slf4j_slf4j_nop_1_7_36", + "sha256": "c214958b07816cb4412b30c7bdbd4308ffdc6ba2a83767b8f3a9229cbd9274d6", "urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-apache-v2/1.43.3/google-http-client-apache-v2-1.43.3.jar", - "https://maven.google.com/com/google/http-client/google-http-client-apache-v2/1.43.3/google-http-client-apache-v2-1.43.3.jar" + "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar", + "https://maven.google.com/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar", + "https://repo1.maven.org/maven2/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar" ], - "downloaded_file_path": "com/google/http-client/google-http-client-apache-v2/1.43.3/google-http-client-apache-v2-1.43.3.jar" + "downloaded_file_path": "org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar" } }, - "io_grpc_grpc_protobuf_1_61_1": { + "com_google_http_client_google_http_client_apache_v2_1_43_3": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_protobuf_1_61_1", - "sha256": "9a3eddd5b09ac0ee747d759844e624d3c3647605c89dbc55402d9728ccddef90", + "name": "rules_jvm_external~override~maven~com_google_http_client_google_http_client_apache_v2_1_43_3", + "sha256": "4cc8485bdda05607c7d8b95b130168ac82ad80bb3618c608fbf941047a96ac3b", "urls": [ - "https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf/1.61.1/grpc-protobuf-1.61.1.jar", - "https://maven.google.com/io/grpc/grpc-protobuf/1.61.1/grpc-protobuf-1.61.1.jar", - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.61.1/grpc-protobuf-1.61.1.jar" + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-apache-v2/1.43.3/google-http-client-apache-v2-1.43.3.jar", + "https://maven.google.com/com/google/http-client/google-http-client-apache-v2/1.43.3/google-http-client-apache-v2-1.43.3.jar" ], - "downloaded_file_path": "io/grpc/grpc-protobuf/1.61.1/grpc-protobuf-1.61.1.jar" + "downloaded_file_path": "com/google/http-client/google-http-client-apache-v2/1.43.3/google-http-client-apache-v2-1.43.3.jar" } }, - "org_jetbrains_kotlinx_kotlinx_serialization_json_jar_sources_1_6_2": { + "org_jetbrains_kotlinx_kotlinx_serialization_json_jar_sources_1_6_3": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_json_jar_sources_1_6_2", - "sha256": "f7734f5deb82f0a5a84893cfe42ef03844b60d26b2a95a6fe1987fbdd8d84014", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_json_jar_sources_1_6_3", + "sha256": "fb3096feff8e11b85d7ab179b5fcd47be628fe9193472005b67638638201cf85", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.2/kotlinx-serialization-json-1.6.2-sources.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.2/kotlinx-serialization-json-1.6.2-sources.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.2/kotlinx-serialization-json-1.6.2-sources.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.3/kotlinx-serialization-json-1.6.3-sources.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.3/kotlinx-serialization-json-1.6.3-sources.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.3/kotlinx-serialization-json-1.6.3-sources.jar" ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.2/kotlinx-serialization-json-1.6.2-sources.jar" + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.3/kotlinx-serialization-json-1.6.3-sources.jar" } }, "com_google_api_client_google_api_client_2_2_0": { @@ -3894,6 +4621,20 @@ "downloaded_file_path": "com/google/http-client/google-http-client-appengine/1.43.3/google-http-client-appengine-1.43.3.jar" } }, + "net_bytebuddy_byte_buddy_jar_sources_1_14_9": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~net_bytebuddy_byte_buddy_jar_sources_1_14_9", + "sha256": "4039b20d06895bf0449161dd5f1cbbc2e81004af196d5b42c5536b91db8e0315", + "urls": [ + "https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9-sources.jar", + "https://maven.google.com/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9-sources.jar", + "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9-sources.jar" + ], + "downloaded_file_path": "net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9-sources.jar" + } + }, "io_grpc_grpc_auth_1_56_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -3963,18 +4704,18 @@ "downloaded_file_path": "org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" } }, - "io_kotest_kotest_assertions_shared_jvm_jar_sources_5_8_0": { + "io_kotest_kotest_assertions_shared_jvm_jar_sources_5_8_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_shared_jvm_jar_sources_5_8_0", - "sha256": "84f00308879d547364405279c90f817643c93b450bcace716e6f89c9df88eed2", + "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_shared_jvm_jar_sources_5_8_1", + "sha256": "2d32c8692d63175838e48d0bf8db3f4a2a2f2c81bc4866d0ffcb21488b805323", "urls": [ - "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-shared-jvm/5.8.0/kotest-assertions-shared-jvm-5.8.0-sources.jar", - "https://maven.google.com/io/kotest/kotest-assertions-shared-jvm/5.8.0/kotest-assertions-shared-jvm-5.8.0-sources.jar", - "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-shared-jvm/5.8.0/kotest-assertions-shared-jvm-5.8.0-sources.jar" + "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-shared-jvm/5.8.1/kotest-assertions-shared-jvm-5.8.1-sources.jar", + "https://maven.google.com/io/kotest/kotest-assertions-shared-jvm/5.8.1/kotest-assertions-shared-jvm-5.8.1-sources.jar", + "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-shared-jvm/5.8.1/kotest-assertions-shared-jvm-5.8.1-sources.jar" ], - "downloaded_file_path": "io/kotest/kotest-assertions-shared-jvm/5.8.0/kotest-assertions-shared-jvm-5.8.0-sources.jar" + "downloaded_file_path": "io/kotest/kotest-assertions-shared-jvm/5.8.1/kotest-assertions-shared-jvm-5.8.1-sources.jar" } }, "org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_8_20": { @@ -4059,6 +4800,20 @@ "downloaded_file_path": "org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar" } }, + "io_grpc_grpc_api_jar_sources_1_62_2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~io_grpc_grpc_api_jar_sources_1_62_2", + "sha256": "aa2974982805cc998f79e7c4d5d536744fd5520b56eb15b0179f9331c1edb3b7", + "urls": [ + "https://repo.maven.apache.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2-sources.jar", + "https://maven.google.com/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2-sources.jar", + "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2-sources.jar" + ], + "downloaded_file_path": "io/grpc/grpc-api/1.62.2/grpc-api-1.62.2-sources.jar" + } + }, "org_hamcrest_hamcrest_core_1_3": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -4205,31 +4960,31 @@ "downloaded_file_path": "io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar" } }, - "org_apache_logging_log4j_log4j_core_jar_sources_2_22_1": { + "com_google_auth_google_auth_library_oauth2_http_1_19_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_apache_logging_log4j_log4j_core_jar_sources_2_22_1", - "sha256": "07eaa7939a5940c7c99f5acfda3a06dbb04d74f083455b535e42811a45c1b07e", + "name": "rules_jvm_external~override~maven~com_google_auth_google_auth_library_oauth2_http_1_19_0", + "sha256": "01bdf5c5cd85e10b794e401775d9909b56a38ffce313fbd39510a5d87ed56f58", "urls": [ - "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1-sources.jar", - "https://maven.google.com/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1-sources.jar", - "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1-sources.jar" + "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar", + "https://maven.google.com/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar" ], - "downloaded_file_path": "org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1-sources.jar" + "downloaded_file_path": "com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar" } }, - "com_google_auth_google_auth_library_oauth2_http_1_19_0": { + "org_slf4j_slf4j_api_jar_sources_1_7_36": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_google_auth_google_auth_library_oauth2_http_1_19_0", - "sha256": "01bdf5c5cd85e10b794e401775d9909b56a38ffce313fbd39510a5d87ed56f58", + "name": "rules_jvm_external~override~maven~org_slf4j_slf4j_api_jar_sources_1_7_36", + "sha256": "15bc04357a3725b7a5153f132db71379f95e83b7b8590a86cc6d4ad77bfc150a", "urls": [ - "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar", - "https://maven.google.com/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar" + "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", + "https://maven.google.com/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", + "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar" ], - "downloaded_file_path": "com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar" + "downloaded_file_path": "org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar" } }, "com_google_truth_truth_1_1_2": { @@ -4246,34 +5001,6 @@ "downloaded_file_path": "com/google/truth/truth/1.1.2/truth-1.1.2.jar" } }, - "net_bytebuddy_byte_buddy_jar_sources_1_12_7": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~net_bytebuddy_byte_buddy_jar_sources_1_12_7", - "sha256": "94a6f5d7d8491ca7541f2da90bac4f084e04264112e936334493b2c2f094455d", - "urls": [ - "https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.7/byte-buddy-1.12.7-sources.jar", - "https://maven.google.com/net/bytebuddy/byte-buddy/1.12.7/byte-buddy-1.12.7-sources.jar", - "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.12.7/byte-buddy-1.12.7-sources.jar" - ], - "downloaded_file_path": "net/bytebuddy/byte-buddy/1.12.7/byte-buddy-1.12.7-sources.jar" - } - }, - "org_slf4j_slf4j_api_jar_sources_1_7_30": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_slf4j_slf4j_api_jar_sources_1_7_30", - "sha256": "9ee459644577590fed7ea94afae781fa3cc9311d4553faee8a3219ffbd7cc386", - "urls": [ - "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar", - "https://maven.google.com/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar", - "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar" - ], - "downloaded_file_path": "org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar" - } - }, "com_google_cloud_google_cloud_core_http_2_22_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -4384,20 +5111,6 @@ "downloaded_file_path": "org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0-sources.jar" } }, - "org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_jar_sources_1_7_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_jar_sources_1_7_3", - "sha256": "58bfd593f0644c9f1f047e3ee851ab179a663edad29754bb984f581ce290419d", - "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.7.3/kotlinx-coroutines-test-jvm-1.7.3-sources.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.7.3/kotlinx-coroutines-test-jvm-1.7.3-sources.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.7.3/kotlinx-coroutines-test-jvm-1.7.3-sources.jar" - ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-test-jvm/1.7.3/kotlinx-coroutines-test-jvm-1.7.3-sources.jar" - } - }, "io_grpc_grpc_xds_1_56_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -4411,20 +5124,6 @@ "downloaded_file_path": "io/grpc/grpc-xds/1.56.1/grpc-xds-1.56.1.jar" } }, - "com_fasterxml_jackson_core_jackson_annotations_jar_sources_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_annotations_jar_sources_2_16_1", - "sha256": "cebdb714198d5b3a152efb9e940dc9eb26cb37aa688ce34431b99afb790f6be3", - "urls": [ - "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1-sources.jar", - "https://maven.google.com/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1-sources.jar", - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1-sources.jar" - ], - "downloaded_file_path": "com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1-sources.jar" - } - }, "com_google_code_findbugs_jsr305_3_0_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -4466,18 +5165,18 @@ "downloaded_file_path": "software/amazon/awssdk/aws-core/2.20.128/aws-core-2.20.128.jar" } }, - "org_jetbrains_kotlin_kotlin_stdlib_1_9_21": { + "org_jetbrains_kotlin_kotlin_stdlib_1_9_22": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlin_kotlin_stdlib_1_9_21", - "sha256": "3b479313ab6caea4e5e25d3dee8ca80c302c89ba73e1af4dafaa100f6ef9296a", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlin_kotlin_stdlib_1_9_22", + "sha256": "6abe146c27864138b874ccccfe5f534e3eb923c99a1b7b5d45494ee5694f3e0a", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.21/kotlin-stdlib-1.9.21.jar", - "https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib/1.9.21/kotlin-stdlib-1.9.21.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.21/kotlin-stdlib-1.9.21.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.jar", + "https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.jar" ], - "downloaded_file_path": "org/jetbrains/kotlin/kotlin-stdlib/1.9.21/kotlin-stdlib-1.9.21.jar" + "downloaded_file_path": "org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.jar" } }, "com_google_apis_google_api_services_storage_v1_rev20230617_2_0_0": { @@ -4493,18 +5192,18 @@ "downloaded_file_path": "com/google/apis/google-api-services-storage/v1-rev20230617-2.0.0/google-api-services-storage-v1-rev20230617-2.0.0.jar" } }, - "io_grpc_grpc_api_jar_sources_1_61_1": { + "org_apache_logging_log4j_log4j_api_2_23_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_api_jar_sources_1_61_1", - "sha256": "43c67ac16cd7cebaa0d5f9f298d23f0c817c1d33d1052b3cbb96df99b3b6b4a7", + "name": "rules_jvm_external~override~maven~org_apache_logging_log4j_log4j_api_2_23_1", + "sha256": "92ec1fd36ab3bc09de6198d2d7c0914685c0f7127ea931acc32fd2ecdd82ea89", "urls": [ - "https://repo.maven.apache.org/maven2/io/grpc/grpc-api/1.61.1/grpc-api-1.61.1-sources.jar", - "https://maven.google.com/io/grpc/grpc-api/1.61.1/grpc-api-1.61.1-sources.jar", - "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.61.1/grpc-api-1.61.1-sources.jar" + "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.jar", + "https://maven.google.com/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.jar", + "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.jar" ], - "downloaded_file_path": "io/grpc/grpc-api/1.61.1/grpc-api-1.61.1-sources.jar" + "downloaded_file_path": "org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.jar" } }, "com_google_googlejavaformat_google_java_format_1_17_0": { @@ -4520,6 +5219,20 @@ "downloaded_file_path": "com/google/googlejavaformat/google-java-format/1.17.0/google-java-format-1.17.0.jar" } }, + "com_fasterxml_jackson_core_jackson_databind_2_17_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_databind_2_17_0", + "sha256": "d0ed5b54cb1b0bbb0828e24ce752a43a006dc188b34e3a4ae3238acc7b637418", + "urls": [ + "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0.jar", + "https://maven.google.com/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0.jar", + "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0.jar" + ], + "downloaded_file_path": "com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0.jar" + } + }, "com_google_guava_guava_jar_sources_32_1_3_android": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -4587,32 +5300,32 @@ "downloaded_file_path": "io/grpc/grpc-context/1.56.1/grpc-context-1.56.1.jar" } }, - "org_objenesis_objenesis_3_2": { + "io_grpc_grpc_protobuf_jar_sources_1_62_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_objenesis_objenesis_3_2", - "sha256": "03d960bd5aef03c653eb000413ada15eb77cdd2b8e4448886edf5692805e35f3", + "name": "rules_jvm_external~override~maven~io_grpc_grpc_protobuf_jar_sources_1_62_2", + "sha256": "4020d5c7485d6dd261f07b3deeabfe1d06fcd13e8a20fc147683926a03c38ef1", "urls": [ - "https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar", - "https://maven.google.com/org/objenesis/objenesis/3.2/objenesis-3.2.jar", - "https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar" + "https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf/1.62.2/grpc-protobuf-1.62.2-sources.jar", + "https://maven.google.com/io/grpc/grpc-protobuf/1.62.2/grpc-protobuf-1.62.2-sources.jar", + "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.62.2/grpc-protobuf-1.62.2-sources.jar" ], - "downloaded_file_path": "org/objenesis/objenesis/3.2/objenesis-3.2.jar" + "downloaded_file_path": "io/grpc/grpc-protobuf/1.62.2/grpc-protobuf-1.62.2-sources.jar" } }, - "org_jetbrains_kotlinx_kotlinx_serialization_json_1_6_2": { + "org_objenesis_objenesis_3_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_json_1_6_2", - "sha256": "e5a3e9fcb9469adc4e2542d688748c660fee70f946fa564fdde2533dc464e06b", + "name": "rules_jvm_external~override~maven~org_objenesis_objenesis_3_2", + "sha256": "03d960bd5aef03c653eb000413ada15eb77cdd2b8e4448886edf5692805e35f3", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.2/kotlinx-serialization-json-1.6.2.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.2/kotlinx-serialization-json-1.6.2.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.2/kotlinx-serialization-json-1.6.2.jar" + "https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar", + "https://maven.google.com/org/objenesis/objenesis/3.2/objenesis-3.2.jar", + "https://repo1.maven.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar" ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.2/kotlinx-serialization-json-1.6.2.jar" + "downloaded_file_path": "org/objenesis/objenesis/3.2/objenesis-3.2.jar" } }, "org_junit_platform_junit_platform_reporting_1_10_2": { @@ -4629,20 +5342,6 @@ "downloaded_file_path": "org/junit/platform/junit-platform-reporting/1.10.2/junit-platform-reporting-1.10.2.jar" } }, - "com_google_protobuf_protobuf_java_3_25_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~com_google_protobuf_protobuf_java_3_25_2", - "sha256": "cabe49981b86f5913b7fd130b4628e6ee11586e28ca069815d9744f929271902", - "urls": [ - "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.2/protobuf-java-3.25.2.jar", - "https://maven.google.com/com/google/protobuf/protobuf-java/3.25.2/protobuf-java-3.25.2.jar", - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.25.2/protobuf-java-3.25.2.jar" - ], - "downloaded_file_path": "com/google/protobuf/protobuf-java/3.25.2/protobuf-java-3.25.2.jar" - } - }, "org_apache_maven_maven_artifact_3_9_4": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -4670,6 +5369,20 @@ "downloaded_file_path": "com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8-sources.jar" } }, + "org_jetbrains_kotlinx_kotlinx_serialization_json_1_6_3": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_json_1_6_3", + "sha256": "8c0016890a79ab5980dd520a5ab1a6738023c29aa3b6437c482e0e5fdc06dab1", + "urls": [ + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.3/kotlinx-serialization-json-1.6.3.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.3/kotlinx-serialization-json-1.6.3.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.3/kotlinx-serialization-json-1.6.3.jar" + ], + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-json/1.6.3/kotlinx-serialization-json-1.6.3.jar" + } + }, "software_amazon_awssdk_metrics_spi_2_20_128": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -4683,18 +5396,18 @@ "downloaded_file_path": "software/amazon/awssdk/metrics-spi/2.20.128/metrics-spi-2.20.128.jar" } }, - "com_fasterxml_jackson_module_jackson_module_kotlin_jar_sources_2_16_1": { + "com_fasterxml_jackson_module_jackson_module_kotlin_jar_sources_2_16_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_module_jackson_module_kotlin_jar_sources_2_16_1", - "sha256": "e71eb456e23d702738d09488bffdf9f33c28d28460d4e90c6f0312fa61043f57", + "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_module_jackson_module_kotlin_jar_sources_2_16_2", + "sha256": "d12ce07f6a4fa170ea5accb7f04d49b38f16e47677681f978f2c3c59707b5e8b", "urls": [ - "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.1/jackson-module-kotlin-2.16.1-sources.jar", - "https://maven.google.com/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.1/jackson-module-kotlin-2.16.1-sources.jar", - "https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.1/jackson-module-kotlin-2.16.1-sources.jar" + "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.2/jackson-module-kotlin-2.16.2-sources.jar", + "https://maven.google.com/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.2/jackson-module-kotlin-2.16.2-sources.jar", + "https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.2/jackson-module-kotlin-2.16.2-sources.jar" ], - "downloaded_file_path": "com/fasterxml/jackson/module/jackson-module-kotlin/2.16.1/jackson-module-kotlin-2.16.1-sources.jar" + "downloaded_file_path": "com/fasterxml/jackson/module/jackson-module-kotlin/2.16.2/jackson-module-kotlin-2.16.2-sources.jar" } }, "org_codehaus_mojo_animal_sniffer_annotations_1_23": { @@ -4737,18 +5450,32 @@ "downloaded_file_path": "software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar" } }, - "org_jetbrains_kotlinx_kotlinx_serialization_core_jvm_jar_sources_1_6_2": { + "org_jetbrains_kotlinx_kotlinx_serialization_core_jvm_jar_sources_1_6_3": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_core_jvm_jar_sources_1_6_2", - "sha256": "78d6f251829c04b8b4ba695ac5c5a4738e701ade88e05ecaf6404d7a68dfaf1b", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_core_jvm_jar_sources_1_6_3", + "sha256": "5d873e2532ed1bb413a7698ddce0b85bc82a4018ad2b8a327fadf51c704cee8e", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.2/kotlinx-serialization-core-jvm-1.6.2-sources.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.2/kotlinx-serialization-core-jvm-1.6.2-sources.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.2/kotlinx-serialization-core-jvm-1.6.2-sources.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.3/kotlinx-serialization-core-jvm-1.6.3-sources.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.3/kotlinx-serialization-core-jvm-1.6.3-sources.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.3/kotlinx-serialization-core-jvm-1.6.3-sources.jar" ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.2/kotlinx-serialization-core-jvm-1.6.2-sources.jar" + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.3/kotlinx-serialization-core-jvm-1.6.3-sources.jar" + } + }, + "com_fasterxml_jackson_core_jackson_annotations_jar_sources_2_17_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_annotations_jar_sources_2_17_0", + "sha256": "d758d47fa8b7d05006958191ca816ca3ea4795ee97b1adefa84f03b3dfd01d40", + "urls": [ + "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0-sources.jar", + "https://maven.google.com/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0-sources.jar", + "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0-sources.jar" + ], + "downloaded_file_path": "com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0-sources.jar" } }, "software_amazon_awssdk_json_utils_2_20_128": { @@ -4806,6 +5533,20 @@ "downloaded_file_path": "org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.28.0/org.eclipse.xtend.lib.macro-2.28.0.jar" } }, + "io_grpc_grpc_stub_1_62_2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~io_grpc_grpc_stub_1_62_2", + "sha256": "fb4ca679a4214143406c65ac4167b2b5e2ee2cab1fc101566bb1c4695d105e36", + "urls": [ + "https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2.jar", + "https://maven.google.com/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2.jar", + "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2.jar" + ], + "downloaded_file_path": "io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2.jar" + } + }, "io_grpc_grpc_protobuf_1_56_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -4819,18 +5560,18 @@ "downloaded_file_path": "io/grpc/grpc-protobuf/1.56.1/grpc-protobuf-1.56.1.jar" } }, - "io_kotest_kotest_assertions_shared_jvm_5_8_0": { + "io_kotest_kotest_assertions_shared_jvm_5_8_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_shared_jvm_5_8_0", - "sha256": "f959ffd72d8a739c54f2e09017f8003d25f4468de853a52c20ffb2930d5354c1", + "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_shared_jvm_5_8_1", + "sha256": "bc9660d9d8b70810fcd8a8c3dbaf3f15b3311def47fd3a5f0ae7b098fbd016b0", "urls": [ - "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-shared-jvm/5.8.0/kotest-assertions-shared-jvm-5.8.0.jar", - "https://maven.google.com/io/kotest/kotest-assertions-shared-jvm/5.8.0/kotest-assertions-shared-jvm-5.8.0.jar", - "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-shared-jvm/5.8.0/kotest-assertions-shared-jvm-5.8.0.jar" + "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-shared-jvm/5.8.1/kotest-assertions-shared-jvm-5.8.1.jar", + "https://maven.google.com/io/kotest/kotest-assertions-shared-jvm/5.8.1/kotest-assertions-shared-jvm-5.8.1.jar", + "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-shared-jvm/5.8.1/kotest-assertions-shared-jvm-5.8.1.jar" ], - "downloaded_file_path": "io/kotest/kotest-assertions-shared-jvm/5.8.0/kotest-assertions-shared-jvm-5.8.0.jar" + "downloaded_file_path": "io/kotest/kotest-assertions-shared-jvm/5.8.1/kotest-assertions-shared-jvm-5.8.1.jar" } }, "com_google_truth_truth_jar_sources_1_1_2": { @@ -4902,32 +5643,32 @@ "downloaded_file_path": "com/google/api/grpc/proto-google-common-protos/2.23.0/proto-google-common-protos-2.23.0.jar" } }, - "com_fasterxml_jackson_core_jackson_databind_2_16_1": { + "org_jetbrains_kotlinx_kotlinx_coroutines_core_1_8_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_databind_2_16_1", - "sha256": "baf8a8ebee8f45ef68cdd5e2dd3923b3e296c0937b96ec0b4806aa3a31bccd1d", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_core_1_8_0", + "sha256": "20aa434b6a930ea66d2e61b00deefae09fea3d32f9640d2e0c271312880e0add", "urls": [ - "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar", - "https://maven.google.com/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar", - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.8.0/kotlinx-coroutines-core-1.8.0.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.8.0/kotlinx-coroutines-core-1.8.0.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.8.0/kotlinx-coroutines-core-1.8.0.jar" ], - "downloaded_file_path": "com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar" + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-core/1.8.0/kotlinx-coroutines-core-1.8.0.jar" } }, - "org_jetbrains_kotlinx_kotlinx_serialization_core_jvm_1_6_2": { + "org_jetbrains_kotlinx_kotlinx_serialization_core_jvm_1_6_3": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_core_jvm_1_6_2", - "sha256": "8e6fc04e1a2efd2acbbc5503a1dc9d988166f99e4f1f51ef6b91c3a52077bdb1", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_core_jvm_1_6_3", + "sha256": "29c821a8d4e25cbfe4f2ce96cdd4526f61f8f4e69a135f9612a34a81d93b65f1", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.2/kotlinx-serialization-core-jvm-1.6.2.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.2/kotlinx-serialization-core-jvm-1.6.2.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.2/kotlinx-serialization-core-jvm-1.6.2.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.3/kotlinx-serialization-core-jvm-1.6.3.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.3/kotlinx-serialization-core-jvm-1.6.3.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.3/kotlinx-serialization-core-jvm-1.6.3.jar" ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.2/kotlinx-serialization-core-jvm-1.6.2.jar" + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-core-jvm/1.6.3/kotlinx-serialization-core-jvm-1.6.3.jar" } }, "io_netty_netty_transport_4_1_94_Final": { @@ -4982,20 +5723,6 @@ "downloaded_file_path": "software/amazon/awssdk/s3/2.20.128/s3-2.20.128.jar" } }, - "io_grpc_grpc_protobuf_jar_sources_1_61_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_protobuf_jar_sources_1_61_1", - "sha256": "3527785265f115f3795c338aa869245164599f0db69855f1545eb349f5f6a077", - "urls": [ - "https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf/1.61.1/grpc-protobuf-1.61.1-sources.jar", - "https://maven.google.com/io/grpc/grpc-protobuf/1.61.1/grpc-protobuf-1.61.1-sources.jar", - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.61.1/grpc-protobuf-1.61.1-sources.jar" - ], - "downloaded_file_path": "io/grpc/grpc-protobuf/1.61.1/grpc-protobuf-1.61.1-sources.jar" - } - }, "net_bytebuddy_byte_buddy_agent_jar_sources_1_12_7": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5091,32 +5818,32 @@ "downloaded_file_path": "org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2-sources.jar" } }, - "net_bytebuddy_byte_buddy_agent_1_12_7": { + "org_jetbrains_kotlinx_kotlinx_serialization_json_jvm_1_6_3": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~net_bytebuddy_byte_buddy_agent_1_12_7", - "sha256": "73d84bb6e8e8980e674d796a29063f510ceb527c6f8c912a08a13e236be05c71", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_json_jvm_1_6_3", + "sha256": "d3234179bcff1886d53d67c11eca47f7f3cf7b63c349d16965f6db51b7f3dd9a", "urls": [ - "https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.7/byte-buddy-agent-1.12.7.jar", - "https://maven.google.com/net/bytebuddy/byte-buddy-agent/1.12.7/byte-buddy-agent-1.12.7.jar", - "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.7/byte-buddy-agent-1.12.7.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.3/kotlinx-serialization-json-jvm-1.6.3.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.3/kotlinx-serialization-json-jvm-1.6.3.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.3/kotlinx-serialization-json-jvm-1.6.3.jar" ], - "downloaded_file_path": "net/bytebuddy/byte-buddy-agent/1.12.7/byte-buddy-agent-1.12.7.jar" + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.3/kotlinx-serialization-json-jvm-1.6.3.jar" } }, - "org_apache_logging_log4j_log4j_api_jar_sources_2_22_1": { + "net_bytebuddy_byte_buddy_agent_1_12_7": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_apache_logging_log4j_log4j_api_jar_sources_2_22_1", - "sha256": "da73464bd4887421a2b0677f8e29158e5af8642f0a8523a99cec6064b637197d", + "name": "rules_jvm_external~override~maven~net_bytebuddy_byte_buddy_agent_1_12_7", + "sha256": "73d84bb6e8e8980e674d796a29063f510ceb527c6f8c912a08a13e236be05c71", "urls": [ - "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1-sources.jar", - "https://maven.google.com/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1-sources.jar", - "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1-sources.jar" + "https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.7/byte-buddy-agent-1.12.7.jar", + "https://maven.google.com/net/bytebuddy/byte-buddy-agent/1.12.7/byte-buddy-agent-1.12.7.jar", + "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.7/byte-buddy-agent-1.12.7.jar" ], - "downloaded_file_path": "org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1-sources.jar" + "downloaded_file_path": "net/bytebuddy/byte-buddy-agent/1.12.7/byte-buddy-agent-1.12.7.jar" } }, "org_junit_jupiter_junit_jupiter_engine_jar_sources_5_10_2": { @@ -5146,20 +5873,6 @@ "downloaded_file_path": "software/amazon/awssdk/third-party-jackson-core/2.20.128/third-party-jackson-core-2.20.128.jar" } }, - "org_jetbrains_kotlinx_kotlinx_serialization_json_jvm_1_6_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_serialization_json_jvm_1_6_2", - "sha256": "8d2718bb042e830b12b7fb10af26d0fba43de1f1f9ffe0a6b131d4d251aac2cc", - "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.2/kotlinx-serialization-json-jvm-1.6.2.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.2/kotlinx-serialization-json-jvm-1.6.2.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.2/kotlinx-serialization-json-jvm-1.6.2.jar" - ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-serialization-json-jvm/1.6.2/kotlinx-serialization-json-jvm-1.6.2.jar" - } - }, "org_apache_httpcomponents_httpclient_4_5_14": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5266,20 +5979,6 @@ "downloaded_file_path": "com/google/api/grpc/grpc-google-cloud-storage-v2/2.26.1-alpha/grpc-google-cloud-storage-v2-2.26.1-alpha.jar" } }, - "com_fasterxml_jackson_core_jackson_core_jar_sources_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_core_jar_sources_2_16_1", - "sha256": "1bd334b0de7d02d7f8a6591f775a28126b1cdce9cd9ae6dc260482b7bdd9a04c", - "urls": [ - "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1-sources.jar", - "https://maven.google.com/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1-sources.jar", - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1-sources.jar" - ], - "downloaded_file_path": "com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1-sources.jar" - } - }, "org_codehaus_plexus_plexus_utils_3_5_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5334,6 +6033,20 @@ "downloaded_file_path": "org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar" } }, + "org_apache_logging_log4j_log4j_core_2_23_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_apache_logging_log4j_log4j_core_2_23_1", + "sha256": "7079368005fc34f56248f57f8a8a53361c3a53e9007d556dbc66fc669df081b5", + "urls": [ + "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1.jar", + "https://maven.google.com/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1.jar", + "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1.jar" + ], + "downloaded_file_path": "org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1.jar" + } + }, "com_google_http_client_google_http_client_1_43_3": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5347,6 +6060,20 @@ "downloaded_file_path": "com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar" } }, + "io_grpc_grpc_protobuf_lite_jar_sources_1_62_2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~io_grpc_grpc_protobuf_lite_jar_sources_1_62_2", + "sha256": "fd38569d1c610d12e0844873ea18542503334b5f4db8c2239b68553ccc58942b", + "urls": [ + "https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-lite/1.62.2/grpc-protobuf-lite-1.62.2-sources.jar", + "https://maven.google.com/io/grpc/grpc-protobuf-lite/1.62.2/grpc-protobuf-lite-1.62.2-sources.jar", + "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.62.2/grpc-protobuf-lite-1.62.2-sources.jar" + ], + "downloaded_file_path": "io/grpc/grpc-protobuf-lite/1.62.2/grpc-protobuf-lite-1.62.2-sources.jar" + } + }, "io_opencensus_opencensus_proto_0_2_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5367,9 +6094,8 @@ "name": "rules_jvm_external~override~maven~org_slf4j_slf4j_api_1_7_30", "sha256": "cdba07964d1bb40a0761485c6b1e8c2f8fd9eb1d19c53928ac0d7f9510105c57", "urls": [ - "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar", - "https://maven.google.com/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar", - "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" + "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar", + "https://maven.google.com/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" ], "downloaded_file_path": "org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" } @@ -5415,34 +6141,6 @@ "downloaded_file_path": "com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0.jar" } }, - "org_apache_logging_log4j_log4j_core_2_22_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_apache_logging_log4j_log4j_core_2_22_1", - "sha256": "46dccecac556623d8e2ce8648496824a82951d139062a4e61148aff1a25ed18d", - "urls": [ - "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar", - "https://maven.google.com/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar", - "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar" - ], - "downloaded_file_path": "org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar" - } - }, - "org_jetbrains_kotlinx_kotlinx_coroutines_core_1_7_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_core_1_7_3", - "sha256": "f9522095aedcc2a6ab32c7484061ea698352c71be1390adb403b59aa48a38fdc", - "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar" - ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar" - } - }, "com_google_errorprone_error_prone_annotations_2_18_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5456,20 +6154,6 @@ "downloaded_file_path": "com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar" } }, - "org_jetbrains_kotlinx_kotlinx_coroutines_test_jar_sources_1_7_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_test_jar_sources_1_7_3", - "sha256": "7649a318e7474aced66f3eda5c6719c62848e822e9e972c1c5058a6af4a5ec04", - "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.7.3/kotlinx-coroutines-test-1.7.3-sources.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.7.3/kotlinx-coroutines-test-1.7.3-sources.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.7.3/kotlinx-coroutines-test-1.7.3-sources.jar" - ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-test/1.7.3/kotlinx-coroutines-test-1.7.3-sources.jar" - } - }, "io_netty_netty_codec_4_1_94_Final": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5496,20 +6180,6 @@ "downloaded_file_path": "org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.jar" } }, - "io_kotest_kotest_assertions_api_jvm_5_8_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_api_jvm_5_8_0", - "sha256": "24e5429f8de994056147f4e4198f03bc1b37303b2e4e2bad81a5c388f5fe8d21", - "urls": [ - "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-api-jvm/5.8.0/kotest-assertions-api-jvm-5.8.0.jar", - "https://maven.google.com/io/kotest/kotest-assertions-api-jvm/5.8.0/kotest-assertions-api-jvm-5.8.0.jar", - "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-api-jvm/5.8.0/kotest-assertions-api-jvm-5.8.0.jar" - ], - "downloaded_file_path": "io/kotest/kotest-assertions-api-jvm/5.8.0/kotest-assertions-api-jvm-5.8.0.jar" - } - }, "junit_junit_jar_sources_4_13_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5537,6 +6207,48 @@ "downloaded_file_path": "com/google/protobuf/protobuf-java/3.23.2/protobuf-java-3.23.2.jar" } }, + "io_kotest_kotest_assertions_api_jvm_5_8_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_api_jvm_5_8_1", + "sha256": "24e5429f8de994056147f4e4198f03bc1b37303b2e4e2bad81a5c388f5fe8d21", + "urls": [ + "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-api-jvm/5.8.1/kotest-assertions-api-jvm-5.8.1.jar", + "https://maven.google.com/io/kotest/kotest-assertions-api-jvm/5.8.1/kotest-assertions-api-jvm-5.8.1.jar", + "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-api-jvm/5.8.1/kotest-assertions-api-jvm-5.8.1.jar" + ], + "downloaded_file_path": "io/kotest/kotest-assertions-api-jvm/5.8.1/kotest-assertions-api-jvm-5.8.1.jar" + } + }, + "org_slf4j_slf4j_api_1_7_36": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_slf4j_slf4j_api_1_7_36", + "sha256": "d3ef575e3e4979678dc01bf1dcce51021493b4d11fb7f1be8ad982877c16a1c0", + "urls": [ + "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar", + "https://maven.google.com/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar", + "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar" + ], + "downloaded_file_path": "org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar" + } + }, + "io_grpc_grpc_protobuf_lite_1_62_2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~io_grpc_grpc_protobuf_lite_1_62_2", + "sha256": "79997989a8c2b5bf4dd18182a2df2e2f668703d68ba7c317e7a07809d33f91f4", + "urls": [ + "https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-lite/1.62.2/grpc-protobuf-lite-1.62.2.jar", + "https://maven.google.com/io/grpc/grpc-protobuf-lite/1.62.2/grpc-protobuf-lite-1.62.2.jar", + "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.62.2/grpc-protobuf-lite-1.62.2.jar" + ], + "downloaded_file_path": "io/grpc/grpc-protobuf-lite/1.62.2/grpc-protobuf-lite-1.62.2.jar" + } + }, "io_netty_netty_buffer_4_1_94_Final": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5595,23 +6307,24 @@ "{ \"group\": \"ch.epfl.scala\", \"artifact\": \"bsp4j\", \"version\": \"2.2.0-M1\" }", "{ \"group\": \"commons-io\", \"artifact\": \"commons-io\", \"version\": \"2.15.1\", \"packaging\": \"jar\" }", "{ \"group\": \"commons-cli\", \"artifact\": \"commons-cli\", \"version\": \"1.6.0\", \"packaging\": \"jar\" }", - "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-api\", \"version\": \"2.22.1\" }", - "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-core\", \"version\": \"2.22.1\" }", + "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-api\", \"version\": \"2.23.1\" }", + "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-core\", \"version\": \"2.23.1\" }", "{ \"group\": \"org.apache.velocity\", \"artifact\": \"velocity-engine-core\", \"version\": \"2.3\" }", - "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-coroutines-core\", \"version\": \"1.7.3\" }", - "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-coroutines-test\", \"version\": \"1.7.3\" }", - "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-serialization-json\", \"version\": \"1.6.2\" }", - "{ \"group\": \"com.fasterxml.jackson.core\", \"artifact\": \"jackson-databind\", \"version\": \"2.16.1\" }", - "{ \"group\": \"com.fasterxml.jackson.module\", \"artifact\": \"jackson-module-kotlin\", \"version\": \"2.16.1\" }", - "{ \"group\": \"com.google.protobuf\", \"artifact\": \"protobuf-java\", \"version\": \"3.25.2\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-stub\", \"version\": \"1.61.1\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-protobuf\", \"version\": \"1.61.1\" }", + "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-coroutines-core\", \"version\": \"1.8.0\" }", + "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-coroutines-test\", \"version\": \"1.8.0\" }", + "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-serialization-json\", \"version\": \"1.6.3\" }", + "{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-nop\", \"version\": \"2.0.12\" }", + "{ \"group\": \"com.fasterxml.jackson.core\", \"artifact\": \"jackson-databind\", \"version\": \"2.17.0\" }", + "{ \"group\": \"com.fasterxml.jackson.module\", \"artifact\": \"jackson-module-kotlin\", \"version\": \"2.16.2\" }", + "{ \"group\": \"com.google.protobuf\", \"artifact\": \"protobuf-java\", \"version\": \"4.26.0\" }", + "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-stub\", \"version\": \"1.62.2\" }", + "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-protobuf\", \"version\": \"1.62.2\" }", "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter\", \"version\": \"5.10.2\" }", "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-console\", \"version\": \"1.10.2\" }", - "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-api-jvm\", \"version\": \"5.8.0\" }", - "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-core-jvm\", \"version\": \"5.8.0\" }", - "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-shared-jvm\", \"version\": \"5.8.0\" }", - "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-common-jvm\", \"version\": \"5.8.0\" }", + "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-api-jvm\", \"version\": \"5.8.1\" }", + "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-core-jvm\", \"version\": \"5.8.1\" }", + "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-assertions-shared-jvm\", \"version\": \"5.8.1\" }", + "{ \"group\": \"io.kotest\", \"artifact\": \"kotest-common-jvm\", \"version\": \"5.8.1\" }", "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.10.1\" }", "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.0.1-jre\" }", "{ \"group\": \"ch.epfl.scala\", \"artifact\": \"bsp4j\", \"version\": \"2.2.0-M1\" }", @@ -5685,6 +6398,48 @@ "downloaded_file_path": "org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar" } }, + "com_fasterxml_jackson_core_jackson_core_2_17_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_core_2_17_0", + "sha256": "55be130f6a68038088a261856c4e383ce79957a0fc1a29ecb213a9efd6ef4389", + "urls": [ + "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0.jar", + "https://maven.google.com/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0.jar", + "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0.jar" + ], + "downloaded_file_path": "com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0.jar" + } + }, + "com_fasterxml_jackson_core_jackson_core_jar_sources_2_17_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_core_jar_sources_2_17_0", + "sha256": "97f4f4a85bf4da59174dde187130bddb927ac31320b385ed8ef1439c00df00f2", + "urls": [ + "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0-sources.jar", + "https://maven.google.com/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0-sources.jar", + "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0-sources.jar" + ], + "downloaded_file_path": "com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0-sources.jar" + } + }, + "io_grpc_grpc_api_1_62_2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~io_grpc_grpc_api_1_62_2", + "sha256": "2e896944cf513e0e5cfd32bcd72c89601a27c6ca56916f84b20f3a13bacf1b1f", + "urls": [ + "https://repo.maven.apache.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.jar", + "https://maven.google.com/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.jar", + "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.jar" + ], + "downloaded_file_path": "io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.jar" + } + }, "org_junit_platform_junit_platform_engine_1_10_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5738,6 +6493,20 @@ "downloaded_file_path": "com/google/api/gax/2.32.0/gax-2.32.0.jar" } }, + "org_jetbrains_kotlinx_kotlinx_coroutines_core_jar_sources_1_8_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_core_jar_sources_1_8_0", + "sha256": "efbc32a6729c7f316c5348da147d42dacdfb1bc40ae3d661323ecf9ce0514c38", + "urls": [ + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.8.0/kotlinx-coroutines-core-1.8.0-sources.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.8.0/kotlinx-coroutines-core-1.8.0-sources.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.8.0/kotlinx-coroutines-core-1.8.0-sources.jar" + ], + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-core/1.8.0/kotlinx-coroutines-core-1.8.0-sources.jar" + } + }, "org_junit_jupiter_junit_jupiter_engine_5_10_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -5752,32 +6521,32 @@ "downloaded_file_path": "org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar" } }, - "org_jetbrains_kotlin_kotlin_stdlib_common_1_9_21": { + "org_jetbrains_kotlin_kotlin_stdlib_common_1_9_22": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlin_kotlin_stdlib_common_1_9_21", - "sha256": "ff43e59e31aca00fb4d3b678e447c62605b7c90d61376794481cfdcab53e3c35", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlin_kotlin_stdlib_common_1_9_22", + "sha256": "60b53a3fc0ed19ff5568ad54372f102f51109b7480417e93c8f3418ae4f73188", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21.jar", - "https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar", + "https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar" ], - "downloaded_file_path": "org/jetbrains/kotlin/kotlin-stdlib-common/1.9.21/kotlin-stdlib-common-1.9.21.jar" + "downloaded_file_path": "org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar" } }, - "io_kotest_kotest_assertions_core_jvm_jar_sources_5_8_0": { + "io_kotest_kotest_assertions_core_jvm_jar_sources_5_8_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_core_jvm_jar_sources_5_8_0", - "sha256": "8330b4f03d002d8b6d60c365e35efe60da87cb69989ace2c01d6e4336be4410a", + "name": "rules_jvm_external~override~maven~io_kotest_kotest_assertions_core_jvm_jar_sources_5_8_1", + "sha256": "ee00a0c0385dcc8d6fbc44b8b5e97b7e347fa457a25d2a0b07d3f370dee13078", "urls": [ - "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-core-jvm/5.8.0/kotest-assertions-core-jvm-5.8.0-sources.jar", - "https://maven.google.com/io/kotest/kotest-assertions-core-jvm/5.8.0/kotest-assertions-core-jvm-5.8.0-sources.jar", - "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-core-jvm/5.8.0/kotest-assertions-core-jvm-5.8.0-sources.jar" + "https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-core-jvm/5.8.1/kotest-assertions-core-jvm-5.8.1-sources.jar", + "https://maven.google.com/io/kotest/kotest-assertions-core-jvm/5.8.1/kotest-assertions-core-jvm-5.8.1-sources.jar", + "https://repo1.maven.org/maven2/io/kotest/kotest-assertions-core-jvm/5.8.1/kotest-assertions-core-jvm-5.8.1-sources.jar" ], - "downloaded_file_path": "io/kotest/kotest-assertions-core-jvm/5.8.0/kotest-assertions-core-jvm-5.8.0-sources.jar" + "downloaded_file_path": "io/kotest/kotest-assertions-core-jvm/5.8.1/kotest-assertions-core-jvm-5.8.1-sources.jar" } }, "org_checkerframework_checker_qual_3_37_0": { @@ -5794,129 +6563,129 @@ "downloaded_file_path": "org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar" } }, - "io_grpc_grpc_protobuf_lite_jar_sources_1_61_1": { + "io_grpc_grpc_grpclb_1_56_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_protobuf_lite_jar_sources_1_61_1", - "sha256": "b1718e479bc7e6c298c31ef9a33d27e28e730be896ce0c524d4cae8664155a25", + "name": "rules_jvm_external~override~maven~io_grpc_grpc_grpclb_1_56_1", + "sha256": "6ba786cc5271c7355cb0cdb57660d807cbf0f082b50edae15232e8c354228496", "urls": [ - "https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-lite/1.61.1/grpc-protobuf-lite-1.61.1-sources.jar", - "https://maven.google.com/io/grpc/grpc-protobuf-lite/1.61.1/grpc-protobuf-lite-1.61.1-sources.jar", - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.61.1/grpc-protobuf-lite-1.61.1-sources.jar" + "https://repo1.maven.org/maven2/io/grpc/grpc-grpclb/1.56.1/grpc-grpclb-1.56.1.jar", + "https://maven.google.com/io/grpc/grpc-grpclb/1.56.1/grpc-grpclb-1.56.1.jar" ], - "downloaded_file_path": "io/grpc/grpc-protobuf-lite/1.61.1/grpc-protobuf-lite-1.61.1-sources.jar" + "downloaded_file_path": "io/grpc/grpc-grpclb/1.56.1/grpc-grpclb-1.56.1.jar" } }, - "io_grpc_grpc_grpclb_1_56_1": { + "com_google_api_grpc_proto_google_common_protos_jar_sources_2_29_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_grpclb_1_56_1", - "sha256": "6ba786cc5271c7355cb0cdb57660d807cbf0f082b50edae15232e8c354228496", + "name": "rules_jvm_external~override~maven~com_google_api_grpc_proto_google_common_protos_jar_sources_2_29_0", + "sha256": "fe7831089c20c097ef540b61ff90d12cfe0fbc57c2bbe21a3e8fa96bb0085d99", "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-grpclb/1.56.1/grpc-grpclb-1.56.1.jar", - "https://maven.google.com/io/grpc/grpc-grpclb/1.56.1/grpc-grpclb-1.56.1.jar" + "https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar", + "https://maven.google.com/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar", + "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar" ], - "downloaded_file_path": "io/grpc/grpc-grpclb/1.56.1/grpc-grpclb-1.56.1.jar" + "downloaded_file_path": "com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar" } }, - "com_fasterxml_jackson_module_jackson_module_kotlin_2_16_1": { + "com_fasterxml_jackson_module_jackson_module_kotlin_2_16_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_module_jackson_module_kotlin_2_16_1", - "sha256": "c3a3df57d2778d96926db0e4efd7db111108613a31ce617ab512d530c3673645", + "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_module_jackson_module_kotlin_2_16_2", + "sha256": "6e5994958c62e328b63e5d91c4c7f2a8d33aada788c6069538bbe16618e19b54", "urls": [ - "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.1/jackson-module-kotlin-2.16.1.jar", - "https://maven.google.com/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.1/jackson-module-kotlin-2.16.1.jar", - "https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.1/jackson-module-kotlin-2.16.1.jar" + "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.2/jackson-module-kotlin-2.16.2.jar", + "https://maven.google.com/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.2/jackson-module-kotlin-2.16.2.jar", + "https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.2/jackson-module-kotlin-2.16.2.jar" ], - "downloaded_file_path": "com/fasterxml/jackson/module/jackson-module-kotlin/2.16.1/jackson-module-kotlin-2.16.1.jar" + "downloaded_file_path": "com/fasterxml/jackson/module/jackson-module-kotlin/2.16.2/jackson-module-kotlin-2.16.2.jar" } }, - "com_google_api_grpc_proto_google_common_protos_jar_sources_2_29_0": { + "io_grpc_grpc_stub_jar_sources_1_62_2": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_google_api_grpc_proto_google_common_protos_jar_sources_2_29_0", - "sha256": "fe7831089c20c097ef540b61ff90d12cfe0fbc57c2bbe21a3e8fa96bb0085d99", + "name": "rules_jvm_external~override~maven~io_grpc_grpc_stub_jar_sources_1_62_2", + "sha256": "da613a25d08f3915ab1d54634c6dc4ffa7441fea74d53fcd46e68afe53b1b29a", "urls": [ - "https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar", - "https://maven.google.com/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar", - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar" + "https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2-sources.jar", + "https://maven.google.com/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2-sources.jar", + "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2-sources.jar" ], - "downloaded_file_path": "com/google/api/grpc/proto-google-common-protos/2.29.0/proto-google-common-protos-2.29.0-sources.jar" + "downloaded_file_path": "io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2-sources.jar" } }, - "org_eclipse_lsp4j_org_eclipse_lsp4j_generator_jar_sources_0_20_1": { + "org_jetbrains_kotlinx_kotlinx_coroutines_test_jar_sources_1_8_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_eclipse_lsp4j_org_eclipse_lsp4j_generator_jar_sources_0_20_1", - "sha256": "9c7c0a0d70416b5739f2c5866de5a8b6a07f7b46f68818825fc43f712de7cb23", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_test_jar_sources_1_8_0", + "sha256": "c0a496fc17c99a9c9fb4f88b149330e083e975707d7c13b48ce7159acaf9154b", "urls": [ - "https://repo.maven.apache.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.20.1/org.eclipse.lsp4j.generator-0.20.1-sources.jar", - "https://maven.google.com/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.20.1/org.eclipse.lsp4j.generator-0.20.1-sources.jar", - "https://repo1.maven.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.20.1/org.eclipse.lsp4j.generator-0.20.1-sources.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.8.0/kotlinx-coroutines-test-1.8.0-sources.jar", + "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.8.0/kotlinx-coroutines-test-1.8.0-sources.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.8.0/kotlinx-coroutines-test-1.8.0-sources.jar" ], - "downloaded_file_path": "org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.20.1/org.eclipse.lsp4j.generator-0.20.1-sources.jar" + "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-test/1.8.0/kotlinx-coroutines-test-1.8.0-sources.jar" } }, - "org_jetbrains_kotlinx_kotlinx_coroutines_test_1_7_3": { + "org_jetbrains_kotlin_kotlin_stdlib_jar_sources_1_9_22": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_test_1_7_3", - "sha256": "2ddfad185b7cc7e3a2e4707c916525d37ce62cf6572ad5fcac2b9f4ba70e010a", + "name": "rules_jvm_external~override~maven~org_jetbrains_kotlin_kotlin_stdlib_jar_sources_1_9_22", + "sha256": "7e1405176c4c7f7b35a9cf446c300eacd0212eaf0006b2142a5f7a99b827ecb0", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.7.3/kotlinx-coroutines-test-1.7.3.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.7.3/kotlinx-coroutines-test-1.7.3.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-test/1.7.3/kotlinx-coroutines-test-1.7.3.jar" + "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22-sources.jar", + "https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22-sources.jar", + "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22-sources.jar" ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-test/1.7.3/kotlinx-coroutines-test-1.7.3.jar" + "downloaded_file_path": "org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22-sources.jar" } }, - "com_google_guava_guava_testlib_jar_sources_31_1_jre": { + "net_bytebuddy_byte_buddy_1_14_9": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~com_google_guava_guava_testlib_jar_sources_31_1_jre", - "sha256": "7149659f8966197dcd91a42183349f862d3973f8e65efe6d03e678464fa13bfd", + "name": "rules_jvm_external~override~maven~net_bytebuddy_byte_buddy_1_14_9", + "sha256": "377352e253282bf86f731ac90ed88348e8f40a63ce033c00a85982de7e790e6f", "urls": [ - "https://repo.maven.apache.org/maven2/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar", - "https://maven.google.com/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar", - "https://repo1.maven.org/maven2/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar" + "https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar", + "https://maven.google.com/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar", + "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar" ], - "downloaded_file_path": "com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar" + "downloaded_file_path": "net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar" } }, - "io_grpc_grpc_protobuf_lite_1_61_1": { + "org_eclipse_lsp4j_org_eclipse_lsp4j_generator_jar_sources_0_20_1": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_protobuf_lite_1_61_1", - "sha256": "1814d15d832917754ab39ed480131e9c30ed0857d7f1f0c2af3f5d6f71c6e0b5", + "name": "rules_jvm_external~override~maven~org_eclipse_lsp4j_org_eclipse_lsp4j_generator_jar_sources_0_20_1", + "sha256": "9c7c0a0d70416b5739f2c5866de5a8b6a07f7b46f68818825fc43f712de7cb23", "urls": [ - "https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-lite/1.61.1/grpc-protobuf-lite-1.61.1.jar", - "https://maven.google.com/io/grpc/grpc-protobuf-lite/1.61.1/grpc-protobuf-lite-1.61.1.jar", - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.61.1/grpc-protobuf-lite-1.61.1.jar" + "https://repo.maven.apache.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.20.1/org.eclipse.lsp4j.generator-0.20.1-sources.jar", + "https://maven.google.com/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.20.1/org.eclipse.lsp4j.generator-0.20.1-sources.jar", + "https://repo1.maven.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.20.1/org.eclipse.lsp4j.generator-0.20.1-sources.jar" ], - "downloaded_file_path": "io/grpc/grpc-protobuf-lite/1.61.1/grpc-protobuf-lite-1.61.1.jar" + "downloaded_file_path": "org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.20.1/org.eclipse.lsp4j.generator-0.20.1-sources.jar" } }, - "org_jetbrains_kotlin_kotlin_stdlib_jar_sources_1_9_21": { + "com_google_guava_guava_testlib_jar_sources_31_1_jre": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlin_kotlin_stdlib_jar_sources_1_9_21", - "sha256": "339b14455313369971926ffb6a9e6068a98151aa81bf1a553dfd06831f29ce51", + "name": "rules_jvm_external~override~maven~com_google_guava_guava_testlib_jar_sources_31_1_jre", + "sha256": "7149659f8966197dcd91a42183349f862d3973f8e65efe6d03e678464fa13bfd", "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.21/kotlin-stdlib-1.9.21-sources.jar", - "https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib/1.9.21/kotlin-stdlib-1.9.21-sources.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.21/kotlin-stdlib-1.9.21-sources.jar" + "https://repo.maven.apache.org/maven2/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar", + "https://maven.google.com/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar", + "https://repo1.maven.org/maven2/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar" ], - "downloaded_file_path": "org/jetbrains/kotlin/kotlin-stdlib/1.9.21/kotlin-stdlib-1.9.21-sources.jar" + "downloaded_file_path": "com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar" } }, "commons_cli_commons_cli_jar_sources_1_6_0": { @@ -5947,32 +6716,18 @@ "downloaded_file_path": "org/mockito/mockito-core/4.3.1/mockito-core-4.3.1-sources.jar" } }, - "org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_jar_sources_1_7_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_jar_sources_1_7_3", - "sha256": "efabad4b6a46957325d956487a226234f26c2f519cddfcb7480c61c79e3ad95b", - "urls": [ - "https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3-sources.jar", - "https://maven.google.com/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3-sources.jar", - "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3-sources.jar" - ], - "downloaded_file_path": "org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3-sources.jar" - } - }, - "io_grpc_grpc_api_1_61_1": { + "org_slf4j_slf4j_nop_jar_sources_1_7_36": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_api_1_61_1", - "sha256": "98ef2ee2c3d7c6aba2fda2074afb307bbe7a64a2bc86258a07ec5fc0e99001f6", + "name": "rules_jvm_external~override~maven~org_slf4j_slf4j_nop_jar_sources_1_7_36", + "sha256": "b86491d9a8bbc35fe6a6ecf267fc5168399496f5aeffae608ed0ca99736838e9", "urls": [ - "https://repo.maven.apache.org/maven2/io/grpc/grpc-api/1.61.1/grpc-api-1.61.1.jar", - "https://maven.google.com/io/grpc/grpc-api/1.61.1/grpc-api-1.61.1.jar", - "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.61.1/grpc-api-1.61.1.jar" + "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36-sources.jar", + "https://maven.google.com/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36-sources.jar", + "https://repo1.maven.org/maven2/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36-sources.jar" ], - "downloaded_file_path": "io/grpc/grpc-api/1.61.1/grpc-api-1.61.1.jar" + "downloaded_file_path": "org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36-sources.jar" } }, "com_google_android_annotations_4_1_1_4": { @@ -5988,18 +6743,18 @@ "downloaded_file_path": "com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar" } }, - "io_grpc_grpc_stub_jar_sources_1_61_1": { + "com_google_protobuf_protobuf_java_4_26_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_stub_jar_sources_1_61_1", - "sha256": "d3fb47ebc8bdce446cea2277182a04f5100a5bd5c965b451e1886a4f80fe41be", + "name": "rules_jvm_external~override~maven~com_google_protobuf_protobuf_java_4_26_0", + "sha256": "2270d256392cb00f0988d8ad1a95bd27ca328cc4c768d1b6c870ef540e07928c", "urls": [ - "https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.61.1/grpc-stub-1.61.1-sources.jar", - "https://maven.google.com/io/grpc/grpc-stub/1.61.1/grpc-stub-1.61.1-sources.jar", - "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.61.1/grpc-stub-1.61.1-sources.jar" + "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/4.26.0/protobuf-java-4.26.0.jar", + "https://maven.google.com/com/google/protobuf/protobuf-java/4.26.0/protobuf-java-4.26.0.jar", + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/4.26.0/protobuf-java-4.26.0.jar" ], - "downloaded_file_path": "io/grpc/grpc-stub/1.61.1/grpc-stub-1.61.1-sources.jar" + "downloaded_file_path": "com/google/protobuf/protobuf-java/4.26.0/protobuf-java-4.26.0.jar" } }, "commons_codec_commons_codec_1_15": { @@ -6071,20 +6826,6 @@ "downloaded_file_path": "com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar" } }, - "io_grpc_grpc_stub_1_61_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_jvm_external~override~maven~io_grpc_grpc_stub_1_61_1", - "sha256": "cfee7175f5361432a8716dd52a6efa3d47b09ae0b5920fb3e155fe0549ee85f7", - "urls": [ - "https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.61.1/grpc-stub-1.61.1.jar", - "https://maven.google.com/io/grpc/grpc-stub/1.61.1/grpc-stub-1.61.1.jar", - "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.61.1/grpc-stub-1.61.1.jar" - ], - "downloaded_file_path": "io/grpc/grpc-stub/1.61.1/grpc-stub-1.61.1.jar" - } - }, "org_opentest4j_opentest4j_1_3_0": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", @@ -6138,6 +6879,20 @@ ], "downloaded_file_path": "io/netty/netty-transport-native-unix-common/4.1.94.Final/netty-transport-native-unix-common-4.1.94.Final.jar" } + }, + "com_fasterxml_jackson_core_jackson_annotations_2_17_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "name": "rules_jvm_external~override~maven~com_fasterxml_jackson_core_jackson_annotations_2_17_0", + "sha256": "8562569a001d46e84ea23802257e33c8f68b24eb47c1e0efd133a0372c512959", + "urls": [ + "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0.jar", + "https://maven.google.com/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0.jar", + "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0.jar" + ], + "downloaded_file_path": "com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0.jar" + } } }, "recordedRepoMappingEntries": [ @@ -6149,9 +6904,36 @@ ] } }, - "@@rules_kotlin~1.9.0//src/main/starlark/core/repositories:bzlmod_setup.bzl%rules_kotlin_extensions": { + "@@rules_jvm_external~override//:non-module-deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "i+Zxd+SgLbZqTLF+shombR5Pmc99aednkh48BQE7r3s=", + "bzlTransitiveDigest": "zXwz7xFBNBig3QRyd5WAZU3y/6fZvd6jnP6EkJIutS0=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "io_bazel_rules_kotlin": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_jvm_external~override~non_module_deps~io_bazel_rules_kotlin", + "sha256": "946747acdbeae799b085d12b240ec346f775ac65236dfcf18aa0cd7300f6de78", + "urls": [ + "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.7.0-RC-2/rules_kotlin_release.tgz" + ] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_jvm_external~override", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@rules_kotlin~1.9.1//src/main/starlark/core/repositories:bzlmod_setup.bzl%rules_kotlin_extensions": { + "general": { + "bzlTransitiveDigest": "LE+QUTVTwppoAoZuVHfoNmyjA8HGWJdHmYvHJwFswd0=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { @@ -6159,7 +6941,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_kotlin~1.9.0~rules_kotlin_extensions~rules_android", + "name": "rules_kotlin~1.9.1~rules_kotlin_extensions~rules_android", "sha256": "cd06d15dd8bb59926e4d65f9003bfc20f9da4b2519985c27e190cddc8b7a7806", "strip_prefix": "rules_android-0.1.1", "urls": [ @@ -6171,7 +6953,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_file", "attributes": { - "name": "rules_kotlin~1.9.0~rules_kotlin_extensions~com_github_pinterest_ktlint", + "name": "rules_kotlin~1.9.1~rules_kotlin_extensions~com_github_pinterest_ktlint", "sha256": "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc", "urls": [ "https://github.com/pinterest/ktlint/releases/download/0.49.1/ktlint" @@ -6183,68 +6965,57 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_kotlin~1.9.0~rules_kotlin_extensions~buildkite_config", + "name": "rules_kotlin~1.9.1~rules_kotlin_extensions~buildkite_config", "urls": [ "https://storage.googleapis.com/rbe-toolchain/bazel-configs/rbe-ubuntu1604/latest/rbe_default.tar" ] } }, "com_github_jetbrains_kotlin": { - "bzlFile": "@@rules_kotlin~1.9.0//src/main/starlark/core/repositories:compiler.bzl", + "bzlFile": "@@rules_kotlin~1.9.1//src/main/starlark/core/repositories:compiler.bzl", "ruleClassName": "kotlin_compiler_repository", "attributes": { - "name": "rules_kotlin~1.9.0~rules_kotlin_extensions~com_github_jetbrains_kotlin", + "name": "rules_kotlin~1.9.1~rules_kotlin_extensions~com_github_jetbrains_kotlin", "urls": [ - "https://github.com/JetBrains/kotlin/releases/download/v1.9.10/kotlin-compiler-1.9.10.zip" + "https://github.com/JetBrains/kotlin/releases/download/v1.9.22/kotlin-compiler-1.9.22.zip" ], - "sha256": "7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342", - "compiler_version": "1.9.10" + "sha256": "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6", + "compiler_version": "1.9.22" } }, "com_github_google_ksp": { - "bzlFile": "@@rules_kotlin~1.9.0//src/main/starlark/core/repositories:ksp.bzl", + "bzlFile": "@@rules_kotlin~1.9.1//src/main/starlark/core/repositories:ksp.bzl", "ruleClassName": "ksp_compiler_plugin_repository", "attributes": { - "name": "rules_kotlin~1.9.0~rules_kotlin_extensions~com_github_google_ksp", - "urls": [ - "https://github.com/google/ksp/releases/download/1.9.10-1.0.13/artifacts.zip" - ], - "sha256": "5b0b1179e8af40877d9d5929ec0260afb104956eabf2f23bb5568cfd6c20b37b", - "strip_version": "1.9.10-1.0.13" - } - }, - "kt_java_stub_template": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "name": "rules_kotlin~1.9.0~rules_kotlin_extensions~kt_java_stub_template", + "name": "rules_kotlin~1.9.1~rules_kotlin_extensions~com_github_google_ksp", "urls": [ - "https://raw.githubusercontent.com/bazelbuild/bazel/6.2.1/src/main/java/com/google/devtools/build/lib/bazel/rules/java/java_stub_template.txt" + "https://github.com/google/ksp/releases/download/1.9.22-1.0.17/artifacts.zip" ], - "sha256": "78e29525872594ffc783c825f428b3e61d4f3e632f46eaa64f004b2814c4a612" + "sha256": "b39b373e09e5edefe700fef628572f71be7d49e6396dec0ea52eb10c16ead39e", + "strip_version": "1.9.22-1.0.17" } } }, "recordedRepoMappingEntries": [ [ - "rules_kotlin~1.9.0", + "rules_kotlin~1.9.1", "bazel_tools", "bazel_tools" ] ] } }, - "@@rules_python~0.30.0//python/extensions:python.bzl%python": { + "@@rules_python~0.31.0//python/extensions:python.bzl%python": { "general": { - "bzlTransitiveDigest": "ctBwYlqTR+6K4fiVFUI7LYT+gUG4sCMQNrEx/2sSiAM=", + "bzlTransitiveDigest": "nfcQ92K2B0JOoUwqlGTKoGF7+XoHjDW/y8t8LMG8TE4=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "python_3_11_s390x-unknown-linux-gnu": { - "bzlFile": "@@rules_python~0.30.0//python:repositories.bzl", + "bzlFile": "@@rules_python~0.31.0//python:repositories.bzl", "ruleClassName": "python_repository", "attributes": { - "name": "rules_python~0.30.0~python~python_3_11_s390x-unknown-linux-gnu", + "name": "rules_python~0.31.0~python~python_3_11_s390x-unknown-linux-gnu", "sha256": "49520e3ff494708020f306e30b0964f079170be83e956be4504f850557378a22", "patches": [], "platform": "s390x-unknown-linux-gnu", @@ -6260,10 +7031,10 @@ } }, "python_3_11_host": { - "bzlFile": "@@rules_python~0.30.0//python/private:toolchains_repo.bzl", + "bzlFile": "@@rules_python~0.31.0//python/private:toolchains_repo.bzl", "ruleClassName": "host_toolchain", "attributes": { - "name": "rules_python~0.30.0~python~python_3_11_host", + "name": "rules_python~0.31.0~python~python_3_11_host", "python_version": "3.11.7", "user_repository_name": "python_3_11", "platforms": [ @@ -6278,10 +7049,10 @@ } }, "python_3_11": { - "bzlFile": "@@rules_python~0.30.0//python/private:toolchains_repo.bzl", + "bzlFile": "@@rules_python~0.31.0//python/private:toolchains_repo.bzl", "ruleClassName": "toolchain_aliases", "attributes": { - "name": "rules_python~0.30.0~python~python_3_11", + "name": "rules_python~0.31.0~python~python_3_11", "python_version": "3.11.7", "user_repository_name": "python_3_11", "platforms": [ @@ -6296,10 +7067,10 @@ } }, "python_3_11_aarch64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~0.30.0//python:repositories.bzl", + "bzlFile": "@@rules_python~0.31.0//python:repositories.bzl", "ruleClassName": "python_repository", "attributes": { - "name": "rules_python~0.30.0~python~python_3_11_aarch64-unknown-linux-gnu", + "name": "rules_python~0.31.0~python~python_3_11_aarch64-unknown-linux-gnu", "sha256": "b102eaf865eb715aa98a8a2ef19037b6cc3ae7dfd4a632802650f29de635aa13", "patches": [], "platform": "aarch64-unknown-linux-gnu", @@ -6315,10 +7086,10 @@ } }, "python_3_11_aarch64-apple-darwin": { - "bzlFile": "@@rules_python~0.30.0//python:repositories.bzl", + "bzlFile": "@@rules_python~0.31.0//python:repositories.bzl", "ruleClassName": "python_repository", "attributes": { - "name": "rules_python~0.30.0~python~python_3_11_aarch64-apple-darwin", + "name": "rules_python~0.31.0~python~python_3_11_aarch64-apple-darwin", "sha256": "b042c966920cf8465385ca3522986b12d745151a72c060991088977ca36d3883", "patches": [], "platform": "aarch64-apple-darwin", @@ -6334,10 +7105,10 @@ } }, "python_3_11_ppc64le-unknown-linux-gnu": { - "bzlFile": "@@rules_python~0.30.0//python:repositories.bzl", + "bzlFile": "@@rules_python~0.31.0//python:repositories.bzl", "ruleClassName": "python_repository", "attributes": { - "name": "rules_python~0.30.0~python~python_3_11_ppc64le-unknown-linux-gnu", + "name": "rules_python~0.31.0~python~python_3_11_ppc64le-unknown-linux-gnu", "sha256": "b44e1b74afe75c7b19143413632c4386708ae229117f8f950c2094e9681d34c7", "patches": [], "platform": "ppc64le-unknown-linux-gnu", @@ -6353,10 +7124,10 @@ } }, "python_3_11_x86_64-apple-darwin": { - "bzlFile": "@@rules_python~0.30.0//python:repositories.bzl", + "bzlFile": "@@rules_python~0.31.0//python:repositories.bzl", "ruleClassName": "python_repository", "attributes": { - "name": "rules_python~0.30.0~python~python_3_11_x86_64-apple-darwin", + "name": "rules_python~0.31.0~python~python_3_11_x86_64-apple-darwin", "sha256": "a0e615eef1fafdc742da0008425a9030b7ea68a4ae4e73ac557ef27b112836d4", "patches": [], "platform": "x86_64-apple-darwin", @@ -6372,10 +7143,10 @@ } }, "pythons_hub": { - "bzlFile": "@@rules_python~0.30.0//python/private/bzlmod:pythons_hub.bzl", + "bzlFile": "@@rules_python~0.31.0//python/private/bzlmod:pythons_hub.bzl", "ruleClassName": "hub_repo", "attributes": { - "name": "rules_python~0.30.0~python~pythons_hub", + "name": "rules_python~0.31.0~python~pythons_hub", "default_python_version": "3.11", "toolchain_prefixes": [ "_0000_python_3_11_" @@ -6392,20 +7163,20 @@ } }, "python_versions": { - "bzlFile": "@@rules_python~0.30.0//python/private:toolchains_repo.bzl", + "bzlFile": "@@rules_python~0.31.0//python/private:toolchains_repo.bzl", "ruleClassName": "multi_toolchain_aliases", "attributes": { - "name": "rules_python~0.30.0~python~python_versions", + "name": "rules_python~0.31.0~python~python_versions", "python_versions": { "3.11": "python_3_11" } } }, "python_3_11_x86_64-pc-windows-msvc": { - "bzlFile": "@@rules_python~0.30.0//python:repositories.bzl", + "bzlFile": "@@rules_python~0.31.0//python:repositories.bzl", "ruleClassName": "python_repository", "attributes": { - "name": "rules_python~0.30.0~python~python_3_11_x86_64-pc-windows-msvc", + "name": "rules_python~0.31.0~python~python_3_11_x86_64-pc-windows-msvc", "sha256": "67077e6fa918e4f4fd60ba169820b00be7c390c497bf9bc9cab2c255ea8e6f3e", "patches": [], "platform": "x86_64-pc-windows-msvc", @@ -6421,10 +7192,10 @@ } }, "python_3_11_x86_64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~0.30.0//python:repositories.bzl", + "bzlFile": "@@rules_python~0.31.0//python:repositories.bzl", "ruleClassName": "python_repository", "attributes": { - "name": "rules_python~0.30.0~python~python_3_11_x86_64-unknown-linux-gnu", + "name": "rules_python~0.31.0~python~python_3_11_x86_64-unknown-linux-gnu", "sha256": "4a51ce60007a6facf64e5495f4cf322e311ba9f39a8cd3f3e4c026eae488e140", "patches": [], "platform": "x86_64-unknown-linux-gnu", @@ -6442,21 +7213,21 @@ }, "recordedRepoMappingEntries": [ [ - "rules_python~0.30.0", + "rules_python~0.31.0", "bazel_skylib", "bazel_skylib~1.5.0" ], [ - "rules_python~0.30.0", + "rules_python~0.31.0", "bazel_tools", "bazel_tools" ] ] } }, - "@@rules_python~0.30.0//python/private/bzlmod:internal_deps.bzl%internal_deps": { + "@@rules_python~0.31.0//python/private/bzlmod:internal_deps.bzl%internal_deps": { "general": { - "bzlTransitiveDigest": "AtumrLSOUrOlCG6GK2Wwbl11FEhUjElCeRQVMYCMYuw=", + "bzlTransitiveDigest": "YM6cXp9AuQVARYWBY5VPn25r/wLyW6Lq09HCAiVNngE=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { @@ -6464,7 +7235,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__wheel", + "name": "rules_python~0.31.0~internal_deps~pypi__wheel", "url": "https://files.pythonhosted.org/packages/b8/8b/31273bf66016be6ad22bb7345c37ff350276cfd46e389a0c2ac5da9d9073/wheel-0.41.2-py3-none-any.whl", "sha256": "75909db2664838d015e3d9139004ee16711748a52c8f336b52882266540215d8", "type": "zip", @@ -6475,7 +7246,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__click", + "name": "rules_python~0.31.0~internal_deps~pypi__click", "url": "https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl", "sha256": "ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", "type": "zip", @@ -6486,7 +7257,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__importlib_metadata", + "name": "rules_python~0.31.0~internal_deps~pypi__importlib_metadata", "url": "https://files.pythonhosted.org/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl", "sha256": "3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb", "type": "zip", @@ -6497,7 +7268,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__pyproject_hooks", + "name": "rules_python~0.31.0~internal_deps~pypi__pyproject_hooks", "url": "https://files.pythonhosted.org/packages/d5/ea/9ae603de7fbb3df820b23a70f6aff92bf8c7770043254ad8d2dc9d6bcba4/pyproject_hooks-1.0.0-py3-none-any.whl", "sha256": "283c11acd6b928d2f6a7c73fa0d01cb2bdc5f07c57a2eeb6e83d5e56b97976f8", "type": "zip", @@ -6508,7 +7279,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__pep517", + "name": "rules_python~0.31.0~internal_deps~pypi__pep517", "url": "https://files.pythonhosted.org/packages/ee/2f/ef63e64e9429111e73d3d6cbee80591672d16f2725e648ebc52096f3d323/pep517-0.13.0-py3-none-any.whl", "sha256": "4ba4446d80aed5b5eac6509ade100bff3e7943a8489de249654a5ae9b33ee35b", "type": "zip", @@ -6519,7 +7290,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__packaging", + "name": "rules_python~0.31.0~internal_deps~pypi__packaging", "url": "https://files.pythonhosted.org/packages/ab/c3/57f0601a2d4fe15de7a553c00adbc901425661bf048f2a22dfc500caf121/packaging-23.1-py3-none-any.whl", "sha256": "994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61", "type": "zip", @@ -6530,7 +7301,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__pip_tools", + "name": "rules_python~0.31.0~internal_deps~pypi__pip_tools", "url": "https://files.pythonhosted.org/packages/e8/df/47e6267c6b5cdae867adbdd84b437393e6202ce4322de0a5e0b92960e1d6/pip_tools-7.3.0-py3-none-any.whl", "sha256": "8717693288720a8c6ebd07149c93ab0be1fced0b5191df9e9decd3263e20d85e", "type": "zip", @@ -6541,7 +7312,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__setuptools", + "name": "rules_python~0.31.0~internal_deps~pypi__setuptools", "url": "https://files.pythonhosted.org/packages/4f/ab/0bcfebdfc3bfa8554b2b2c97a555569c4c1ebc74ea288741ea8326c51906/setuptools-68.1.2-py3-none-any.whl", "sha256": "3d8083eed2d13afc9426f227b24fd1659489ec107c0e86cec2ffdde5c92e790b", "type": "zip", @@ -6552,7 +7323,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__zipp", + "name": "rules_python~0.31.0~internal_deps~pypi__zipp", "url": "https://files.pythonhosted.org/packages/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-py3-none-any.whl", "sha256": "679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0", "type": "zip", @@ -6563,7 +7334,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__colorama", + "name": "rules_python~0.31.0~internal_deps~pypi__colorama", "url": "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", "sha256": "4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", "type": "zip", @@ -6574,7 +7345,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__build", + "name": "rules_python~0.31.0~internal_deps~pypi__build", "url": "https://files.pythonhosted.org/packages/58/91/17b00d5fac63d3dca605f1b8269ba3c65e98059e1fd99d00283e42a454f0/build-0.10.0-py3-none-any.whl", "sha256": "af266720050a66c893a6096a2f410989eeac74ff9a68ba194b3f6473e8e26171", "type": "zip", @@ -6582,17 +7353,17 @@ } }, "rules_python_internal": { - "bzlFile": "@@rules_python~0.30.0//python/private:internal_config_repo.bzl", + "bzlFile": "@@rules_python~0.31.0//python/private:internal_config_repo.bzl", "ruleClassName": "internal_config_repo", "attributes": { - "name": "rules_python~0.30.0~internal_deps~rules_python_internal" + "name": "rules_python~0.31.0~internal_deps~rules_python_internal" } }, "pypi__pip": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__pip", + "name": "rules_python~0.31.0~internal_deps~pypi__pip", "url": "https://files.pythonhosted.org/packages/50/c2/e06851e8cc28dcad7c155f4753da8833ac06a5c704c109313b8d5a62968a/pip-23.2.1-py3-none-any.whl", "sha256": "7ccf472345f20d35bdc9d1841ff5f313260c2c33fe417f48c30ac46cccabf5be", "type": "zip", @@ -6603,7 +7374,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__installer", + "name": "rules_python~0.31.0~internal_deps~pypi__installer", "url": "https://files.pythonhosted.org/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl", "sha256": "05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53", "type": "zip", @@ -6614,7 +7385,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__more_itertools", + "name": "rules_python~0.31.0~internal_deps~pypi__more_itertools", "url": "https://files.pythonhosted.org/packages/5a/cb/6dce742ea14e47d6f565589e859ad225f2a5de576d7696e0623b784e226b/more_itertools-10.1.0-py3-none-any.whl", "sha256": "64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6", "type": "zip", @@ -6625,7 +7396,7 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_python~0.30.0~internal_deps~pypi__tomli", + "name": "rules_python~0.31.0~internal_deps~pypi__tomli", "url": "https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl", "sha256": "939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", "type": "zip", @@ -6635,7 +7406,7 @@ }, "recordedRepoMappingEntries": [ [ - "rules_python~0.30.0", + "rules_python~0.31.0", "bazel_tools", "bazel_tools" ] diff --git a/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/BazelRootMessageParser.kt b/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/BazelRootMessageParser.kt index 91b472696..166d3f372 100644 --- a/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/BazelRootMessageParser.kt +++ b/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/BazelRootMessageParser.kt @@ -56,5 +56,5 @@ object BazelRootMessageParser : Parser { } private fun collectCompilerDiagnostics(output: Output) = - generateSequence { CompilerDiagnosticParser.tryParseOne(output) }.toList() + generateSequence { CompilerDiagnosticParser.tryParseOne(output) ?: Scala3CompilerDiagnosticParser.tryParseOne(output) }.toList() } diff --git a/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/DiagnosticsParser.kt b/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/DiagnosticsParser.kt index 4ffec6f07..7a13ae670 100644 --- a/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/DiagnosticsParser.kt +++ b/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/DiagnosticsParser.kt @@ -51,6 +51,7 @@ class DiagnosticsParser { private val Parsers = listOf( BazelRootMessageParser, CompilerDiagnosticParser, + Scala3CompilerDiagnosticParser, AllCatchParser ) private val IgnoredLines = listOf( diff --git a/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/Scala3CompilerDiagnosticParser.kt b/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/Scala3CompilerDiagnosticParser.kt new file mode 100644 index 000000000..76ad526eb --- /dev/null +++ b/server/src/main/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/Scala3CompilerDiagnosticParser.kt @@ -0,0 +1,55 @@ +package org.jetbrains.bsp.bazel.server.diagnostics + +object Scala3CompilerDiagnosticParser : Parser { + + override fun tryParse(output: Output): List = + listOfNotNull(tryParseOne(output)) + + private val DiagnosticHeader = """ + ^--\ # "-- " diagnostic start + \[E\d+\] # "[E008]" code + ([^:]+): # (1) type of diagnostic + ([^:]+):(\d+):(\d+) # (2) path, (3) line, (4) column + \ \-+$ # " -----------------" ending + """.toRegex(RegexOption.COMMENTS) + + // Scala 3 diagnostics have additional color printed, since Bazel uses renderedMessage field + private val colorRegex = "\u001b\\[1A\u001b\\[K|\u001B\\[[;\\d]*m".toRegex() + + fun tryTake(output: Output, regex: Regex): MatchResult? = + output.peek()?.let { regex.matchEntire(it.replace(colorRegex, "")) }?.also { output.take() } + + fun tryParseOne(output: Output): Diagnostic? { + return tryTake(output, DiagnosticHeader) + ?.let { match -> + val level = if (match.groupValues[1].contains("Error")) Level.Error else Level.Warning + val path = match.groupValues[2].trim() + val line = match.groupValues[3].toInt() + val messageLines = collectMessageLines(match.groupValues[1].trim(), output) + val column = match.groupValues[4].toIntOrNull() ?: tryFindColumnNumber(messageLines) ?: 1 + val message = messageLines.joinToString("\n") + Diagnostic(Position(line, column), message, level, path, output.targetLabel) + } + } + + private fun collectMessageLines(header: String, output: Output): List { + val lines = mutableListOf() + fun String.cleanLine(): String = + this.replace(colorRegex, "").trim() + + // skip lines with numbers which show the source and skip the next ^^^^ line + if (output.peek()?.cleanLine()?.startsWith('|') == false) output.take(2) + while (output.nonEmpty() && output.peek()?.cleanLine()?.startsWith('|') == true) { + lines.add(output.take().cleanLine().removePrefix("|").trim()) + } + lines.add(0, header) + return lines + } + + private val IssuePositionMarker = """^[\s\|]*\^\s*$""".toRegex() // ^ surrounded by whitespace only + + private fun tryFindColumnNumber(messageLines: List): Int? { + val line = messageLines.find { IssuePositionMarker.matches(it.replace(colorRegex, "")) } + return line?.indexOf("^")?.let { it + 1 } + } +} diff --git a/server/src/test/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/DiagnosticsServiceTest.kt b/server/src/test/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/DiagnosticsServiceTest.kt index 9d9c2eec5..d64666073 100644 --- a/server/src/test/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/DiagnosticsServiceTest.kt +++ b/server/src/test/kotlin/org/jetbrains/bsp/bazel/server/diagnostics/DiagnosticsServiceTest.kt @@ -358,6 +358,106 @@ class DiagnosticsServiceTest { ) diagnostics shouldContainExactlyInAnyOrder expected } + @Test + fun `parse scala 3 error`() { + // given + val output = """ + |-- [E007] Type Mismatch Error: Hello.scala:19:20 ------------------------------- + |19 | def hello4: Int = "Hello" + | | ^^^^^^^ + | | Found: ("Hello" : String) + | | Required: Int + | | + | | longer explanation available when compiling with `-explain` + |2 errors found + |Build failed + |java.lang.RuntimeException: Build failed + | at io.bazel.rulesscala.scalac.ScalacInvoker.invokeCompiler(ScalacInvoker3.java:43) + | at io.bazel.rulesscala.scalac.ScalacWorker.compileScalaSources(ScalacWorker.java:253) + | at io.bazel.rulesscala.scalac.ScalacWorker.work(ScalacWorker.java:69) + | at io.bazel.rulesscala.worker.Worker.persistentWorkerMain(Worker.java:86) + | at io.bazel.rulesscala.worker.Worker.workerMain(Worker.java:39) + | at io.bazel.rulesscala.scalac.ScalacWorker.main(ScalacWorker.java:33) + """.trimMargin() + + // when + val diagnostics = extractDiagnostics(output, "//project/src/main/scala/com/example/project:project") + + // then + val expected = listOf( + PublishDiagnosticsParams( + TextDocumentIdentifier("file:///user/workspace/Hello.scala"), + BuildTargetIdentifier("//project/src/main/scala/com/example/project:project"), + ErrorDiagnostic( + Position(19, 20), + """|Type Mismatch Error + |Found: ("Hello" : String) + |Required: Int + | + |longer explanation available when compiling with `-explain`""".trimMargin() + ) + ) + ) + diagnostics shouldContainExactlyInAnyOrder expected + } + + @Test + fun `parse scala 3 multiple errors`() { + // given + val output = """ + |-- [E007] Type Mismatch Error: Hello.scala:18:20 ------------------------------- + |18 | def hello3: Int = "Hello" + | | ^^^^^^^ + | | Found: ("Hello" : String) + | | Required: Int + | | + | | longer explanation available when compiling with `-explain` + |-- [E007] Type Mismatch Error: Hello.scala:19:20 ------------------------------- + |19 | def hello4: Int = "Hello" + | | ^^^^^^^ + | | Found: ("Hello" : String) + | | Required: Int + | | + | | longer explanation available when compiling with `-explain` + |2 errors found + |Build failed + |java.lang.RuntimeException: Build failed + | at io.bazel.rulesscala.scalac.ScalacInvoker.invokeCompiler(ScalacInvoker3.java:43) + | at io.bazel.rulesscala.scalac.ScalacWorker.compileScalaSources(ScalacWorker.java:253) + | at io.bazel.rulesscala.scalac.ScalacWorker.work(ScalacWorker.java:69) + | at io.bazel.rulesscala.worker.Worker.persistentWorkerMain(Worker.java:86) + | at io.bazel.rulesscala.worker.Worker.workerMain(Worker.java:39) + |at io.bazel.rulesscala.scalac.ScalacWorker.main(ScalacWorker.java:33) + """.trimMargin() + + // when + val diagnostics = extractDiagnostics(output, "//project/src/main/scala/com/example/project:project") + + // then + val expected = listOf( + PublishDiagnosticsParams( + TextDocumentIdentifier("file:///user/workspace/Hello.scala"), + BuildTargetIdentifier("//project/src/main/scala/com/example/project:project"), + ErrorDiagnostic( + Position(18, 20), + """|Type Mismatch Error + |Found: ("Hello" : String) + |Required: Int + | + |longer explanation available when compiling with `-explain`""".trimMargin() + ), + ErrorDiagnostic( + Position(19, 20), + """|Type Mismatch Error + |Found: ("Hello" : String) + |Required: Int + | + |longer explanation available when compiling with `-explain`""".trimMargin() + ) + ) + ) + diagnostics shouldContainExactlyInAnyOrder expected + } @Test fun `parse scala warnings`() {