Skip to content

Commit d469c56

Browse files
chore(deps): Update build deps and github actions
1 parent 28d5305 commit d469c56

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/validate-renovate-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: suzuki-shunsuke/[email protected]
1919
with:
2020
config_file_path: renovate.json

build-logic/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99
}
1010

1111
plugins {
12-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
12+
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
1313
}
1414

1515
dependencyResolutionManagement {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
7878
[plugins]
7979
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.14"
8080
detekt = "io.gitlab.arturbosch.detekt:1.23.8"
81-
dokka = "org.jetbrains.dokka:1.9.20"
81+
dokka = "org.jetbrains.dokka:2.0.0"
8282
gitPublish = "org.ajoberstar.git-publish:5.1.1"
8383
gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "1.1.2" }
8484
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
8585
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
86-
kotlin = "org.jetbrains.kotlin.jvm:1.9.25"
86+
kotlin = "org.jetbrains.kotlin.jvm:2.2.20"
8787
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
8888
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }

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

0 commit comments

Comments
 (0)