We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50c4f5 commit 666afebCopy full SHA for 666afeb
2 files changed
CHANGELOG.md
@@ -20,6 +20,7 @@
20
21
### Stack
22
23
+- :arrow_up: [junit](https://junit.org/junit5/docs/5.12.2/release-notes/) `5.12.0` → `5.12.2`
24
- :arrow_up: [kotlin](https://github.com/JetBrains/kotlin/releases/tag/v2.1.20) `2.1.10` → `2.1.20`
25
- :arrow_up: [kotlinx-coroutines](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.10.2) `1.10.1` → `1.10.2`
26
- :arrow_up: [kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.8.1) `1.8.0` → `1.8.1`
versions-stack/libs.versions.toml
@@ -34,8 +34,8 @@ dagger = "2.55"
34
javax-inject = "1"
35
36
# Test
37
-junit = "5.12.0"
38
-junit-platform = "1.12.0"
+junit = "5.12.2"
+junit-platform = "1.12.2"
39
junit4 = "4.13.2"
40
kotest = "5.9.1"
41
mockk = "1.13.17"
0 commit comments