Skip to content

Commit d44e725

Browse files
renovate-botJavierSegoviaCordoba
authored andcommitted
Update dependency io.kotest:kotest-assertions-core to v5.3.0
| datasource | package | from | to | | ---------- | -------------------------------- | ----- | ----- | | maven | io.kotest:kotest-assertions-core | 5.2.3 | 5.3.0 |
1 parent 982627d commit d44e725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
### Updated
1616

17+
- `io.kotest:kotest-assertions-core -> 5.3.0`
1718
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.21`
1819
- `org.jetbrains.kotlinx:binary-compatibility-validator -> 0.9.0`
19-
- `io.kotest:kotest-assertions-core -> 5.2.3`
2020
- `org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.6.1`
2121
- `gradle -> 7.4.2`
2222
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.42`

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
coroutines = "1.6.1"
3-
kotest = "5.2.3"
3+
kotest = "5.3.0"
44

55
[libraries]
66
jetbrains-kotlin-kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test" }

0 commit comments

Comments
 (0)