Skip to content

Commit 0bd88bf

Browse files
committed
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | -------------------------------------------- | ------ | ------ | | github-tags | JetBrains/qodana-action | v4.1.1 | v4.2.2 | | 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 |
1 parent 4c9a8a5 commit 0bd88bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/qodana.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- uses: JetBrains/qodana-action@v4.1.1
18+
- uses: JetBrains/qodana-action@v4.2.2
1919
with:
2020
linter: jetbrains/qodana-jvm-android:latest
2121
fail-threshold: 10

Diff for: build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ buildscript {
1515
dependencies {
1616
classpath("com.android.tools.build:gradle:7.0.4")
1717
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
18-
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.0.5")
18+
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.2.0")
1919
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
2020
classpath("org.jacoco:org.jacoco.core:0.8.7")
2121
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
22-
classpath("com.github.ben-manes:gradle-versions-plugin:0.39.0")
22+
classpath("com.github.ben-manes:gradle-versions-plugin:0.41.0")
2323
}
2424
}
2525

0 commit comments

Comments
 (0)