File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33object libs {
44 object versions {
55 const val kotlin = " 1.9.25"
6- const val junitJupiter = " 5.11.4 "
7- const val junitVintage = " 5.11.4 "
8- const val junitPlatform = " 1.11.4 "
6+ const val junitJupiter = " 5.12.0 "
7+ const val junitVintage = " 5.12.0 "
8+ const val junitPlatform = " 1.12.0 "
99
1010 const val composeBom = " 2024.09.00"
1111 const val androidXTestAnnotation = " 1.0.1"
@@ -55,6 +55,7 @@ object libs {
5555 const val junitJupiterEngine = " org.junit.jupiter:junit-jupiter-engine:${versions.junitJupiter} "
5656 const val junitVintageEngine = " org.junit.vintage:junit-vintage-engine:${versions.junitVintage} "
5757 const val junitPlatformCommons = " org.junit.platform:junit-platform-commons:${versions.junitPlatform} "
58+ const val junitPlatformLauncher = " org.junit.platform:junit-platform-launcher:${versions.junitPlatform} "
5859 const val junitPlatformRunner = " org.junit.platform:junit-platform-runner:${versions.junitPlatform} "
5960 const val apiguardianApi = " org.apiguardian:apiguardian-api:${versions.apiGuardian} "
6061
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Change Log
22==========
33
44## Unreleased
5+ - JUnit 5.12.0
56
67## 1.11.3.0 (2024-12-23)
78- JUnit 5.11.3
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ dependencies {
114114 testImplementation(libs.junitJupiterApi)
115115 testImplementation(libs.junitJupiterParams)
116116 testRuntimeOnly(libs.junitJupiterEngine)
117+ testRuntimeOnly(libs.junitPlatformLauncher)
117118}
118119
119120project.configureDeployment(Artifacts .Plugin )
You can’t perform that action at this time.
0 commit comments