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                                                | v4.4.0  | v4.4.1  |
| maven       | io.mockk:mockk                                                        | 1.13.10 | 1.13.11 |
| maven       | dev.drewhamilton.poko:poko-gradle-plugin                              | 0.15.2  | 0.15.3  |
| maven       | com.android.tools.build:gradle                                        | 8.4.0   | 8.4.1   |
| maven       | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.6   | 0.8.0   |
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent 429f7df commit 2cd6a08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.6" apply false
id("org.jetbrains.kotlinx.kover") version "0.8.0" apply false
id("com.diffplug.spotless") version "6.25.0" apply false
}

Expand All @@ -19,10 +19,10 @@ buildscript {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
classpath("com.android.tools.build:gradle:8.4.0")
classpath("com.android.tools.build:gradle:8.4.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.2")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.3")
classpath("com.github.ben-manes:gradle-versions-plugin:0.51.0")
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ object deps {
}
}

const val mockk = "io.mockk:mockk:1.13.10"
const val mockk = "io.mockk:mockk:1.13.11"
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
}
}
Expand Down

0 comments on commit 2cd6a08

Please sign in to comment.