Skip to content

Commit

Permalink
JUnit 5.9.3 & next plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Apr 29, 2023
1 parent 993f54d commit 7212400
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build-logic/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
object libs {
object versions {
const val kotlin = "1.7.0"
const val junitJupiter = "5.9.2"
const val junitVintage = "5.9.2"
const val junitPlatform = "1.9.2"
const val junitJupiter = "5.9.3"
const val junitVintage = "5.9.3"
const val junitPlatform = "1.9.3"
const val truth = "1.1.3"
const val androidXTest = "1.4.0"
const val compose = "1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.9.2.0",
latestStableVersion = "1.9.1.0",
currentVersion = "1.9.3.0-SNAPSHOT",
latestStableVersion = "1.9.2.0",
license = license,
description = "Unit Testing with JUnit 5 for Android."
)
Expand Down
1 change: 1 addition & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Change Log
==========

## Unreleased
- JUnit 5.9.3

## 1.9.2.0 (2023-04-29)
- JUnit 5.9.2
Expand Down

0 comments on commit 7212400

Please sign in to comment.