Skip to content

Commit

Permalink
fix(deps): update ktor monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent a4c2743 commit 836627d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))

// ktor
api(group = "io.ktor", name = "ktor-client", version = "2.3.8")
api(group = "io.ktor", name = "ktor-client", version = "3.1.0")

// Jackson
implementation(group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version = "2.16.1")
api(group = "io.ktor", name = "ktor-serialization-jackson", version = "2.3.8")
api(group = "io.ktor", name = "ktor-client-content-negotiation", version = "2.3.8")
api(group = "io.ktor", name = "ktor-serialization-jackson", version = "3.1.0")
api(group = "io.ktor", name = "ktor-client-content-negotiation", version = "3.1.0")

// Use the Kotlin JDK 8 standard library.
implementation(group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8")
Expand All @@ -41,7 +41,7 @@ dependencies {

// Use the Kotlin JUnit integration.
testImplementation(group = "org.jetbrains.kotlin", name = "kotlin-test-junit")
testImplementation(group = "io.ktor", name = "ktor-client-jetty", version = "2.3.8")
testImplementation(group = "io.ktor", name = "ktor-client-jetty", version = "3.1.0")
}

val sourcesJar by tasks.registering(Jar::class) {
Expand Down

0 comments on commit 836627d

Please # to comment.