Skip to content

Commit

Permalink
Update all dependencies in gradle scripts (#1645)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nariman Abdullin <nulls.narik@gmail.com>
  • Loading branch information
renovate[bot] and nulls authored Mar 27, 2023
1 parent 80f92d0 commit ae84613
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
kotlin = "1.8.10"
serialization = "1.5.0"
ktlint = "0.46.1"
junit = "5.9.1"
junit-platfrom = "1.9.1"
junit = "5.9.2"
junit-platfrom = "1.9.2"
guava = "31.1-jre"
commons-cli = "1.5.0"
commons-io = "2.11.0"
Expand All @@ -12,14 +12,15 @@ detekt = "1.22.0"
dokka = "1.7.20"
jacoco = "0.8.8"
# maven
maven-api = "3.8.6"
maven-plugin-tools = "3.7.0"
maven-api = "3.9.1"
maven-plugin-tools = "3.8.1"
maven-plugin-testing-harness = "3.3.0"
plexus = "2.0"

jbool = "1.24"
# downgraded to be compliance with ktlint
mu-logging = "2.1.23"
# downgraded to be compliance with ktlint
kaml = "0.47.0"
kotlin-multiplatform-diff = "0.4.0"
sarif4k = "0.3.0"
Expand Down Expand Up @@ -53,7 +54,7 @@ kotlinx-cli = "0.3.5"
spotless = "6.17.0"
arrow-kt = "1.1.5"
publish = "1.3.0"
download = "5.3.1"
download = "5.4.0"

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
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.4"
id("com.gradle.enterprise") version "3.12.6"
}

includeBuild("gradle/plugins")
Expand Down

0 comments on commit ae84613

Please sign in to comment.