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 Aug 27, 2023
1 parent ef7e79c commit 85c46bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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 @@ -6,8 +6,8 @@ plugins {
id("com.saveourtool.diktat.buildutils.kotlin-jvm-configuration")
id("com.saveourtool.diktat.buildutils.code-quality-convention")
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"
id("org.gradle.test-retry") version "1.5.4"
id("com.gradle.plugin-publish") version "1.2.1"
}

dependencies {
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
kotlin = "1.8.22"
kotlin-ksp = "1.8.22-1.0.11"
serialization = "1.5.1"
serialization = "1.6.0"
ktlint = "0.49.1"
junit = "5.10.0"
junit-platfrom = "1.10.0"
guava = "32.1.1-jre"
guava = "32.1.2-jre"
commons-cli = "1.5.0"
commons-io = "2.13.0"
kotlinpoet = "1.12.0"
detekt = "1.23.0"
detekt = "1.23.1"
dokka = "1.7.20"
jacoco = "0.8.8"
# maven
maven-api = "3.9.3"
maven-api = "3.9.4"
maven-plugin-tools = "3.8.1"
maven-plugin-testing-harness = "3.3.0"
plexus = "2.0"
Expand All @@ -22,7 +22,7 @@ jbool = "1.24"
# downgraded to be compliance with ktlint
mu-logging = "3.0.5"
log4j2 = "2.20.0"
kaml = "0.54.0"
kaml = "0.55.0"
kotlin-multiplatform-diff = "0.4.0"
sarif4k = "0.4.0"
jupiter-itf-extension = "0.12.0"
Expand All @@ -39,7 +39,7 @@ save-cli = "0.3.9"
ktor = "2.2.4"
okio = "3.3.0"
kotlinx-datetime = "0.4.0"
kotlinx-coroutines = "1.7.2"
kotlinx-coroutines = "1.7.3"
assertj = "3.24.2"
diktat = "2.0.0"
jgit = "6.5.0.202303070854-r"
Expand All @@ -55,7 +55,7 @@ springdoc = "1.6.15"
spotless = "6.20.0"
arrow-kt = "1.1.5"
publish = "1.3.0"
download = "5.4.0"
download = "5.5.0"

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.14"
id("com.gradle.enterprise") version "3.14.1"
// 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.6.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

includeBuild("gradle/plugins")
Expand Down

0 comments on commit 85c46bb

Please sign in to comment.