Skip to content

Commit 51f6bf3

Browse files
chore(deps): Update build deps and github actions (#582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2facde1 commit 51f6bf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ checkerQual="3.49.3"
55
checkstyle="10.25.0"
66
geantyref = "1.3.16"
77
errorprone="2.38.0"
8-
indra = "3.1.3"
8+
indra = "3.2.0"
99
junit="5.13.0"
1010
ktlint="0.49.1"
1111
ktfmt="0.54"
1212
pmd = "7.14.0"
13-
spotless = "7.0.4"
13+
spotless = "7.2.1"
1414

1515
[libraries]
1616
# Shared
@@ -76,7 +76,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
7676
zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
7777

7878
[plugins]
79-
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.13.1"
79+
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.14"
8080
detekt = "io.gitlab.arturbosch.detekt:1.23.8"
8181
dokka = "org.jetbrains.dokka:1.9.20"
8282
gitPublish = "org.ajoberstar.git-publish:5.1.1"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)