Skip to content

Commit

Permalink
chore(deps): update all dependencies (#81)
Browse files Browse the repository at this point in the history
| datasource  | package                                      | from   | to     |
| ----------- | -------------------------------------------- | ------ | ------ |
| github-tags | JetBrains/qodana-action                      | v4.0.0 | v4.1.0 |
| maven       | com.diffplug.spotless:spotless-plugin-gradle | 6.0.4  | 6.0.5  |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 17, 2021
1 parent b4a863d commit e0ee6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.0
- uses: JetBrains/qodana-action@v4.1.0
with:
linter: jetbrains/qodana-jvm-android:latest
fail-threshold: 10
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.4")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.0.5")
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")
Expand Down

0 comments on commit e0ee6c0

Please sign in to comment.