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 6, 2023
1 parent 6b38fcd commit 69edf3d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions diktat-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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("org.gradle.test-retry") version "1.5.2"
id("pl.droidsonroids.jacoco.testkit") version "1.0.12"
id("org.gradle.test-retry") version "1.5.3"
id("com.gradle.plugin-publish") version "1.2.0"
}

Expand Down
2 changes: 1 addition & 1 deletion diktat-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("org.cqfn.diktat.buildutils.kotlin-jvm-configuration")
id("org.cqfn.diktat.buildutils.code-quality-convention")
id("org.cqfn.diktat.buildutils.publishing-configuration")
id("de.benediktritter.maven-plugin-development") version "0.4.1"
id("de.benediktritter.maven-plugin-development") version "0.4.2"
`maven-publish`
}

Expand Down
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
kotlin = "1.8.21"
kotlin-ksp = "1.8.21-1.0.11"
serialization = "1.5.0"
serialization = "1.5.1"
ktlint = "0.48.2"
junit = "5.9.2"
junit-platfrom = "1.9.2"
junit = "5.9.3"
junit-platfrom = "1.9.3"
guava = "32.0.0-jre"
commons-cli = "1.5.0"
commons-io = "2.11.0"
commons-io = "2.12.0"
kotlinpoet = "1.12.0"
detekt = "1.22.0"
detekt = "1.23.0"
dokka = "1.7.20"
jacoco = "0.8.8"
# maven
maven-api = "3.9.1"
maven-api = "3.9.2"
maven-plugin-tools = "3.8.1"
maven-plugin-testing-harness = "3.3.0"
plexus = "2.0"
Expand All @@ -22,9 +22,9 @@ jbool = "1.24"
# downgraded to be compliance with ktlint
mu-logging = "2.1.23"
log4j2 = "2.20.0"
kaml = "0.53.0"
kaml = "0.54.0"
kotlin-multiplatform-diff = "0.4.0"
sarif4k = "0.3.0"
sarif4k = "0.4.0"
jupiter-itf-extension = "0.12.0"
# FIXME: need to migrate to mockito
mockito-all = "1.10.19"
Expand All @@ -47,12 +47,12 @@ 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"
springdoc = "1.6.15"
spotless = "6.18.0"
spotless = "6.19.0"
arrow-kt = "1.1.5"
publish = "1.3.0"
download = "5.4.0"
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.3"
}

includeBuild("gradle/plugins")
Expand Down

0 comments on commit 69edf3d

Please sign in to comment.