Skip to content

Commit 6b571f8

Browse files
committed
chore: update deps
1 parent 9f43339 commit 6b571f8

3 files changed

Lines changed: 9 additions & 7 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@c94ce9fb468520275223c153574b00df6fe4bcc9" # v3.7.0
28+
uses: "docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121" # v4.1.0
2929
with:
3030
registry: "ghcr.io"
3131
username: "${{ github.actor }}"

gradle/libs.versions.toml

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

@@ -9,15 +9,15 @@ indra-git = { id = "net.kyori.indra.git", version = "4.0.0" }
99
jib = { id = "com.google.cloud.tools.jib", version = "3.5.3" }
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.2.1" }
12+
spotless = { id = "com.diffplug.spotless", version = "8.5.1" }
1313

1414
[libraries]
1515
adventure-minimessage = { group = "net.kyori", name = "adventure-text-minimessage", version.ref = "adventure" }
1616
adventure-text-serializer-gson = { group = "net.kyori", name = "adventure-text-serializer-gson", version.ref = "adventure" }
1717
adventure-text-serializer-legacy = { group = "net.kyori", name = "adventure-text-serializer-legacy", version.ref = "adventure" }
1818
cache4k = { group = "io.github.reactivecircus.cache4k", name = "cache4k", version = "0.14.0" }
1919
kotlinx-html = { group = "org.jetbrains.kotlinx", name = "kotlinx-html", version = "0.12.0" }
20-
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.10.0" }
20+
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.11.0" }
2121
ktor-server-core = { group = "io.ktor", name = "ktor-server-core", version.ref = "ktor" }
2222
ktor-server-netty = { group = "io.ktor", name = "ktor-server-netty", version.ref = "ktor" }
2323
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
@@ -26,7 +26,7 @@ ktor-server-websockets = { group = "io.ktor", name = "ktor-server-websockets", v
2626
ktor-server-caching-headers = { group = "io.ktor", name = "ktor-server-caching-headers", version.ref = "ktor" }
2727
ktor-server-compression = { group = "io.ktor", name = "ktor-server-compression", version.ref = "ktor" }
2828
ktor-network = { group = "io.ktor", name = "ktor-network", version.ref = "ktor" }
29-
logback-classic = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.28" }
29+
logback-classic = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.32" }
3030

3131
zKtlint = { group = "com.pinterest.ktlint", name = "ktlint-cli", version.ref = "ktlint"}
3232

gradle/wrapper/gradle-wrapper.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
4+
retries=0
5+
retryBackOffMs=500
46
networkTimeout=10000
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)