Skip to content

Commit

Permalink
Update Kotlin, Compose Compiler, and molecule to v1.7.3
Browse files Browse the repository at this point in the history
| datasource | package                                          | from  | to    |
| ---------- | ------------------------------------------------ | ----- | ----- |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.7.2 | 1.7.3 |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-core | 1.7.2 | 1.7.3 |
  • Loading branch information
renovate[bot] authored and actions-user committed Sep 19, 2024
1 parent 909cc5c commit 2ecce6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/hubdle.libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jetbrains-kotlinx-datetime = "0.6.1"
jetbrains-kotlinx-io-core = "0.5.4"
jetbrains-kotlinx-kover = "0.8.3"
jetbrains-kotlinx-multik = "0.2.3"
jetbrains-kotlinx-serialization = "1.7.2"
jetbrains-kotlinx-serialization = "1.7.3"
jetbrains-markdown = "0.7.3"
junit-bom = "5.11.0"
junit-jupiter-junit-jupiter = "5.11.0"
Expand Down
2 changes: 2 additions & 0 deletions hubdle-version-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

### Updated

- `org.jetbrains.kotlinx:kotlinx-serialization-json -> 1.7.3`
- `org.jetbrains.kotlinx:kotlinx-serialization-core -> 1.7.3`
- `org.jetbrains.kotlinx:kotlinx-io-core -> 0.5.4`
- `io.insert-koin:koin-test-junit5 -> 4.0.0`
- `io.insert-koin:koin-test-junit4 -> 4.0.0`
Expand Down

0 comments on commit 2ecce6f

Please sign in to comment.