Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.kotlinx:binary-compatibility-validator
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases)
- [Commits](Kotlin/binary-compatibility-validator@0.15.0...0.15.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:binary-compatibility-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent f05d333 commit 183667e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation("com.android.tools.build:gradle:8.5.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.15.0")
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.15.1")
implementation("org.jetbrains.kotlinx:kover-gradle-plugin:0.8.2")
}

Expand Down

0 comments on commit 183667e

Please sign in to comment.