diff --git a/CHANGELOG.md b/CHANGELOG.md index c40dc40..bd0805a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,7 @@ See [changeset](https://github.com/wmontwe/blueprint-mobile-kmp/compare/v1.0.0.. - Ktor 1.6.2 -> 2.1.3 - Koin 3.1.4 -> 3.3.1 - Kotlin Serialization 1.2.2 -> 1.4.1 -- Robolectric 4.5.1 -> 4.9 +- Robolectric 4.5.1 -> 4.9.2 - Coil Compose 1.3.2 -> 2.2.2 - Android Desugar 1.0.9 -> 1.2.2 - Bitfunk Versioning 0.1.1 -> 0.1.2 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 81f5875..c31490a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -111,7 +111,7 @@ test-junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", test-kotlin-annotations = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" } test-kotlin-core = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" } test-kotlin-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } -test-robolectric = "org.robolectric:robolectric:4.9" +test-robolectric = "org.robolectric:robolectric:4.9.2" [plugins] mkdocs = { id = "ru.vyarus.mkdocs", version.ref = "mkdocs" }