Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-client-logging-jvm to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 6a61da2 commit ca0d6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InlineQueriesBot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ kotlin {
}

dependencies {
implementation 'io.ktor:ktor-client-logging-jvm:3.0.1'
implementation 'io.ktor:ktor-client-logging-jvm:3.0.2'
}

2 changes: 1 addition & 1 deletion RightsChangerBot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
implementation 'io.ktor:ktor-client-logging-jvm:3.0.1'
implementation 'io.ktor:ktor-client-logging-jvm:3.0.2'
}

0 comments on commit ca0d6f6

Please sign in to comment.