Skip to content

Commit bcd38c2

Browse files
chore(deps): Update build deps and github actions
1 parent 90669b7 commit bcd38c2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/test-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ jobs:
9292
ORG_GRADLE_PROJECT_spongeKeyStorePassword: "${{ secrets.CONFIGURATE_JARSIGNING_PASSWORD }}"
9393
- name: Publish to GH pages
9494
if: "${{ runner.os == 'Linux' && ((env.STATUS == 'release' && github.event_name == 'release') || (env.STATUS != 'release' && github.event_name != 'release' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/3.x'))) }}"
95-
uses: JamesIves/[email protected].2
95+
uses: JamesIves/[email protected].3
9696
with:
9797
branch: gh-pages
9898
force: false
9999
folder: build/gitPublish
100100
- name: Publish Javadoc to Sponge index
101101
if: "${{ runner.os == 'Linux' && ((env.STATUS == 'release' && github.event_name == 'release') || (env.STATUS != 'release' && github.event_name != 'release' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/3.x'))) }}"
102-
uses: JamesIves/[email protected].2
102+
uses: JamesIves/[email protected].3
103103
with:
104104
folder: build/publish-jd
105105
ssh-key: "${{ secrets.SPONGE_JD_DEPLOY_KEY }}"

build-logic/settings.gradle

+1-1
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.5.0'
12+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.6.0'
1313
}
1414

1515
dependencyResolutionManagement {

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ junit="5.9.3"
1010
ktlint="0.49.1"
1111
ktfmt="0.44"
1212
pmd = "6.55.0"
13-
spotless = "6.19.0"
13+
spotless = "6.20.0"
1414

1515
[libraries]
1616
# Shared
@@ -69,15 +69,15 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
6969
zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
7070

7171
[plugins]
72-
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.1.0"
73-
detekt = "io.gitlab.arturbosch.detekt:1.23.0"
72+
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.2.2"
73+
detekt = "io.gitlab.arturbosch.detekt:1.23.1"
7474
dokka = "org.jetbrains.dokka:1.8.20"
7575
gitPublish = "org.ajoberstar.git-publish:3.0.1"
7676
gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "1.0.0" }
7777
indra-common = { id = "net.kyori.indra", version.ref = "indra" }
7878
indra-crossdoc = { id = "net.kyori.indra.crossdoc", version.ref = "indra" }
7979
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
8080
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
81-
kotlin = "org.jetbrains.kotlin.jvm:1.8.22"
81+
kotlin = "org.jetbrains.kotlin.jvm:1.9.0"
8282
shadow = "com.github.johnrengelman.shadow:8.1.1"
8383
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.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

+1-1
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.5.0'
12+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.6.0'
1313
}
1414

1515
dependencyResolutionManagement {

0 commit comments

Comments
 (0)