Skip to content

Commit 9483c04

Browse files
authored
JUnit 5.13.1 (#376)
1 parent d2b8aa1 commit 9483c04

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 = "2.1.21"
6-
const val junitJupiter = "5.13.0"
7-
const val junitVintage = "5.13.0"
8-
const val junitPlatform = "1.13.0"
6+
const val junitJupiter = "5.13.1"
7+
const val junitVintage = "5.13.1"
8+
const val junitPlatform = "1.13.1"
99

1010
const val composeBom = "2025.03.00"
1111
const val androidXMultidex = "2.0.1"

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.13.1
56

67
## 1.13.0.0 (2025-06-11)
78
- JUnit 5.13.0

0 commit comments

Comments
 (0)