Skip to content

Commit b5e43b4

Browse files
bnormSpace Team
authored andcommitted
[Build] Update binary-compatibility-validator to 0.17.0
^KT-74254
1 parent 1a45888 commit b5e43b4

File tree

6 files changed

+11
-22
lines changed

6 files changed

+11
-22
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spdx = "0.8.0-dev-14"
2020
proguard = "7.4.2"
2121
ktor = "2.3.13"
2222
kotlinx-metadataJvm = "0.9.0"
23-
kotlinx-bcv = "0.15.1"
23+
kotlinx-bcv = "0.17.0"
2424
gson = "2.11.0"
2525
jetbrains-ideaExt = "1.0.1"
2626
jackson = "2.18.1"

gradle/verification-metadata.xml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4514,10 +4514,10 @@
45144514
<sha256 value="08c6d47a70df54fa742e058e10f0a5fc73acd3169c6157ea26e94f633bb17e87" origin="Generated by Gradle"/>
45154515
</artifact>
45164516
</component>
4517-
<component group="org.jetbrains.kotlinx" name="binary-compatibility-validator" version="0.15.1">
4518-
<artifact name="binary-compatibility-validator-0.15.1.jar">
4519-
<md5 value="c01388efea9ce6746f66a1e892396c3e" origin="Generated by Gradle"/>
4520-
<sha256 value="6399ef26be085bc27876eaf6b884c82ff013bf7148e97fac65c451ef85c925d8" origin="Generated by Gradle"/>
4517+
<component group="org.jetbrains.kotlinx" name="binary-compatibility-validator" version="0.17.0">
4518+
<artifact name="binary-compatibility-validator-0.17.0.jar">
4519+
<md5 value="099568335c7dfaabaf23cf0e27b24877" origin="Generated by Gradle"/>
4520+
<sha256 value="0c8d35914a9094ab7071001c5b789e20d5f80d284c70a915a1ecb8fcecf92031" origin="Generated by Gradle"/>
45214521
</artifact>
45224522
</component>
45234523
<component group="org.jetbrains.kotlinx" name="dataframe" version="0.14.1">
@@ -4736,24 +4736,12 @@
47364736
<sha256 value="a20b73b2b30ba6e08a5ffc990b3db9abd0649e42c79ff5da38d22040a3284068" origin="Generated by Gradle"/>
47374737
</artifact>
47384738
</component>
4739-
<component group="org.jetbrains.kotlinx" name="kotlinx-metadata-jvm" version="0.6.2">
4740-
<artifact name="kotlinx-metadata-jvm-0.6.2.jar">
4741-
<md5 value="54753fc5e62ddb7831d3539d2cf7728f" origin="Generated by Gradle"/>
4742-
<sha256 value="8f5759b435fcbcfdf06c80295013ba953db4ec817b04d7809c61a739a483527b" origin="Generated by Gradle"/>
4743-
</artifact>
4744-
</component>
47454739
<component group="org.jetbrains.kotlinx" name="kotlinx-metadata-jvm" version="0.8.0">
47464740
<artifact name="kotlinx-metadata-jvm-0.8.0.jar">
47474741
<md5 value="237d3ac3b2d9d0b4a51bd4aa14e367ca" origin="Generated by Gradle"/>
47484742
<sha256 value="6030de49e7fc2ca8009e1221213035694b97494044aa99bcfb0c8e0e73984d4d" origin="Generated by Gradle"/>
47494743
</artifact>
47504744
</component>
4751-
<component group="org.jetbrains.kotlinx" name="kotlinx-metadata-jvm" version="0.9.0">
4752-
<artifact name="kotlinx-metadata-jvm-0.9.0.jar">
4753-
<md5 value="b339ca5ef7c29e18529bf487a0fb9f4d" origin="Generated by Gradle"/>
4754-
<sha256 value="d42f4bac60b81c4fdcef1c666aed4181d00401e5e696e496f44935fe32fea58f" origin="Generated by Gradle"/>
4755-
</artifact>
4756-
</component>
47574745
<component group="org.jetbrains.kotlinx" name="kotlinx-metadata-klib" version="0.0.1-dev-10">
47584746
<artifact name="kotlinx-metadata-klib-0.0.1-dev-10.jar">
47594747
<md5 value="eb72c22727bdbd6abf8649703c82ba68" origin="Generated by Gradle"/>

libraries/tools/binary-compatibility-validator/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ plugins {
55
val testArtifacts by configurations.creating
66

77
dependencies {
8-
api("org.jetbrains.kotlinx:binary-compatibility-validator:0.15.1")
9-
api(libs.kotlinx.metadataJvm)
8+
api(libs.kotlinx.bcv)
9+
runtimeOnly("org.ow2.asm:asm-tree:9.7")
10+
runtimeOnly("org.jetbrains.kotlin:kotlin-metadata-jvm:${project.bootstrapKotlinVersion}")
1011
if (kotlinBuildProperties.isKotlinNativeEnabled) {
1112
runtimeOnly(project(":kotlin-compiler-embeddable"))
1213
} else {

libraries/tools/binary-compatibility-validator/src/test/kotlin/org.jetbrains.kotlin.tools.tests/CasesPublicAPITest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2018 JetBrains s.r.o. and Kotlin Programming Language contributors.
2+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
44
*/
55

libraries/tools/binary-compatibility-validator/src/test/kotlin/org.jetbrains.kotlin.tools.tests/KlibPublicAPITest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class KlibPublicAPITest {
2424
"kotlin-stdlib-js-wasm",
2525
"../../stdlib/build/libs",
2626
listOf("kotlin-stdlib-js", "kotlin-stdlib-wasm-js", "kotlin-stdlib-wasm-wasi"),
27-
KLibDumpFilters {
27+
KlibDumpFilters {
2828
ignoredPackages += setOf(
2929
"org.w3c",
3030
"org.khronos.webgl",

libraries/tools/binary-compatibility-validator/src/test/kotlin/org.jetbrains.kotlin.tools.tests/RuntimePublicAPITest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2018 JetBrains s.r.o. and Kotlin Programming Language contributors.
2+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
44
*/
55

0 commit comments

Comments
 (0)