Skip to content

Commit

Permalink
JUnit 5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 25, 2024
1 parent fb7c6ed commit 846f86c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.0"
const val junitVintage = "5.11.0"
const val junitPlatform = "1.11.0"
const val junitJupiter = "5.11.1"
const val junitVintage = "5.11.1"
const val junitPlatform = "1.11.1"

const val composeBom = "2024.09.00"
const val androidXTestAnnotation = "1.0.1"
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.1

## 1.11.0.0 (2024-08-14)
- JUnit 5.11
Expand Down

0 comments on commit 846f86c

Please sign in to comment.