Skip to content

Commit

Permalink
Bump ktorClientVersion from 2.3.7 to 2.3.8 (#34)
Browse files Browse the repository at this point in the history
Bumps `ktorClientVersion` from 2.3.7 to 2.3.8.

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

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

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent cf0c78b commit d3beeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

val mockServerVersion = "5.15.0"
val ktorClientVersion = "2.3.7"
val ktorClientVersion = "2.3.8"

dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
Expand Down

0 comments on commit d3beeac

Please sign in to comment.