Skip to content

Commit 4e50ba5

Browse files
Update dependency org.jetbrains.kotlinx:binary-compatibility-validator to v0.17.0 (#355)
#### What's Changed - `$suspendImpl` functions are now filtered from dumps ([#&#8203;271](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/271)) This change may cause validation failures for projects where dumps already contain such functions. It is recommended to regenerate dumps (`apiDump` task) after updating the BCV to `0.17.0`. - Supported class files generated for JVM target 23 ([#&#8203;284](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/284)) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44b8e72 commit 4e50ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ moshi = "1.15.2"
1010
okhttp = "4.12.0"
1111
retrofit = "2.11.0"
1212
kotlin-coroutines = "1.9.0"
13-
kotlin-binary-compatibility-validator = "0.16.3"
13+
kotlin-binary-compatibility-validator = "0.17.0"
1414
slf4j = "2.0.16"
1515
guava = "33.4.0-jre"
1616

0 commit comments

Comments
 (0)