diff --git a/build-logic/src/main/kotlin/Dependencies.kt b/build-logic/src/main/kotlin/Dependencies.kt index f4a017ca..f7b8dd92 100644 --- a/build-logic/src/main/kotlin/Dependencies.kt +++ b/build-logic/src/main/kotlin/Dependencies.kt @@ -3,9 +3,9 @@ object libs { object versions { const val kotlin = "1.9.25" // Can only once minimum supported AGP is >= 8.2 - const val junitJupiter = "5.12.0" - const val junitVintage = "5.12.0" - const val junitPlatform = "1.12.0" + const val junitJupiter = "5.12.1" + const val junitVintage = "5.12.1" + const val junitPlatform = "1.12.1" const val composeBom = "2025.03.00" const val androidXMultidex = "2.0.1" diff --git a/instrumentation/CHANGELOG.md b/instrumentation/CHANGELOG.md index cf17aff0..1ac0ccf9 100644 --- a/instrumentation/CHANGELOG.md +++ b/instrumentation/CHANGELOG.md @@ -3,6 +3,8 @@ Change Log ## Unreleased +- Compile with SDK 35 + ## 1.7.0 (2025-03-01) - **This version requires (at least) android-junit5 1.12.0.0 and JUnit 5.12.0.** diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index d472d688..467a7ef5 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -2,6 +2,7 @@ Change Log ========== ## Unreleased +- JUnit 5.12.1 ## 1.12.0.0 (2025-03-01) - JUnit 5.12.0