Skip to content

Commit

Permalink
JUnit 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Oct 5, 2024
1 parent bc04065 commit 6b73df6
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.9.25"
const val junitJupiter = "5.11.1"
const val junitVintage = "5.11.1"
const val junitPlatform = "1.11.1"
const val junitJupiter = "5.11.2"
const val junitVintage = "5.11.2"
const val junitPlatform = "1.11.2"

const val composeBom = "2024.09.00"
const val androidXTestAnnotation = "1.0.1"
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 @@ -89,8 +89,8 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.11.1.0",
latestStableVersion = "1.11.0.0",
currentVersion = "1.11.2.0-SNAPSHOT",
latestStableVersion = "1.11.1.0",
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.11.2

## 1.11.1.0 (2024-10-05)
- JUnit 5.11.1
Expand Down

0 comments on commit 6b73df6

Please sign in to comment.