Skip to content

Commit bf52b39

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | --------------------------------------------------------------------- | ------- | ------- | | maven | io.mockk:mockk | 1.13.10 | 1.13.11 | | maven | dev.drewhamilton.poko:poko-gradle-plugin | 0.15.2 | 0.15.3 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.6 | 0.8.0 |
1 parent 429f7df commit bf52b39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
77
// Top-level build file where you can add configuration options common to all sub-projects/modules.
88

99
plugins {
10-
id("org.jetbrains.kotlinx.kover") version "0.7.6" apply false
10+
id("org.jetbrains.kotlinx.kover") version "0.8.0" apply false
1111
id("com.diffplug.spotless") version "6.25.0" apply false
1212
}
1313

@@ -22,7 +22,7 @@ buildscript {
2222
classpath("com.android.tools.build:gradle:8.4.0")
2323
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
2424
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
25-
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.2")
25+
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.3")
2626
classpath("com.github.ben-manes:gradle-versions-plugin:0.51.0")
2727
}
2828
}

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ object deps {
9090
}
9191
}
9292

93-
const val mockk = "io.mockk:mockk:1.13.10"
93+
const val mockk = "io.mockk:mockk:1.13.11"
9494
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
9595
}
9696
}

0 commit comments

Comments
 (0)