Skip to content

Commit 37adfef

Browse files
committed
JUnit 5.8.2
1 parent 2459442 commit 37adfef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-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.5.31"
6-
const val junitJupiter = "5.8.1"
7-
const val junitVintage = "5.8.1"
8-
const val junitPlatform = "1.8.1"
6+
const val junitJupiter = "5.8.2"
7+
const val junitVintage = "5.8.2"
8+
const val junitPlatform = "1.8.2"
99
const val truth = "1.1.3"
1010
const val androidXTest = "1.4.0"
1111
const val compose = "1.0.5"

plugin/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Change Log
33

44
## Unreleased
55

6+
## 1.8.2.0 (2021-12-19)
7+
- JUnit 5.8.2
8+
69
## 1.8.1.0 (2021-12-19)
710
- JUnit 5.8.1
811
- Replaced deprecated method `Report.setEnabled` with `Report.required.set` to remove deprecation warnings in Gradle 7+ (CC @gmarques33, #260)

0 commit comments

Comments
 (0)