Skip to content

Commit

Permalink
chore(deps): update upgrade all non-major gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 95ae39c commit 3d43c2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform") version "1.9.22"
kotlin("plugin.serialization") version "1.9.22"
id("io.kotest.multiplatform") version "5.8.0"
kotlin("multiplatform") version "1.9.23"
kotlin("plugin.serialization") version "1.9.23"
id("io.kotest.multiplatform") version "5.8.1"
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
}

Expand Down Expand Up @@ -47,7 +47,7 @@ kotlin {
// Atomic
implementation("org.jetbrains.kotlinx:atomicfu:0.23.2")
// Http Client
val ktorVersion = "2.3.8"
val ktorVersion = "2.3.9"
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-curl:$ktorVersion")
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
Expand All @@ -56,7 +56,7 @@ kotlin {
}
val commonTest by getting {
dependencies {
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
implementation("io.kotest:kotest-framework-engine:$kotestVersion")
Expand Down

0 comments on commit 3d43c2e

Please sign in to comment.