Skip to content

Commit 401b2f0

Browse files
renovate-botJavierSegoviaCordoba
authored andcommitted
Update dependency org.jetbrains.kotlinx:binary-compatibility-validator to v0.10.0
| datasource | package | from | to | | ---------- | ---------------------------------------------------- | ----- | ------ | | maven | org.jetbrains.kotlinx:binary-compatibility-validator | 0.9.0 | 0.10.0 |
1 parent 6479e10 commit 401b2f0

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,10 +14,10 @@
1414

1515
### Updated
1616

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

gradle/pluginLibs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
javierscGradlePlugins = "0.1.0-rc.43"
33
kotlin = "1.6.21"
4-
kotlinBinaryValidator = "0.9.0"
4+
kotlinBinaryValidator = "0.10.0"
55

66
[libraries]
77
javiersc-gradlePlugins-allPlugins = { module = "com.javiersc.gradle-plugins:all-plugins", version.ref = "javierscGradlePlugins" }

0 commit comments

Comments
 (0)