Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to…
Browse files Browse the repository at this point in the history
… v1.7.1

| datasource | package                                          | from  | to    |
| ---------- | ------------------------------------------------ | ----- | ----- |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.7.0 | 1.7.1 |
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent e5141b5 commit cb5c1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
junit = "4.13.2"
kotlin = "2.0.0"
coroutines = "1.8.1"
kotlinx-serialization-json = "1.7.0"
kotlinx-serialization-json = "1.7.1"
kotlinx-collections-immutable = "0.3.7"

# the Java version that the Java and Kotlin compilers will target
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ java-target = "11"
# the Java version that is used to run the Java and Kotlin compilers and various other tasks
java-toolchain = "21"
coroutines = "1.8.1"
kotlinx-serialization-json = "1.7.0"
kotlinx-serialization-json = "1.7.1"
kotlinx-collections-immutable = "0.3.7"

# the Android minSdkVersion to use
Expand Down

0 comments on commit cb5c1eb

Please sign in to comment.