Skip to content

Commit 7212400

Browse files
committed
JUnit 5.9.3 & next plugin version
1 parent 993f54d commit 7212400

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-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.2"
7-
const val junitVintage = "5.9.2"
8-
const val junitPlatform = "1.9.2"
6+
const val junitJupiter = "5.9.3"
7+
const val junitVintage = "5.9.3"
8+
const val junitPlatform = "1.9.3"
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.2.0",
91-
latestStableVersion = "1.9.1.0",
90+
currentVersion = "1.9.3.0-SNAPSHOT",
91+
latestStableVersion = "1.9.2.0",
9292
license = license,
9393
description = "Unit Testing with JUnit 5 for Android."
9494
)

plugin/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Change Log
22
==========
33

44
## Unreleased
5+
- JUnit 5.9.3
56

67
## 1.9.2.0 (2023-04-29)
78
- JUnit 5.9.2

0 commit comments

Comments
 (0)