We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2459442 commit 37adfefCopy full SHA for 37adfef
2 files changed
build-logic/src/main/kotlin/Dependencies.kt
@@ -3,9 +3,9 @@
3
object libs {
4
object versions {
5
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"
+ const val junitJupiter = "5.8.2"
+ const val junitVintage = "5.8.2"
+ const val junitPlatform = "1.8.2"
9
const val truth = "1.1.3"
10
const val androidXTest = "1.4.0"
11
const val compose = "1.0.5"
plugin/CHANGELOG.md
@@ -3,6 +3,9 @@ Change Log
## Unreleased
+## 1.8.2.0 (2021-12-19)
+- JUnit 5.8.2
+
## 1.8.1.0 (2021-12-19)
- JUnit 5.8.1
- Replaced deprecated method `Report.setEnabled` with `Report.required.set` to remove deprecation warnings in Gradle 7+ (CC @gmarques33, #260)
0 commit comments