Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ dependencies {
implementation("io.ktor:ktor-client-cio:3.1.3")
// kotlin-logging: transitive via kotlin-sdk:0.5.0 StdioClientTransport; declared explicitly to pin version
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.9.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0")

// Logging façade (we keep it minimal; Burp logs are also used)
implementation("org.slf4j:slf4j-api:2.0.16")
Expand Down
Loading