File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0" )
20
20
implementation(" org.jetbrains.kotlin:kotlin-reflect:1.4.0" )
21
21
22
- implementation(" io.ktor:ktor-client-core:1.6.4 " )
22
+ implementation(" io.ktor:ktor-client-core:1.6.5 " )
23
23
implementation(" io.ktor:ktor-client-java:1.6.4" )
24
24
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.2" )
25
25
implementation(" org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.3" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
kotlin(" jvm" )
4
4
}
5
5
6
- val ktor_version = " 1.6.4 "
6
+ val ktor_version = " 1.6.5 "
7
7
val logback_version = " 1.2.6"
8
8
val prometeus_version = " 1.7.5"
9
9
val exposed_version = " 0.36.1"
You can’t perform that action at this time.
0 commit comments