Skip to content

Commit d4c0874

Browse files
committed
JUnit 5.10.3
1 parent eb576a0 commit d4c0874

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 = "1.9.23"
6-
const val junitJupiter = "5.10.2"
7-
const val junitVintage = "5.10.2"
8-
const val junitPlatform = "1.10.2"
6+
const val junitJupiter = "5.10.3"
7+
const val junitVintage = "5.10.3"
8+
const val junitPlatform = "1.10.3"
99

1010
const val composeBom = "2024.04.00"
1111
const val androidXTest = "1.6.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.10.3
56

67
## 1.10.2.0 (2024-07-25)
78
- JUnit 5.10.2

0 commit comments

Comments
 (0)