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 Jun 25, 2024
1 parent c7fb881 commit 87b5aa8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")

implementation("org.cqfn.diktat:diktat-gradle-plugin:1.2.5")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6")
implementation("io.github.gradle-nexus:publish-plugin:2.0.0")
implementation("org.ajoberstar.reckon:reckon-gradle:0.13.0")
implementation("org.ajoberstar.grgit:grgit-core:4.1.0")
implementation("org.ajoberstar.reckon:reckon-gradle:0.18.3")
implementation("org.ajoberstar.grgit:grgit-core:4.1.1")
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/com/akuleshov7/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ object Versions {
const val KOTLIN = "2.0.0"
const val JUNIT = "5.7.1"
const val OKIO = "3.9.0"
const val SERIALIZATION = "1.7.0"
const val SERIALIZATION = "1.7.1"
}
2 changes: 1 addition & 1 deletion ktoml-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ kotlin {
dependsOn(commonTest)
dependencies {
implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter-engine:5.0.0")
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
}
}
all {
Expand Down
2 changes: 1 addition & 1 deletion ktoml-file/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kotlin {
dependsOn(commonTest)
dependencies {
implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter-engine:5.0.0")
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
}
}

Expand Down
2 changes: 1 addition & 1 deletion ktoml-source/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kotlin {
dependsOn(commonTest)
dependencies {
implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter-engine:5.0.0")
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
}
}

Expand Down

0 comments on commit 87b5aa8

Please sign in to comment.