Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) and [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime).


Updates `io.ktor:ktor-client-core` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.3...3.1.0)

Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-datetime@v0.6.1...v0.6.2)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-datetime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 2881819 commit 5d3984d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ maven-publish = "0.30.0"

[libraries]
khttpclient = "work.socialhub:khttpclient:0.0.3"
ktor-core = "io.ktor:ktor-client-core:3.0.3"
datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1"
ktor-core = "io.ktor:ktor-client-core:3.1.0"
datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.2"
coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1"
serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0"
serialization-cbor = "org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.8.0"
Expand Down

0 comments on commit 5d3984d

Please sign in to comment.