From 15377d135dcdc47b0b4328cc44de55d84ff35745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:30:19 +0000 Subject: [PATCH 1/3] Bump org.jetbrains.intellij from 1.15.0 to 1.16.0 Bumps org.jetbrains.intellij from 1.15.0 to 1.16.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a8290b8..f101954 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ 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" python = "232.8660.185" From a6c481265eeb62b929fa3ca7a4c1d3242f417914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 04:47:43 +0000 Subject: [PATCH 2/3] Bump JetBrains/qodana-action from 2023.2.6 to 2023.2.8 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2023.2.6 to 2023.2.8. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.2.6...v2023.2.8) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 36d62e57ca35bd18c9c4136be55cf18f9681efc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:23:17 +0000 Subject: [PATCH 3/3] Bump org.jetbrains.kotlinx.kover from 0.7.3 to 0.7.4 Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.7.3...0.7.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a32578c..40f636b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ kotlin = "1.9.10" changelog = "2.2.0" gradleIntelliJPlugin = "1.15.0" qodana = "0.1.13" -kover = "0.7.3" +kover = "0.7.4" python = "232.9921.77" pythonForAndroidStudio = "223.8836.26"