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 Nov 23, 2023
1 parent e441a87 commit 5c2a38c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform") version "1.9.10"
kotlin("plugin.serialization") version "1.9.10"
id("io.kotest.multiplatform") version "5.6.2"
kotlin("multiplatform") version "1.9.21"
kotlin("plugin.serialization") version "1.9.21"
id("io.kotest.multiplatform") version "5.8.0"
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
}

Expand Down Expand Up @@ -44,11 +44,11 @@ kotlin {
// Date Time Support
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
// Serialization
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1")
// Atomic
implementation("org.jetbrains.kotlinx:atomicfu:0.22.0")
implementation("org.jetbrains.kotlinx:atomicfu:0.23.0")
// Http Client
val ktorVersion = "2.3.5"
val ktorVersion = "2.3.6"
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-curl:$ktorVersion")
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
Expand All @@ -57,7 +57,7 @@ kotlin {
}
val commonTest by getting {
dependencies {
val kotestVersion = "5.6.2"
val kotestVersion = "5.8.0"
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
implementation("io.kotest:kotest-framework-engine:$kotestVersion")
Expand Down

0 comments on commit 5c2a38c

Please sign in to comment.