Skip to content

Commit

Permalink
fix(deps): Bump ktorVersion from 3.0.2 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps `ktorVersion` from 3.0.2 to 3.0.3.

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent ea5ffe1 commit d1279e6
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 {
kotlinCoroutinesVersion = '1.9.0'
ktorVersion = '3.0.2'
ktorVersion = '3.0.3'
junit5Version = '5.11.4'
okhttpVersion = '4.12.0'
}
Expand Down

0 comments on commit d1279e6

Please sign in to comment.