Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                      | from   | to     |
| ----------- | -------------------------------------------- | ------ | ------ |
| github-tags | JetBrains/qodana-action                      | v4.1.1 | v4.2.1 |
| maven       | com.github.ben-manes:gradle-versions-plugin  | 0.39.0 | 0.40.0 |
| maven       | com.diffplug.spotless:spotless-plugin-gradle | 6.0.5  | 6.1.0  |
  • Loading branch information
renovate-bot committed Dec 31, 2021
1 parent 4c9a8a5 commit 4e4087e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: JetBrains/qodana-action@v4.1.1
- uses: JetBrains/qodana-action@v4.2.1
with:
linter: jetbrains/qodana-jvm-android:latest
fail-threshold: 10
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.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.40.0")
}
}

Expand Down

0 comments on commit 4e4087e

Please sign in to comment.