Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (except core kotlin) (#…
Browse files Browse the repository at this point in the history
…545)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 18f1cea commit 5679607
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dependencies {
// workaround https://github.com/gradle/gradle/issues/15383
implementation(files(project.libs.javaClass.superclass.protectionDomain.codeSource.location))
implementation(libs.diktat.gradle.plugin)
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1")
implementation(libs.kotlin.gradle.plugin)
implementation(libs.kotlin.plugin.serialization)
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
implementation("org.ajoberstar.reckon:reckon-gradle:0.18.0")
implementation("org.ajoberstar.reckon:reckon-gradle:0.18.1")
implementation("com.squareup:kotlinpoet:1.14.2")
implementation("com.google.code.gson:gson:2.10.1")
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ kotlin {
val commonMain by getting
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.6.2")
implementation("io.kotest:kotest-assertions-core:5.7.2")
}
}
val commonNonJsMain by creating {
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.10"
okio = "3.4.0"
okio = "3.6.0"
serialization = "1.6.0"
diktat = "1.2.5"
kotlinx-cli = "0.3.6"
Expand All @@ -10,10 +10,10 @@ junit = "5.10.0"
ktoml = "0.5.0"
multiplatform-diff = "0.4.0"
kotlinpoet = "1.14.2"
kotest = "5.6.2"
sarif4k = "0.4.0"
kotest = "5.7.2"
sarif4k = "0.5.0"
sarif-utils = "0.2.1"
log4j = "2.20.0"
log4j = "2.21.0"

[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion save-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.nio.file.StandardCopyOption

plugins {
id("com.saveourtool.save.buildutils.kotlin-library")
id("de.undercouch.download") version "5.4.0"
id("de.undercouch.download") version "5.5.0"
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.14"
id("com.gradle.enterprise") version "3.15.1"
}

gradleEnterprise {
Expand Down

0 comments on commit 5679607

Please sign in to comment.