Skip to content

Commit 9742697

Browse files
chore(deps): Update gradle and github actions
1 parent 6b571f8 commit 9742697

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
publishing_branch_regex: "main"
2626
gradle_warning_mode: "all"
2727
- name: "setup / login to ghcr"
28-
uses: "docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121" # v4.1.0
28+
uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4.6.0
2929
with:
3030
registry: "ghcr.io"
3131
username: "${{ github.actor }}"

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
adventure = "5.1.1"
3-
kotlin = "2.3.21"
3+
kotlin = "2.4.10"
44
ktlint = "1.8.0"
55
ktor = "3.4.0"
66

77
[plugins]
88
indra-git = { id = "net.kyori.indra.git", version = "4.0.0" }
9-
jib = { id = "com.google.cloud.tools.jib", version = "3.5.3" }
9+
jib = { id = "com.google.cloud.tools.jib", version = "3.5.4" }
1010
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
1111
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
12-
spotless = { id = "com.diffplug.spotless", version = "8.5.1" }
12+
spotless = { id = "com.diffplug.spotless", version = "8.9.0" }
1313

1414
[libraries]
1515
adventure-minimessage = { group = "net.kyori", name = "adventure-text-minimessage", version.ref = "adventure" }

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-9.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
retries=0
55
retryBackOffMs=500
66
networkTimeout=10000

0 commit comments

Comments
 (0)