Skip to content

Commit

Permalink
build(deps): bump serializationVersion from 1.6.2 to 1.6.3
Browse files Browse the repository at this point in the history
Bumps `serializationVersion` from 1.6.2 to 1.6.3.

Updates `org.jetbrains.kotlinx:kotlinx-serialization-protobuf` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.6.2...v1.6.3)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.6.2...v1.6.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 8293b52 commit bcfc8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach

dependencies {
val coroutinesVersion = "1.7.3"
val serializationVersion = "1.6.2"
val serializationVersion = "1.6.3"
implementation("ch.acra:acra-mail:5.11.3")
implementation("com.melnykov:floatingactionbutton:1.3.0")
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
Expand Down

0 comments on commit bcfc8a3

Please sign in to comment.