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 Dec 4, 2023
1 parent c744c0f commit c9eef40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4")
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.1")
implementation("com.squareup:kotlinpoet:1.14.2")
implementation("com.squareup:kotlinpoet:1.15.3")
implementation("com.google.code.gson:gson:2.10.1")
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ kotlinx-coroutines = "1.7.3"
junit = "5.10.1"
ktoml = "0.5.0"
multiplatform-diff = "0.5.0"
kotlinpoet = "1.14.2"
kotlinpoet = "1.15.3"
kotest = "5.8.0"
sarif4k = "0.5.0"
sarif-utils = "0.2.1"
log4j = "2.21.1"
log4j = "2.22.0"

[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
Expand Down

0 comments on commit c9eef40

Please sign in to comment.