Skip to content

Commit c333033

Browse files
Bump io.ktor:ktor-client-okhttp-jvm from 2.3.11 to 2.3.12
Bumps [io.ktor:ktor-client-okhttp-jvm](https://github.com/ktorio/ktor) from 2.3.11 to 2.3.12. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-okhttp-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08acc6b commit c333033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
implementation("ch.qos.logback:logback-classic:$logback_version")
8484
implementation("net.logstash.logback:logstash-logback-encoder:$logstash_version")
8585
implementation("com.expediagroup:graphql-kotlin-ktor-client:$graphql_kotlin_version")
86-
implementation("io.ktor:ktor-client-okhttp-jvm:2.3.11")
86+
implementation("io.ktor:ktor-client-okhttp-jvm:2.3.12")
8787
implementation("io.ktor:ktor-server-core-jvm:2.3.12")
8888
implementation("io.ktor:ktor-server-swagger-jvm:2.3.11")
8989

0 commit comments

Comments
 (0)