Skip to content

Update to JUnit 5.12.1 #372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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" // Can only once minimum supported AGP is >= 8.2
const val junitJupiter = "5.12.0"
const val junitVintage = "5.12.0"
const val junitPlatform = "1.12.0"
const val junitJupiter = "5.12.1"
const val junitVintage = "5.12.1"
const val junitPlatform = "1.12.1"

const val composeBom = "2025.03.00"
const val androidXMultidex = "2.0.1"
Expand Down
2 changes: 2 additions & 0 deletions instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Change Log

## Unreleased

- Compile with SDK 35

## 1.7.0 (2025-03-01)

- **This version requires (at least) android-junit5 1.12.0.0 and JUnit 5.12.0.**
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.12.1

## 1.12.0.0 (2025-03-01)
- JUnit 5.12.0
Expand Down