Skip to content

Commit

Permalink
⬆️ Dependencies: upgrade all
Browse files Browse the repository at this point in the history
  • Loading branch information
berlix committed May 14, 2024
1 parent 5a7829b commit 5916806
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import java.time.Instant
import java.time.ZoneId

plugins {
kotlin("multiplatform") version "1.9.10" apply false
kotlin("multiplatform") version "1.9.24" apply false
id("maven-publish")
signing
id("io.gitlab.arturbosch.detekt") version "1.23.1"
id("io.gitlab.arturbosch.detekt") version "1.23.6"
id("com.palantir.git-version") version "3.0.0"
id("io.kotest.multiplatform") version "5.6.2"
id("org.jetbrains.dokka") version "1.8.20"
id("io.kotest.multiplatform") version "5.9.0"
id("org.jetbrains.dokka") version "1.9.20"
}

buildscript {
Expand Down
6 changes: 3 additions & 3 deletions protobuf-kotlin-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ kotlin {
sourceSets {
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-framework-engine:5.6.2")
implementation("com.willowtreeapps.assertk:assertk:0.26.1")
implementation("io.kotest:kotest-framework-engine:5.9.0")
implementation("com.willowtreeapps.assertk:assertk:0.28.1")
}
}
val jvmTest by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.6.2")
implementation("io.kotest:kotest-runner-junit5-jvm:5.9.0")
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions protobuf-kotlin-protoscope/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ kotlin {
}
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-framework-engine:5.6.2")
implementation("com.willowtreeapps.assertk:assertk:0.26.1")
implementation("io.kotest:kotest-framework-engine:5.9.0")
implementation("com.willowtreeapps.assertk:assertk:0.28.1")
}
}
val jvmTest by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.6.2")
implementation("io.kotest:kotest-runner-junit5-jvm:5.9.0")
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions protobuf-kotlin-schemadocument/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ kotlin {
}
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-framework-engine:5.6.2")
implementation("com.willowtreeapps.assertk:assertk:0.26.1")
implementation("io.kotest:kotest-framework-engine:5.9.0")
implementation("com.willowtreeapps.assertk:assertk:0.28.1")
}
}
val jvmTest by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.6.2")
implementation("io.kotest:kotest-runner-junit5-jvm:5.9.0")
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions protobuf-kotlin-serialization/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform")
kotlin("plugin.serialization") version "1.9.10"
kotlin("plugin.serialization") version "1.9.24"
}

kotlin {
Expand All @@ -21,19 +21,19 @@ kotlin {
dependencies {
api(project(":protobuf-kotlin-wire"))
api(project(":protobuf-kotlin-schemadocument"))
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1")
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3")
}
}
val commonTest by getting {
dependencies {
implementation(project(":protobuf-kotlin-protoscope"))
implementation("io.kotest:kotest-framework-engine:5.6.2")
implementation("com.willowtreeapps.assertk:assertk:0.26.1")
implementation("io.kotest:kotest-framework-engine:5.9.0")
implementation("com.willowtreeapps.assertk:assertk:0.28.1")
}
}
val jvmTest by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.6.2")
implementation("io.kotest:kotest-runner-junit5-jvm:5.9.0")
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions protobuf-kotlin-wire/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ kotlin {
}
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-framework-engine:5.6.2")
implementation("com.willowtreeapps.assertk:assertk:0.26.1")
implementation("io.kotest:kotest-framework-engine:5.9.0")
implementation("com.willowtreeapps.assertk:assertk:0.28.1")
}
}
val jvmTest by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.6.2")
implementation("io.kotest:kotest-runner-junit5-jvm:5.9.0")
}
}
}
Expand Down

0 comments on commit 5916806

Please sign in to comment.