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 Jun 12, 2024
1 parent 470be8f commit 0b38faf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 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.5")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6")
implementation(libs.kotlin.gradle.plugin)
implementation(libs.kotlin.plugin.serialization)
implementation("io.github.gradle-nexus:publish-plugin:2.0.0")
implementation("org.ajoberstar.reckon:reckon-gradle:0.18.3")
implementation("com.squareup:kotlinpoet:1.16.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.squareup:kotlinpoet:1.17.0")
implementation("com.google.code.gson:gson:2.11.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ kotlin {
sourceSets {
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.8.1")
implementation("io.kotest:kotest-assertions-core:5.9.1")
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
}
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
kotlin = "1.9.23"
okio = "3.8.0"
okio = "3.9.0"
serialization = "1.6.3"
diktat = "1.2.5"
kotlinx-cli = "0.3.6"
kotlinx-datetime = "0.5.0"
kotlinx-coroutines = "1.8.0"
junit = "5.10.2"
ktoml = "0.5.1"
multiplatform-diff = "0.5.0"
kotlinpoet = "1.16.0"
kotest = "5.8.1"
sarif4k = "0.5.0"
multiplatform-diff = "0.6.0"
kotlinpoet = "1.17.0"
kotest = "5.9.1"
sarif4k = "0.6.0"
sarif-utils = "0.2.2"
log4j = "2.23.1"

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

plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.enterprise") version "3.17.5"
}

gradleEnterprise {
Expand Down

0 comments on commit 0b38faf

Please sign in to comment.