Skip to content

Commit 63553e3

Browse files
Kotlin: support 2.4.20-RC2
Replace the previous 2.4.20-RC dependency set and compatibility marker with RC2 while preserving existing extraction output. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b9c81d5 commit 63553e3

12 files changed

Lines changed: 17 additions & 17 deletions

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ use_repo(
276276
"kotlin-compiler-2.3.0",
277277
"kotlin-compiler-2.3.20",
278278
"kotlin-compiler-2.4.0",
279-
"kotlin-compiler-2.4.20-RC",
279+
"kotlin-compiler-2.4.20-RC2",
280280
"kotlin-compiler-embeddable-1.8.0",
281281
"kotlin-compiler-embeddable-1.9.0-Beta",
282282
"kotlin-compiler-embeddable-1.9.20-Beta",
@@ -289,7 +289,7 @@ use_repo(
289289
"kotlin-compiler-embeddable-2.3.0",
290290
"kotlin-compiler-embeddable-2.3.20",
291291
"kotlin-compiler-embeddable-2.4.0",
292-
"kotlin-compiler-embeddable-2.4.20-RC",
292+
"kotlin-compiler-embeddable-2.4.20-RC2",
293293
"kotlin-stdlib-1.8.0",
294294
"kotlin-stdlib-1.9.0-Beta",
295295
"kotlin-stdlib-1.9.20-Beta",
@@ -302,7 +302,7 @@ use_repo(
302302
"kotlin-stdlib-2.3.0",
303303
"kotlin-stdlib-2.3.20",
304304
"kotlin-stdlib-2.4.0",
305-
"kotlin-stdlib-2.4.20-RC",
305+
"kotlin-stdlib-2.4.20-RC2",
306306
)
307307

308308
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")

docs/codeql/reusables/supported-versions-compilers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Java,"Java 7 to 26 [5]_","javac (OpenJDK and Oracle JDK),
2222

2323
Eclipse compiler for Java (ECJ) [6]_",``.java``
24-
Kotlin [13]_,"Kotlin 1.8.0 to 2.4.20-RC","kotlinc",``.kt``
24+
Kotlin [13]_,"Kotlin 1.8.0 to 2.4.20-RC2","kotlinc",``.kt``
2525
JavaScript,ECMAScript 2022 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhtm``, ``.xhtml``, ``.vue``, ``.hbs``, ``.ejs``, ``.njk``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [7]_"
2626
Python [8]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14",Not applicable,``.py``
2727
Ruby,"up to 3.3",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
@@ -43,4 +43,4 @@
4343
.. [10] Support for the analysis of Swift requires macOS.
4444
.. [11] Embedded Swift is not supported.
4545
.. [12] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.
46-
.. [13] Support for Kotlin 2.4.20-RC is preliminary.
46+
.. [13] Support for Kotlin 2.4.20-RC2 is preliminary.

java/kotlin-extractor/deps/kotlin-compiler-2.4.20-RC.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ec34d6a2587d59cc0dfeb65b5588f2d631edf93d0f2543f3b026f902456094df
3+
size 60184461

java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.4.20-RC.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:2654e7834a9e3c12e4626e2d5ace62f38682f9cdd348dba48a6bbde3479d6db2
3+
size 58593232

java/kotlin-extractor/deps/kotlin-stdlib-2.4.20-RC.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:1697a320cbceeee25123ce07aa8e3b356094601b1bff8a55ac8db39ffbbca0ef
3+
size 1853317

java/kotlin-extractor/dev/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import io
2828
import os
2929

30-
DEFAULT_VERSION = "2.4.20-RC"
30+
DEFAULT_VERSION = "2.4.20-RC2"
3131

3232

3333
def options():

java/kotlin-extractor/src/main/kotlin/utils/versions/v_2_4_20-RC/Kotlin2ComponentRegistrar.kt renamed to java/kotlin-extractor/src/main/kotlin/utils/versions/v_2_4_20-RC2/Kotlin2ComponentRegistrar.kt

File renamed without changes.

0 commit comments

Comments
 (0)