From 4bc605cdecd3eae0dd5cfa95934e080b1b5b8b28 Mon Sep 17 00:00:00 2001 From: Marcel Schnelle Date: Sun, 29 Jun 2025 09:36:18 +0900 Subject: [PATCH] JUnit 5.13.2 --- build-logic/src/main/kotlin/Dependencies.kt | 6 +++--- plugin/CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build-logic/src/main/kotlin/Dependencies.kt b/build-logic/src/main/kotlin/Dependencies.kt index 0127fcac..8fd10891 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.1" - const val junitVintage = "5.13.1" - const val junitPlatform = "1.13.1" + const val junitJupiter = "5.13.2" + const val junitVintage = "5.13.2" + const val junitPlatform = "1.13.2" const val composeBom = "2025.03.00" const val androidXMultidex = "2.0.1" diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index b863aab4..8dc5d825 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -2,6 +2,7 @@ Change Log ========== ## Unreleased +- JUnit 5.13.2 ## 1.13.1.0 (2025-06-29) - JUnit 5.13.1