diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a68bc2..d0da4b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,7 +166,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2023.2.6 + uses: JetBrains/qodana-action@v2023.2.8 with: cache-default-branch-only: true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a32578c..b4e81c2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,9 +5,9 @@ annotations = "24.0.1" # plugins kotlin = "1.9.10" changelog = "2.2.0" -gradleIntelliJPlugin = "1.15.0" +gradleIntelliJPlugin = "1.16.0" qodana = "0.1.13" -kover = "0.7.3" +kover = "0.7.4" python = "232.9921.77" pythonForAndroidStudio = "223.8836.26"