Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-apache from 2.3.3 to 2.3.4
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) from 2.3.3 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@2.3.3...2.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent 5354469 commit bef2d23
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 @@ -47,7 +47,7 @@ dependencies {
implementation("org.commonmark:commonmark:0.21.0")
implementation("org.commonmark:commonmark-ext-gfm-tables:0.21.0")

implementation("io.ktor:ktor-client-apache:2.3.3")
implementation("io.ktor:ktor-client-apache:2.3.4")
implementation("io.ktor:ktor-client-jackson:2.3.3")

testImplementation("io.mockk:mockk:1.13.5")
Expand Down

0 comments on commit bef2d23

Please sign in to comment.