Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-serialization in /android
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-serialization](https://github.com/JetBrains/kotlin) from 1.6.0 to 2.1.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.0...v2.1.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent c1060a4 commit 8d4e864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath SharedDependencies.com_android_tools_build_gradle
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22"
classpath "org.jetbrains.kotlin:kotlin-serialization:1.6.0"
classpath "org.jetbrains.kotlin:kotlin-serialization:2.1.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion android/vpnClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath SharedDependencies.com_android_tools_build_gradle
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22"
classpath "org.jetbrains.kotlin:kotlin-serialization:1.6.0"
classpath "org.jetbrains.kotlin:kotlin-serialization:2.1.0"
}
}
plugins {
Expand Down

0 comments on commit 8d4e864

Please sign in to comment.