Skip to content

Commit aacef52

Browse files
chore(deps): Update build deps and github actions
1 parent dd8b471 commit aacef52

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

1515
dependencyResolutionManagement {

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ junit="5.12.0"
1010
ktlint="0.49.1"
1111
ktfmt="0.54"
1212
pmd = "7.11.0"
13-
spotless = "7.0.2"
13+
spotless = "7.0.3"
1414

1515
[libraries]
1616
# Shared
@@ -74,10 +74,10 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
7474
zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
7575

7676
[plugins]
77-
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.12.2.1"
77+
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.13.1"
7878
detekt = "io.gitlab.arturbosch.detekt:1.23.8"
7979
dokka = "org.jetbrains.dokka:1.9.20"
80-
gitPublish = "org.ajoberstar.git-publish:5.1.0"
80+
gitPublish = "org.ajoberstar.git-publish:5.1.1"
8181
gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "1.1.2" }
8282
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
8383
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }

settings.gradle

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

1212
plugins {
13-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
13+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
1414
}
1515

1616
dependencyResolutionManagement {

0 commit comments

Comments
 (0)