Skip to content

Commit 54de638

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
run: ./gradlew jacocoTestReport --warning-mode all --stacktrace
4545

4646
- name: Upload Test Report
47-
uses: codecov/codecov-action@v3.1.1
47+
uses: codecov/codecov-action@v3.1.2

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ buildscript {
1616
dependencies {
1717
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.17.0")
20-
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.12.0")
21-
classpath("org.jacoco:org.jacoco.core:0.8.8")
19+
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.18.0")
20+
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.13.0")
21+
classpath("org.jacoco:org.jacoco.core:0.8.9")
2222
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
2323
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
2424
}

0 commit comments

Comments
 (0)