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 May 2, 2023
1 parent 6205190 commit 049e5d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion diktat-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.cqfn.diktat.buildutils.kotlin-jvm-configuration")
id("org.cqfn.diktat.buildutils.code-quality-convention")
id("pl.droidsonroids.jacoco.testkit") version "1.0.9"
id("pl.droidsonroids.jacoco.testkit") version "1.0.11"
id("org.gradle.test-retry") version "1.5.2"
id("com.gradle.plugin-publish") version "1.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kotlin = "1.8.21"
kotlin-ksp = "1.8.21-1.0.11"
serialization = "1.5.0"
ktlint = "0.48.2"
junit = "5.9.2"
junit-platfrom = "1.9.2"
junit = "5.9.3"
junit-platfrom = "1.9.3"
guava = "31.1-jre"
commons-cli = "1.5.0"
commons-io = "2.11.0"
Expand Down Expand Up @@ -47,7 +47,7 @@ mockito = "5.2.0"
mockito-kotlin = "4.1.0"
testcontainers = "1.17.6"
okhttp3 = "4.10.0"
reckon = "0.16.1"
reckon = "0.18.0"
commons-compress = "1.22"
zip4j = "2.11.5"
ktoml = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.12.6"
id("com.gradle.enterprise") version "3.13"
}

includeBuild("gradle/plugins")
Expand Down

0 comments on commit 049e5d4

Please sign in to comment.