Skip to content

Commit d3436a3

Browse files
chore(deps): update all dependencies (#187)
| 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 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 483a21a commit d3436a3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- uses: JetBrains/qodana-action@v2022.3.3
18+
- uses: JetBrains/qodana-action@v2022.3.4
1919
with:
2020
linter: jetbrains/qodana-jvm-android:latest
2121
fail-threshold: 10

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ buildscript {
1414
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
1515
}
1616
dependencies {
17-
classpath("com.android.tools.build:gradle:7.4.1")
17+
classpath("com.android.tools.build:gradle:7.4.2")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
19-
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.15.0")
19+
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.16.0")
2020
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.11.0")
2121
classpath("org.jacoco:org.jacoco.core:0.8.8")
2222
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
23-
classpath("com.github.ben-manes:gradle-versions-plugin:0.45.0")
23+
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
2424
}
2525
}
2626

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)