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

Commit

Permalink
build(deps): Bump ktorVersion from 2.3.4 to 2.3.5 in /api-editor
Browse files Browse the repository at this point in the history
Bumps `ktorVersion` from 2.3.4 to 2.3.5.

Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.4...2.3.5)

Updates `io.ktor:ktor-server` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.4...2.3.5)

Updates `io.ktor:ktor-server-netty` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.4...2.3.5)

Updates `io.ktor:ktor-server-test-host` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.4...2.3.5)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 8068e52 commit debee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-editor/backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks.withType<ShadowJar> {

// Dependencies --------------------------------------------------------------------------------------------------------

val ktorVersion = "2.3.4"
val ktorVersion = "2.3.5"

dependencies {
implementation("ch.qos.logback:logback-classic:1.4.8")
Expand Down

0 comments on commit debee47

Please sign in to comment.