From d5827b5ccac199cc55b21f6e40d289ef22285a87 Mon Sep 17 00:00:00 2001 From: Anders Fugmann Date: Mon, 2 Feb 2026 14:05:23 +0100 Subject: [PATCH 1/2] Kotlin: Support Kotlin 2.3.10 --- java/kotlin-extractor/dev/wrapper.py | 2 +- .../diagnostics/kotlin-version-too-new/diagnostics.expected | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/kotlin-extractor/dev/wrapper.py b/java/kotlin-extractor/dev/wrapper.py index 7785c623f4fb..8aa5b55ee672 100755 --- a/java/kotlin-extractor/dev/wrapper.py +++ b/java/kotlin-extractor/dev/wrapper.py @@ -27,7 +27,7 @@ import io import os -DEFAULT_VERSION = "2.3.0" +DEFAULT_VERSION = "2.3.10" def options(): diff --git a/java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected b/java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected index 5ef0ef541962..bbc580f1e48b 100644 --- a/java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected +++ b/java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected @@ -1,5 +1,5 @@ { - "markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 2.3.10.", + "markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 2.3.20.", "severity": "error", "source": { "extractorName": "java", From c5179e40c66de6e3421de47604b727ef3c72634f Mon Sep 17 00:00:00 2001 From: Anders Fugmann Date: Fri, 6 Feb 2026 14:59:34 +0100 Subject: [PATCH 2/2] Kotlin: Add change note for supporting 2.3.10 --- java/ql/lib/change-notes/2026-02-06-kotlin-2.3.10.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 java/ql/lib/change-notes/2026-02-06-kotlin-2.3.10.md diff --git a/java/ql/lib/change-notes/2026-02-06-kotlin-2.3.10.md b/java/ql/lib/change-notes/2026-02-06-kotlin-2.3.10.md new file mode 100644 index 000000000000..49b62ea6bbda --- /dev/null +++ b/java/ql/lib/change-notes/2026-02-06-kotlin-2.3.10.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Kotlin versions up to 2.3.10 are now supported.