Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx.binary-compatibility-validator (#53)
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.13.1 to 0.13.2.
- [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases)
- [Commits](Kotlin/binary-compatibility-validator@0.13.1...0.13.2)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2023
1 parent a544c4a commit 0f4262e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kstore-file/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform")
id("com.android.library")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.1"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion kstore-storage/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.1"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion kstore/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform")
id("com.android.library")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.1"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
}

android {
Expand Down

0 comments on commit 0f4262e

Please sign in to comment.