Skip to content

Commit 1b8d1e9

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | ----------------------------------------- | ------- | ------- | | maven | io.mockk:mockk | 1.13.12 | 1.13.13 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.0.20 | 2.0.21 | | maven | org.jetbrains.kotlin:kotlin-test-junit | 2.0.20 | 2.0.21 |
1 parent 31666c2 commit 1b8d1e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
77
import org.gradle.plugin.use.PluginDependencySpec
88

99
const val ktlintVersion = "1.0.0"
10-
const val kotlinVersion = "2.0.20"
10+
const val kotlinVersion = "2.0.21"
1111

1212
object appConfig {
1313
const val applicationId = "com.hoc.flowmvi"
@@ -90,7 +90,7 @@ object deps {
9090
}
9191
}
9292

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

gradle/versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
ktlint = "1.0.0"
3-
kotlin = "2.0.20"
3+
kotlin = "2.0.21"
44
androidx-lifecycle = "2.8.6"
55
squareup-retrofit = "2.11.0"
66
squareup-logging-interceptor = "4.12.0"
@@ -17,7 +17,7 @@ junit = "4.13.2"
1717
androidx-test-core = "1.6.1"
1818
androidx-test-junit = "1.2.1"
1919
espresso-core = "3.6.1"
20-
mockk = "1.13.12"
20+
mockk = "1.13.13"
2121

2222
[libraries]
2323
androidx-app-compat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-app-compat" }

0 commit comments

Comments
 (0)