Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-metadata-jvm from 0.7.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-metadata-jvm](https://github.com/JetBrains/kotlin) from 0.7.0 to 0.9.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-metadata-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 11, 2024
1 parent db17f17 commit 85e1ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("org.ow2.asm:asm:9.6")
implementation("com.guardsquare:proguard-core:9.1.1")
implementation("net.bytebuddy:byte-buddy:1.14.11")
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0")


// Testing
Expand Down

0 comments on commit 85e1ba3

Please sign in to comment.