Skip to content

Commit d35e126

Browse files
chore(deps): Update build deps and github actions to v8.12
1 parent ddf1d29 commit d35e126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
7373
zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
7474

7575
[plugins]
76-
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.11"
76+
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.12"
7777
detekt = "io.gitlab.arturbosch.detekt:1.23.7"
7878
dokka = "org.jetbrains.dokka:1.9.20"
7979
gitPublish = "org.ajoberstar.git-publish:3.0.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.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)