Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter-api to v5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 551243f commit 3838189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ compose-navigation = { module = "androidx.navigation:navigation-compose", versio
test-kotest-runner = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
test-kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
test-kotest-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
test-android-junit5 = { module = "org.junit.jupiter:junit-jupiter-api", version = "5.10.0" }
test-android-junit5 = { module = "org.junit.jupiter:junit-jupiter-api", version = "5.11.2" }
test-android-junit5-core = { module = "de.mannodermaus.junit5:android-test-core", version = "1.6.0" }
test-android-junit5-runner = { module = "de.mannodermaus.junit5:android-test-runner", version = "1.4.0" }
test-android-runner = { module = "androidx.test:runner", version = "1.6.1" }
Expand Down

0 comments on commit 3838189

Please sign in to comment.