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 | codecov/codecov-action                       | v3.1.1 | v3.1.2 |
| maven       | org.jacoco:org.jacoco.core                   | 0.8.8  | 0.8.9  |
| maven       | dev.drewhamilton.poko:poko-gradle-plugin     | 0.12.0 | 0.13.0 |
| maven       | com.diffplug.spotless:spotless-plugin-gradle | 6.17.0 | 6.18.0 |
  • Loading branch information
renovate[bot] authored Apr 11, 2023
1 parent a2b1738 commit d0e153a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: ./gradlew jacocoTestReport --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/[email protected].1
uses: codecov/[email protected].2
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ buildscript {
dependencies {
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.17.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.12.0")
classpath("org.jacoco:org.jacoco.core:0.8.8")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.18.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.13.0")
classpath("org.jacoco:org.jacoco.core:0.8.9")
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
}
Expand Down

0 comments on commit d0e153a

Please sign in to comment.