Skip to content

Commit ded6968

Browse files
committed
Kotlin: update to 2.3.20
1 parent 6c52de9 commit ded6968

File tree

9 files changed

+22
-2
lines changed

9 files changed

+22
-2
lines changed

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ use_repo(
242242
"kotlin-compiler-2.2.0-Beta1",
243243
"kotlin-compiler-2.2.20-Beta2",
244244
"kotlin-compiler-2.3.0",
245+
"kotlin-compiler-2.3.20",
245246
"kotlin-compiler-embeddable-1.8.0",
246247
"kotlin-compiler-embeddable-1.9.0-Beta",
247248
"kotlin-compiler-embeddable-1.9.20-Beta",
@@ -252,6 +253,7 @@ use_repo(
252253
"kotlin-compiler-embeddable-2.2.0-Beta1",
253254
"kotlin-compiler-embeddable-2.2.20-Beta2",
254255
"kotlin-compiler-embeddable-2.3.0",
256+
"kotlin-compiler-embeddable-2.3.20",
255257
"kotlin-stdlib-1.8.0",
256258
"kotlin-stdlib-1.9.0-Beta",
257259
"kotlin-stdlib-1.9.20-Beta",
@@ -262,6 +264,7 @@ use_repo(
262264
"kotlin-stdlib-2.2.0-Beta1",
263265
"kotlin-stdlib-2.2.20-Beta2",
264266
"kotlin-stdlib-2.3.0",
267+
"kotlin-stdlib-2.3.20",
265268
)
266269

267270
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
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:4198518f6d840f2f665b2e3c8319a854281f6af43790aca563e3f6b9c46bca68
3+
size 61256493
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:976f989d0b5f5d80e8e8a8ad4b73da0bfc27fdd965b9fa38362b2be79ecc1337
3+
size 59718536
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:0ae12504a5040ebaf37703908483420d1a5624dd1d93f357665f8c77c848a01e
3+
size 1804720

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.3.10"
30+
DEFAULT_VERSION = "2.3.20"
3131

3232

3333
def options():

java/kotlin-extractor/src/main/kotlin/utils/GetByFqName.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// referenceClass, referenceFunctions, referenceProperties are deprecated since Kotlin 2.3.20
2+
@file:Suppress("DEPRECATION")
3+
14
package com.github.codeql.utils
25

36
import org.jetbrains.kotlin.backend.common.extensions.IrPluginContext

java/kotlin-extractor/versions.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ VERSIONS = [
1010
"2.2.0-Beta1",
1111
"2.2.20-Beta2",
1212
"2.3.0",
13+
"2.3.20",
1314
]
1415

1516
def _version_to_tuple(v):

java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 2.3.20.",
2+
"markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 2.3.30.",
33
"severity": "error",
44
"source": {
55
"extractorName": "java",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Kotlin versions up to 2.3.20 are now supported.

0 commit comments

Comments
 (0)