Skip to content

Commit

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

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

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

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

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 2352c2c commit e00c557
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.0'
ext.kotlinCoroutinesVersion = '1.7.2'
ext.ktorVersion = '1.6.8'
ext.ktorVersion = '2.3.2'
ext.okhttpVersion = '4.11.0'
}

Expand Down

0 comments on commit e00c557

Please sign in to comment.