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:
parent
b9c4ae2fbb
commit
07f8b2c47b
@ -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")
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user