diff --git a/.idea/libraries/intellij_test_discovery.xml b/.idea/libraries/intellij_test_discovery.xml index 345b114b3209..ad290a309b39 100644 --- a/.idea/libraries/intellij_test_discovery.xml +++ b/.idea/libraries/intellij_test_discovery.xml @@ -1,18 +1,18 @@ - + - - de175ebed73336e126ecba42c8b93a6566f65b169c6b4a4deb8099fe28e944de + + 29de9b5ec9d586dee34d75f191adfe227c2e9f2fc15c5c075a060fa31390414f - + - + \ No newline at end of file diff --git a/lib/BUILD.bazel b/lib/BUILD.bazel index f4aa84413493..1b531cd13211 100644 --- a/lib/BUILD.bazel +++ b/lib/BUILD.bazel @@ -2663,8 +2663,8 @@ jvm_import( jvm_import( name = "intellij-test-discovery", - jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_763_http//file", - source_jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_763-sources_http//file", + jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771_http//file", + source_jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771-sources_http//file", visibility = ["//visibility:public"] ) @@ -8775,8 +8775,8 @@ java_library( jvm_import( name = "platform-coverage-agent-intellij-coverage", - jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_766_http//file", - source_jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_766-sources_http//file", + jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771_http//file", + source_jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771-sources_http//file", visibility = ["//visibility:public"] ) diff --git a/lib/MODULE.bazel b/lib/MODULE.bazel index 08bf18e726f9..e7c6af798028 100644 --- a/lib/MODULE.bazel +++ b/lib/MODULE.bazel @@ -4088,17 +4088,17 @@ http_file( ) http_file( - name = "org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_763_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.763/intellij-test-discovery-agent-1.0.763.jar", - sha256 = "de175ebed73336e126ecba42c8b93a6566f65b169c6b4a4deb8099fe28e944de", - downloaded_file_path = "intellij-test-discovery-agent-1.0.763.jar" + name = "org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.771/intellij-test-discovery-agent-1.0.771.jar", + sha256 = "29de9b5ec9d586dee34d75f191adfe227c2e9f2fc15c5c075a060fa31390414f", + downloaded_file_path = "intellij-test-discovery-agent-1.0.771.jar" ) http_file( - name = "org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_763-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.763/intellij-test-discovery-agent-1.0.763-sources.jar", - sha256 = "28e1b43ae4ff599b8727858ca190d8f840a8e343f39d7d3ff4117b311c667379", - downloaded_file_path = "intellij-test-discovery-agent-1.0.763-sources.jar" + name = "org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.771/intellij-test-discovery-agent-1.0.771-sources.jar", + sha256 = "165e14ac139b776447ff68e6a2b482b68ee7cc3f3f88830a80f08cf0a777a89a", + downloaded_file_path = "intellij-test-discovery-agent-1.0.771-sources.jar" ) http_file( @@ -12823,6 +12823,20 @@ http_file( downloaded_file_path = "compiler-hosted-1.5.14-sources.jar" ) +http_file( + name = "org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.771/intellij-coverage-agent-1.0.771.jar", + sha256 = "29349bb6b660504b55828000ecf42c4266a9300db3b73470d79220641ecd4865", + downloaded_file_path = "intellij-coverage-agent-1.0.771.jar" +) + +http_file( + name = "org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.771/intellij-coverage-agent-1.0.771-sources.jar", + sha256 = "60e54dd93a8c3932fdf34d82cfbe760bad433eb5b3fe4fd5c7aafd5149c927f2", + downloaded_file_path = "intellij-coverage-agent-1.0.771-sources.jar" +) + http_file( name = "com_github_hypfvieh-dbus-java-transport-native-unixsocket-4_2_1_http", url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/com/github/hypfvieh/dbus-java-transport-native-unixsocket/4.2.1/dbus-java-transport-native-unixsocket-4.2.1.jar", diff --git a/plugins/coverage-common/intellij.platform.coverage.agent/intellij.platform.coverage.agent.iml b/plugins/coverage-common/intellij.platform.coverage.agent/intellij.platform.coverage.agent.iml index 4780dda4b26c..4b90620ddde0 100644 --- a/plugins/coverage-common/intellij.platform.coverage.agent/intellij.platform.coverage.agent.iml +++ b/plugins/coverage-common/intellij.platform.coverage.agent/intellij.platform.coverage.agent.iml @@ -9,19 +9,19 @@ - + - - 52f66c83318dcacb879f2a07fe448eccd1313b077809190810c83aa4b875611c + + 29349bb6b660504b55828000ecf42c4266a9300db3b73470d79220641ecd4865 - + - +