From 5132461c5798a94b639990f08505e4b8653d9565 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:56:22 +0000 Subject: [PATCH 1/2] Update dependency org.ossreviewtoolkit:analyzer to v91.2.0 --- ort-analyzer-parser.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ort-analyzer-parser.main.kts b/ort-analyzer-parser.main.kts index 8f3b5c5..e79a891 100755 --- a/ort-analyzer-parser.main.kts +++ b/ort-analyzer-parser.main.kts @@ -2,7 +2,7 @@ @file:CompilerOptions("-jvm-target", "25") @file:DependsOn("com.github.ajalt.clikt:clikt-jvm:5.1.0") -@file:DependsOn("org.ossreviewtoolkit:analyzer:91.1.0") +@file:DependsOn("org.ossreviewtoolkit:analyzer:91.2.0") import com.github.ajalt.clikt.core.CliktCommand import com.github.ajalt.clikt.core.Context From b2a9640c5d5420a42a6cf12529d0368fea2e72af Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Mon, 27 Jul 2026 13:49:15 +0200 Subject: [PATCH 2/2] Revert "ci(github): Downgrade Kotlin to 2.3 as a work-around" This reverts commit 78ca7081718cd084b2ad07791a3638f71fed6657. --- .github/workflows/test.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f86fa5b..3f318fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,15 +19,6 @@ jobs: with: distribution: temurin java-version: 25 - - name: Downgrade to Kotlin 2.3 - env: - GH_TOKEN: ${{ github.token }} - KOTLIN_VERSION: 2.3.21 - run: | - kotlin -version - gh release download v$KOTLIN_VERSION --repo JetBrains/kotlin --pattern kotlin-compiler-$KOTLIN_VERSION.zip - unzip -q kotlin-compiler-$KOTLIN_VERSION.zip -d "$RUNNER_TEMP/kotlin" - echo "$RUNNER_TEMP/kotlin/kotlinc/bin" >> "$GITHUB_PATH" - name: Run Help run: | kotlin -version