diff --git a/build-logic/src/main/kotlin/Dependencies.kt b/build-logic/src/main/kotlin/Dependencies.kt index 3582c084..0127fcac 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 = "2.1.21" - const val junitJupiter = "5.13.0" - const val junitVintage = "5.13.0" - const val junitPlatform = "1.13.0" + const val junitJupiter = "5.13.1" + const val junitVintage = "5.13.1" + const val junitPlatform = "1.13.1" const val composeBom = "2025.03.00" const val androidXMultidex = "2.0.1" diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index d9f49e50..79f1d915 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -2,6 +2,7 @@ Change Log ========== ## Unreleased +- JUnit 5.13.1 ## 1.13.0.0 (2025-06-11) - JUnit 5.13.0