Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| 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  |
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 31666c2 commit 1b8d1e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
import org.gradle.plugin.use.PluginDependencySpec

const val ktlintVersion = "1.0.0"
const val kotlinVersion = "2.0.20"
const val kotlinVersion = "2.0.21"

object appConfig {
const val applicationId = "com.hoc.flowmvi"
Expand Down Expand Up @@ -90,7 +90,7 @@ object deps {
}
}

const val mockk = "io.mockk:mockk:1.13.12"
const val mockk = "io.mockk:mockk:1.13.13"
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
ktlint = "1.0.0"
kotlin = "2.0.20"
kotlin = "2.0.21"
androidx-lifecycle = "2.8.6"
squareup-retrofit = "2.11.0"
squareup-logging-interceptor = "4.12.0"
Expand All @@ -17,7 +17,7 @@ junit = "4.13.2"
androidx-test-core = "1.6.1"
androidx-test-junit = "1.2.1"
espresso-core = "3.6.1"
mockk = "1.13.12"
mockk = "1.13.13"

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

0 comments on commit 1b8d1e9

Please sign in to comment.