Skip to content

Commit

Permalink
Merge branch 'main' into renovate/it.krzeminski-snakeyaml-engine-kmp-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jun 8, 2024
2 parents 97c7f16 + b35d93a commit 6b12e3b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion action-binding-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = rootProject.version

dependencies {
implementation("com.squareup:kotlinpoet:1.17.0")
implementation("com.charleskorn.kaml:kaml:0.59.0")
implementation("com.charleskorn.kaml:kaml:0.60.0")
implementation(projects.sharedInternal)

testImplementation(projects.githubWorkflowsKt)
Expand Down
2 changes: 1 addition & 1 deletion automation/code-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

dependencies {
implementation("com.squareup:kotlinpoet:1.17.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")

implementation(platform("io.ktor:ktor-bom:2.3.11"))
implementation("io.ktor:ktor-client-core")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

dependencies {
testImplementation(platform("io.kotest:kotest-bom:5.9.0"))
testImplementation(platform("io.kotest:kotest-bom:5.9.1"))
testImplementation("io.kotest:kotest-assertions-core")
testImplementation("io.kotest:kotest-runner-junit5")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

dependencies {
testImplementation(platform("io.kotest:kotest-bom:5.9.0"))
testImplementation(platform("io.kotest:kotest-bom:5.9.1"))
testImplementation("io.kotest:kotest-assertions-core")
testImplementation("io.kotest:kotest-runner-junit5")
}
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mkdocs==1.6.0
mkdocs-markdownextradata-plugin==0.2.5
mkdocs-material==9.5.25
mkdocs-material==9.5.26
mkdocs-material-extensions==1.3.1
mkdocs-video==1.5.0
pymdown-extensions==10.8.1
6 changes: 3 additions & 3 deletions github-workflows-kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ version = rootProject.version

dependencies {
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
implementation(projects.sharedInternal)

testImplementation("dev.zacsweers.kctfork:core:0.5.0-alpha08")
testImplementation("dev.zacsweers.kctfork:core:0.5.0")
// Needed to use the right version of the compiler for the libraries that depend on it.
testImplementation(kotlin("compiler"))
testImplementation(kotlin("reflect"))
Expand Down

0 comments on commit 6b12e3b

Please sign in to comment.