diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 17e87fd6..bef0f956 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: JetBrains/qodana-action@v4.1.1 + - uses: JetBrains/qodana-action@v4.2.3 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10 diff --git a/build.gradle.kts b/build.gradle.kts index 3075d615..62ded425 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,11 +15,11 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:7.0.4") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") - classpath("com.diffplug.spotless:spotless-plugin-gradle:6.0.5") + classpath("com.diffplug.spotless:spotless-plugin-gradle:6.2.0") classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0") classpath("org.jacoco:org.jacoco.core:0.8.7") classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT") - classpath("com.github.ben-manes:gradle-versions-plugin:0.39.0") + classpath("com.github.ben-manes:gradle-versions-plugin:0.41.0") } }