From fd9f2d3ef24fc6d64a1bcc29b4a5707806ac1657 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 Jan 2022 15:52:00 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | ----------- | -------------------------------------------- | ------ | ------ | | github-tags | JetBrains/qodana-action | v4.1.1 | v4.2.3 | | maven | com.github.ben-manes:gradle-versions-plugin | 0.39.0 | 0.41.0 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 6.0.5 | 6.2.0 | --- .github/workflows/qodana.yml | 2 +- build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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") } }