From e16a0512bceb23cb8415774460288bc5f26625b1 Mon Sep 17 00:00:00 2001 From: czoido Date: Tue, 15 Oct 2024 07:54:21 +0200 Subject: [PATCH] update dependencies --- .github/workflows/build.yml | 6 +++--- CHANGELOG.md | 5 +++++ gradle.properties | 4 ++-- gradle/libs.versions.toml | 2 +- qodana.yml | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca96b7b5..32919280 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,8 +159,8 @@ jobs: - name: Fetch Sources uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 + ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit + fetch-depth: 0 # a full history is required for pull request analysis # Set up Java environment for the next steps - name: Setup Java @@ -171,7 +171,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2024.1.9 + uses: JetBrains/qodana-action@v2024.2 with: cache-default-branch-only: true diff --git a/CHANGELOG.md b/CHANGELOG.md index d27e6477..8d661b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## [Unreleased] +### Changed + +- Update gradleVersion to 8.10.2 +- Update qodana to 2024.2.3 + ## [2.0.7] - 2024-10-01 ### Changed diff --git a/gradle.properties b/gradle.properties index c396b000..e81ca3db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.jfrog.conan.clion pluginName = Conan pluginRepositoryUrl = https://github.com/conan-io/conan-clion-plugin/ # SemVer format -> https://semver.org -pluginVersion = 2.0.7 +pluginVersion = 2.0.8 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 241 @@ -21,7 +21,7 @@ platformPlugins = platformBundledPlugins = com.intellij.clion # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 8.9 +gradleVersion = 8.10.2 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency = false diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 88bb6814..29579119 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ changelog = "2.2.1" intelliJPlatform = "2.1.0" kotlin = "1.9.25" kover = "0.8.3" -qodana = "2024.1.9" +qodana = "2024.2.3" serialization = "1.8.21" [libraries] diff --git a/qodana.yml b/qodana.yml index cbf640fa..a5024279 100644 --- a/qodana.yml +++ b/qodana.yml @@ -2,7 +2,7 @@ # https://www.jetbrains.com/help/qodana/qodana-yaml.html version: 1.0 -linter: jetbrains/qodana-jvm-community:latest +linter: jetbrains/qodana-jvm-community:2024.2 projectJDK: "17" profile: name: qodana.recommended