Skip to content

Commit

Permalink
chore(deps): bump io.ktor:ktor-server-default-headers in /appengine/ktor
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-default-headers](https://github.com/ktorio/ktor) from 2.3.9 to 3.0.3.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.9...3.0.3)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-default-headers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent fabbf5b commit c75868c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation("io.ktor:ktor-server-servlet")
implementation("io.ktor:ktor-server-html-builder")
implementation("io.ktor:ktor-server-call-logging:2.3.9")
implementation("io.ktor:ktor-server-default-headers:2.3.9")
implementation("io.ktor:ktor-server-default-headers:3.0.3")
implementation("com.google.cloud:google-cloud-logging-logback:0.131.3-alpha")

runtimeOnly("com.google.appengine:appengine:1.9.98")
Expand Down

0 comments on commit c75868c

Please sign in to comment.