Skip to content

Commit

Permalink
Upgrades JUnit, MockK, Roborazzi
Browse files Browse the repository at this point in the history
* JUnit: 5.11.3 -> 5.11.4
* MockK: 1.3.13 -> 1.13.16
* Roborazzi: 1.37.0 -> 1.39.0
  • Loading branch information
meikpiep committed Jan 11, 2025
1 parent 10d11dd commit c27e7d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotest-extensions = "1.3.0"
kotlin-coroutines = "1.10.1"
android-gradle-plugin = "8.7.3"
androidUiTestingUtils = "2.5.0"
roborazzi = "1.37.0"
roborazzi = "1.39.0"

[libraries]

Expand Down Expand Up @@ -52,14 +52,14 @@ kotest-assertions = { group = "io.kotest", name = "kotest-assertions-core", vers
kotest-parametrizedtests = { group = "io.kotest", name = "kotest-framework-datatest", version.ref = "kotest" }
kotest-koin = { group = "io.kotest.extensions", name = "kotest-extensions-koin", version.ref = "kotest-extensions" }

test-mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
test-mockk = { group = "io.mockk", name = "mockk", version = "1.13.16" }

androiduitestingutils-utils = { group = "com.github.sergio-sastre.AndroidUiTestingUtils", name = "utils", version.ref = "androidUiTestingUtils" }
androiduitestingutils-robolectric = { group = "com.github.sergio-sastre.AndroidUiTestingUtils", name = "robolectric", version.ref = "androidUiTestingUtils" }
roboelectric = { group = "org.robolectric", name = "robolectric", version = "4.14.1" }
roborazzi = { group = "io.github.takahirom.roborazzi", name = "roborazzi", version.ref = "roborazzi" }
roborazzi-junit = { group = "io.github.takahirom.roborazzi", name = "roborazzi-junit-rule", version.ref = "roborazzi" }
junit-vintage-engine = { group = "org.junit.vintage", name = "junit-vintage-engine", version = "5.11.3" }
junit-vintage-engine = { group = "org.junit.vintage", name = "junit-vintage-engine", version = "5.11.4" }

thirdparty-konfetti = { group = "nl.dionsegijn", name = "konfetti-xml", version = "2.0.5" }
thirdparty-ferriswheel = { group = "com.github.meikpiep", name = "Ferris-Wheel", version = "1.3.2" }
Expand Down

0 comments on commit c27e7d9

Please sign in to comment.