Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Update dependency io.ktor:ktor-server-default-headers-jvm to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2023
1 parent 5523aad commit 09bd138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("io.ktor:ktor-client-java:2.3.0")
implementation("io.ktor:ktor-server-core-jvm:2.2.4")
implementation("io.ktor:ktor-server-netty-jvm:2.2.4")
implementation("io.ktor:ktor-server-default-headers-jvm:2.2.4")
implementation("io.ktor:ktor-server-default-headers-jvm:2.3.2")
implementation("io.ktor:ktor-server-status-pages-jvm:2.2.4")
implementation("net.dv8tion:JDA:5.0.0-beta.10") {
exclude(module = "opus-java")
Expand Down

0 comments on commit 09bd138

Please sign in to comment.