Skip to content

Commit 1465088

Browse files
committed
JUnit 5.9.2 & next plugin version
1 parent 899422e commit 1465088

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build-logic/src/main/kotlin/Dependencies.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
object libs {
44
object versions {
55
const val kotlin = "1.7.0"
6-
const val junitJupiter = "5.9.1"
7-
const val junitVintage = "5.9.1"
8-
const val junitPlatform = "1.9.1"
6+
const val junitJupiter = "5.9.2"
7+
const val junitVintage = "5.9.2"
8+
const val junitPlatform = "1.9.2"
99
const val truth = "1.1.3"
1010
const val androidXTest = "1.4.0"
1111
const val compose = "1.2.0"

build-logic/src/main/kotlin/Environment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ object Artifacts {
8787
platform = Java,
8888
groupId = "de.mannodermaus.gradle.plugins",
8989
artifactId = "android-junit5",
90-
currentVersion = "1.9.1.0",
91-
latestStableVersion = "1.9.0.0",
90+
currentVersion = "1.9.2.0-SNAPSHOT",
91+
latestStableVersion = "1.9.1.0",
9292
license = license,
9393
description = "Unit Testing with JUnit 5 for Android."
9494
)

0 commit comments

Comments
 (0)