Skip to content

Commit 9e63f16

Browse files
chore(deps): Update build deps and github actions (#483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7cf398 commit 9e63f16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
7474

7575
[plugins]
7676
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.6"
77-
detekt = "io.gitlab.arturbosch.detekt:1.23.5"
78-
dokka = "org.jetbrains.dokka:1.9.10"
77+
detekt = "io.gitlab.arturbosch.detekt:1.23.6"
78+
dokka = "org.jetbrains.dokka:1.9.20"
7979
gitPublish = "org.ajoberstar.git-publish:3.0.1"
8080
gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "1.1.0" }
8181
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
8282
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
83-
kotlin = "org.jetbrains.kotlin.jvm:1.9.22"
83+
kotlin = "org.jetbrains.kotlin.jvm:1.9.23"
8484
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-2" }
8585
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }

gradle/wrapper/gradle-wrapper.properties

+1-1
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.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)