Skip to content

Commit 1ca09ca

Browse files
chore(deps): Update gradle and github actions
1 parent d02c56f commit 1ca09ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: "setup env"
1818
id: "setup"
19-
uses: "KyoriPowered/ci-cookbook/actions/setup-java-env@e77e68e0bee07333adf9ea66f8da5fa1e1363003" # 2025.10.17
19+
uses: "KyoriPowered/ci-cookbook/actions/setup-java-env@f0bee699f7f8d92eb9e102ebb6b4ca7576a23b36" # 2025.12.13
2020
with:
2121
runtime_version: 21
2222
publishing_branch_regex: "main"

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: "setup env"
2121
id: "setup"
22-
uses: "KyoriPowered/ci-cookbook/actions/setup-java-env@e77e68e0bee07333adf9ea66f8da5fa1e1363003" # 2025.10.17
22+
uses: "KyoriPowered/ci-cookbook/actions/setup-java-env@f0bee699f7f8d92eb9e102ebb6b4ca7576a23b36" # 2025.12.13
2323
with:
2424
runtime_version: 21
2525
publishing_branch_regex: "main"

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
adventure = "4.24.0"
3-
kotlin = "2.2.20"
3+
kotlin = "2.2.21"
44
ktlint = "1.7.0"
55
ktor = "3.2.3"
66

77
[plugins]
88
indra-git = { id = "net.kyori.indra.git", version = "3.2.0" }
9-
jib = { id = "com.google.cloud.tools.jib", version = "3.4.5" }
9+
jib = { id = "com.google.cloud.tools.jib", version = "3.5.2" }
1010
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
1111
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
1212
spotless = { id = "com.diffplug.spotless", version = "7.2.1" }

0 commit comments

Comments
 (0)