From 3a899f048c7215696f7e522ec6bd345a2e4f1b38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:02:37 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | -------------- | -------------------------------------------- | --------- | --------- | | github-tags | JetBrains/qodana-action | v2022.3.3 | v2022.3.4 | | gradle-version | gradle | 7.6 | 7.6.1 | | maven | com.github.ben-manes:gradle-versions-plugin | 0.45.0 | 0.46.0 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 6.15.0 | 6.16.0 | | maven | com.android.tools.build:gradle | 7.4.1 | 7.4.2 | --- .github/workflows/qodana.yml | 2 +- build.gradle.kts | 6 +++--- buildSrc/gradle/wrapper/gradle-wrapper.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 6db659c7..8f4f22a8 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: JetBrains/qodana-action@v2022.3.3 + - uses: JetBrains/qodana-action@v2022.3.4 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10 diff --git a/build.gradle.kts b/build.gradle.kts index 9074980f..c3c25029 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,13 +14,13 @@ buildscript { maven(url = "https://oss.sonatype.org/content/repositories/snapshots") } dependencies { - classpath("com.android.tools.build:gradle:7.4.1") + classpath("com.android.tools.build:gradle:7.4.2") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") - classpath("com.diffplug.spotless:spotless-plugin-gradle:6.15.0") + classpath("com.diffplug.spotless:spotless-plugin-gradle:6.16.0") classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.11.0") classpath("org.jacoco:org.jacoco.core:0.8.8") classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT") - classpath("com.github.ben-manes:gradle-versions-plugin:0.45.0") + classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0") } } diff --git a/buildSrc/gradle/wrapper/gradle-wrapper.properties b/buildSrc/gradle/wrapper/gradle-wrapper.properties index 2b22d057..e8be595e 100644 --- a/buildSrc/gradle/wrapper/gradle-wrapper.properties +++ b/buildSrc/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2b22d057..e8be595e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists