Skip to content

Commit 655d1ce

Browse files
authored
chore(SDK): bump 251 and 252 dependencies (#7917)
1 parent 76cca4c commit 655d1ce

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

MODULE.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "ht
162162

163163
# Long-lived download links available at: https://www.jetbrains.com/intellij-repository/releases
164164

165-
CLION_251_SHA = "0f3ae5c8536a009e985b3a91485ef0e9856db3ca980d5fb3fb12f2f4ed08d8d1"
165+
CLION_251_SHA = "1222a7915371d0f80292215ec63aceed330dd887ce1ad058bfed8384623908a8"
166166

167-
CLION_251_URL = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/clion/clion/2025.1.5.1/clion-2025.1.5.1.zip"
167+
CLION_251_URL = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/clion/clion/2025.1.6/clion-2025.1.6.zip"
168168

169169
http_archive(
170170
name = "clion_2025_1",
@@ -173,9 +173,9 @@ http_archive(
173173
url = CLION_251_URL,
174174
)
175175

176-
CLION_252_SHA = "a33d7cff3297ecc28f83dc161d069ee8c2009ecb7bee42c913f25814810e3785"
176+
CLION_252_SHA = "5d18b7ef0fd46a39e87914a7f54ff8d1e095938e451881fa3f9f5bebaa3037b2"
177177

178-
CLION_252_URL = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/clion/clion/2025.2.1/clion-2025.2.1.zip"
178+
CLION_252_URL = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/clion/clion/2025.2.2/clion-2025.2.2.zip"
179179

180180
http_archive(
181181
name = "clion_2025_2",
@@ -208,9 +208,9 @@ filegroup(
208208
)
209209
"""
210210

211-
PYTHON_PLUGIN_251_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/251.28293.39/PythonCore-251.28293.39.zip"
211+
PYTHON_PLUGIN_251_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/251.28774.11/PythonCore-251.28774.11.zip"
212212

213-
PYTHON_PLUGIN_251_SHA = "4a0a3da885df2c7069f56b64ea7ef15d5ec4fb0242eb5e2fcac6082c92972c03"
213+
PYTHON_PLUGIN_251_SHA = "b9cc64a4c260f7dd41e0c06b1b30ca8893be11370252cb84e6784c87e2585c54"
214214

215215
http_archive(
216216
name = "python_2025_1",
@@ -219,9 +219,9 @@ http_archive(
219219
url = PYTHON_PLUGIN_251_URL,
220220
)
221221

222-
PYTHON_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/252.26199.7/PythonCore-252.26199.7.zip"
222+
PYTHON_PLUGIN_252_URL = "https://plugins.jetbrains.com/maven/com/jetbrains/plugins/PythonCore/252.26830.24/PythonCore-252.26830.24.zip"
223223

224-
PYTHON_PLUGIN_252_SHA = "947613a11270043584b16b06a4e946746dd0bbd289f59765711df6427cad817b"
224+
PYTHON_PLUGIN_252_SHA = "8410233d2b0d0ea38a65c38708a8dbdeb19657970f876487e6775614e4d203c3"
225225

226226
http_archive(
227227
name = "python_2025_2",

MODULE.bazel.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/maintenance/maintenance.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ private fun bumpEap(intellijMajorVersion: String, out: Path) {
8383

8484
private fun bumpPlugins(intellijMajorVersion: String, out: Path) {
8585
bumpPluginVersion(intellijMajorVersion, out, "PythonCore", "PYTHON_PLUGIN")
86-
bumpPluginVersion(intellijMajorVersion, out, "org.toml.lang", "TOML_PLUGIN")
8786
}
8887

8988
private fun bumpPluginVersion(intellijMajorVersion: String, out: Path, mavenCoordinates: String, pythonPluginVarPrefix: String) {

0 commit comments

Comments
 (0)