Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion diktat-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.8"
id("org.gradle.test-retry") version "1.5.10"
id("com.gradle.plugin-publish") version "1.2.1"
alias(libs.plugins.shadow)
}
Expand Down
23 changes: 12 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,27 @@
kotlin = "2.1.0"
kotlin-ksp = "2.1.0-1.0.29"
serialization = "1.6.3"
junit = "5.10.3"
junit-platfrom = "1.10.3"
commons-cli = "1.8.0"
commons-io = "2.16.1"
detekt = "1.23.6"
ktlint = "1.5.0"
junit = "5.10.2"
junit-platfrom = "1.10.2"
guava = "33.0.0-jre"
commons-cli = "1.6.0"
commons-io = "2.15.1"
detekt = "1.23.5"

dokka = "1.9.20"
gradle-nexus-publish-plugin = "2.0.0"
jacoco = "0.8.8"
# maven
maven-api = "3.9.6"
maven-api = "3.9.8"
maven-plugin-tools = "3.8.1"
maven-plugin-testing-harness = "3.3.0"
plexus = "3.0.0"

jbool = "1.24"
kotlin-logging = "6.0.3"
kotlin-logging = "6.0.9"
log4j2 = "2.23.1"
kaml = "0.57.0"
kaml = "0.61.0"
sarif4k = "0.6.0"
jupiter-itf-extension = "0.13.1"

Expand All @@ -30,9 +31,9 @@ kotlinx-cli = "0.3.6"
gradle-shadow = "8.1.1"

# copied from save-cloud
kotlinx-coroutines = "1.8.1"
assertj = "3.26.3"
jetbrains-annotations = "26.0.1"
kotlinx-coroutines = "1.8.0"
assertj = "3.25.3"
diktat = "2.0.0"
reckon = "0.18.3"
spotless = "6.25.0"
Expand Down Expand Up @@ -106,7 +107,7 @@ jbool-expressions = { module = "com.bpodgursky:jbool_expressions", version.ref =

# logging
kotlin-logging = { module = "io.github.oshai:kotlin-logging", version.ref = "kotlin-logging" }
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.12" }
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.13" }
log4j2-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j2" }
log4j2-slf4j2 = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version.ref = "log4j2" }

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.16.2"
id("com.gradle.enterprise") version "3.17.6"
// 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.8.0"
}
Expand Down
Loading