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
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 183a063 commit 792315a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
kotlin = "1.8.22"
okio = "3.4.0"
serialization = "1.5.1"
okio = "3.6.0"
serialization = "1.6.0"
diktat = "1.2.5"
kotlinx-cli = "0.3.5"
kotlinx-datetime = "0.4.0"
kotlinx-cli = "0.3.6"
kotlinx-datetime = "0.4.1"
kotlinx-coroutines = "1.6.3-native-mt"
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"

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"
}

gradleEnterprise {
Expand Down

0 comments on commit 792315a

Please sign in to comment.