Skip to content

Commit 06fb690

Browse files
chore(deps): update plugin binary-compatibility-validator to v0.18.1 (#9)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.jetbrains.kotlinx.binary-compatibility-validator](https://redirect.github.com/Kotlin/binary-compatibility-validator) | `0.17.0` -> `0.18.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin/0.17.0/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)</summary> ### [`v0.18.1`](https://redirect.github.com/Kotlin/binary-compatibility-validator/releases/tag/0.18.1) [Compare Source](https://redirect.github.com/Kotlin/binary-compatibility-validator/compare/0.18.0...0.18.1) #### What's Changed - Fixed a bug preventing use of cross-compilation support during KLIB dump validation \[[#&#8203;304](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/304)]\[[#&#8203;306](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/306)] ### [`v0.18.0`](https://redirect.github.com/Kotlin/binary-compatibility-validator/releases/tag/0.18.0) [Compare Source](https://redirect.github.com/Kotlin/binary-compatibility-validator/compare/0.17.0...0.18.0) #### What's Changed - Supported KLIB cross compilation enabled in Kotlin 2.1.0 [#&#8203;299](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/299) - Fixed issue with early properties evaluation [#&#8203;286](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/286) - Started excluding local classes created by Parcelize [#&#8203;300](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/300) Thanks to [@&#8203;TheMrMilchmann](https://redirect.github.com/TheMrMilchmann), [@&#8203;osipxd](https://redirect.github.com/osipxd), and [@&#8203;Goooler](https://redirect.github.com/Goooler) for their contributions! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/kotlin-sdk-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bence Hornák <[email protected]>
1 parent e8546a5 commit 06fb690

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
@@ -15,5 +15,5 @@ kotlin-multiplatform = { id="org.jetbrains.kotlin.multiplatform", version.ref="k
1515
kotlinx-atomicfu = { id="org.jetbrains.kotlinx.atomicfu", version="0.27.0" }
1616
ktlint = { id="org.jlleitschuh.gradle.ktlint", version="12.3.0" }
1717
nexus-publish = { id="io.github.gradle-nexus.publish-plugin", version="2.0.0" }
18-
binary-compatibility-validator = { id="org.jetbrains.kotlinx.binary-compatibility-validator", version="0.17.0" }
18+
binary-compatibility-validator = { id="org.jetbrains.kotlinx.binary-compatibility-validator", version="0.18.1" }
1919
vanniktech-maven-publish = { id="com.vanniktech.maven.publish", version="0.34.0" }

0 commit comments

Comments
 (0)