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 Dec 10, 2023
1 parent bffd4ad commit b320a62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@ -10,7 +10,7 @@ plugins {
id("com.saveourtool.diktat.buildutils.code-quality-convention")
id("com.saveourtool.diktat.buildutils.publishing-configuration")
id("pl.droidsonroids.jacoco.testkit") version "1.0.12"
id("org.gradle.test-retry") version "1.5.7"
id("org.gradle.test-retry") version "1.5.8"
id("com.gradle.plugin-publish") version "1.2.1"
alias(libs.plugins.shadow)
}
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ dokka = "1.9.10"
gradle-nexus-publish-plugin = "1.3.0"
jacoco = "0.8.8"
# maven
maven-api = "3.9.5"
maven-api = "3.9.6"
maven-plugin-tools = "3.8.1"
maven-plugin-testing-harness = "3.3.0"
plexus = "2.1.0"

jbool = "1.24"
kotlin-logging = "5.1.1"
log4j2 = "2.22.0"
kaml = "0.55.0"
kaml = "0.56.0"
sarif4k = "0.5.0"
jupiter-itf-extension = "0.12.0"

Expand All @@ -33,9 +33,9 @@ gradle-shadow = "8.1.1"
jetbrains-annotations = "24.1.0"
kotlinx-coroutines = "1.7.3"
assertj = "3.24.2"
diktat = "2.0.0-rc.6"
diktat = "2.0.0-rc.8"
reckon = "0.18.1"
spotless = "6.23.2"
spotless = "6.23.3"
download = "5.5.0"

[plugins]
Expand All @@ -46,7 +46,7 @@ kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization"
kotlin-plugin-jpa = { id = "org.jetbrains.kotlin.plugin.jpa", version.ref = "kotlin" }
kotlin-plugin-allopen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }
kotlin-ksp = { id = "com.google.devtools.ksp", version.ref = "kotlin-ksp" }
talaiot-base = { id = "io.github.cdsap.talaiot.plugin.base", version = "2.0.2" }
talaiot-base = { id = "io.github.cdsap.talaiot.plugin.base", version = "2.0.3" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
spotless = { id = "com.diffplug.gradle.spotless", version.ref = "spotless" }
download = { id = "de.undercouch.download", version.ref = "download" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.15.1"
id("com.gradle.enterprise") version "3.16"
// starting from Gradle 8, it's needed to configure a repo from which to take Java for a toolchain
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}
Expand Down

0 comments on commit b320a62

Please sign in to comment.