Skip to content

Commit 280f5ab

Browse files
Merge pull request #294 from InsanusMokrassar/renovate/major-ktor-monorepo
Update dependency io.ktor:ktor-client-logging-jvm to v3
2 parents 541b76b + ed81e76 commit 280f5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

InlineQueriesBot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ kotlin {
3333
}
3434

3535
dependencies {
36-
implementation 'io.ktor:ktor-client-logging-jvm:2.3.12'
36+
implementation 'io.ktor:ktor-client-logging-jvm:3.0.1'
3737
}
3838

RightsChangerBot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dependencies {
1818
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
1919

2020
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
21-
implementation 'io.ktor:ktor-client-logging-jvm:2.3.12'
21+
implementation 'io.ktor:ktor-client-logging-jvm:3.0.1'
2222
}

0 commit comments

Comments
 (0)