1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-25 02:46:01 +01:00

Bump io.ktor:ktor-client-cio from 2.2.4 to 2.3.3

Bumps [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) from 2.2.4 to 2.3.3.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/2.2.4...2.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-23 15:44:24 +00:00 committed by github-actions[bot]
parent b9c4ae2fbb
commit 07f8b2c47b
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ buildscript {
classpath("org.kohsuke:github-api:1.305")
classpath("io.ktor:ktor-client-core:2.3.3")
classpath("io.ktor:ktor-client-cio:2.2.4")
classpath("io.ktor:ktor-client-cio:2.3.3")
classpath("io.ktor:ktor-client-auth:2.3.3")
classpath("io.ktor:ktor-client-content-negotiation:2.3.3")
classpath("io.ktor:ktor-serialization-kotlinx-json:2.3.0")

View File

@ -23,7 +23,7 @@ dependencies {
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.8.21")
implementation("io.ktor:ktor-client-core:2.3.3")
implementation("io.ktor:ktor-client-cio:2.2.4")
implementation("io.ktor:ktor-client-cio:2.3.3")
implementation("io.ktor:ktor-client-content-negotiation:2.3.3")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.0")
implementation("io.ktor:ktor-client-auth:2.3.3")