Skip to content

Commit

Permalink
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 Nov 27, 2023
1 parent c4604ed commit acabb64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.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")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ multiplatform-diff = "0.5.0"
kotlinpoet = "1.15.1"
sarif4k = "0.5.0"
kotlin-logging = "3.0.5"
log4j = "2.21.1"
log4j = "2.22.0"
kotest = "5.8.0"

[plugins]
Expand Down

0 comments on commit acabb64

Please sign in to comment.