Skip to content

Commit

Permalink
fix(deps): bump ktorVersion from 1.6.8 to 2.3.4
Browse files Browse the repository at this point in the history
Bumps `ktorVersion` from 1.6.8 to 2.3.4.

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

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

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

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.ktor:ktor-client-mock
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.ktor:ktor-client-mock-jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 6bbd6da commit 711caff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
ext.kotlinVersion = '1.9.10'
ext.kotlinCoroutinesVersion = '1.7.3'
ext.ktorVersion = '1.6.8'
ext.ktorVersion = '2.3.4'
ext.okhttpVersion = '4.11.0'
}

Expand Down

0 comments on commit 711caff

Please sign in to comment.