Skip to content

Commit

Permalink
Chore(deps): Bump io.ktor:ktor-server-cors from 2.3.11 to 2.3.12
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-cors](https://github.com/ktorio/ktor) from 2.3.11 to 2.3.12.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.11...2.3.12)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-cors
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 197ec1a commit cffd434
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 @@ -21,7 +21,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("io.ktor:ktor-server-core:2.3.11") {exclude("org.slf4j")}
implementation("io.ktor:ktor-server-netty:2.3.11") {exclude("org.slf4j")}
implementation("io.ktor:ktor-server-cors:2.3.11") {exclude("org.slf4j")}
implementation("io.ktor:ktor-server-cors:2.3.12") {exclude("org.slf4j")}
implementation("io.ktor:ktor-features:1.6.8") {exclude("org.slf4j")}
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.11") {exclude("org.slf4j")}
implementation("io.ktor:ktor-server-content-negotiation:2.3.11") {exclude("org.slf4j")}
Expand Down

0 comments on commit cffd434

Please sign in to comment.