Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit c8d6333

Browse files
build(deps): bump ktorVersion from 2.0.1 to 2.0.2 in /api-editor (#547)
Bumps `ktorVersion` from 2.0.1 to 2.0.2. Updates `ktor-serialization-kotlinx-json` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.0.1...2.0.2) Updates `ktor-server` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.0.1...2.0.2) Updates `ktor-server-netty` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.0.1...2.0.2) Updates `ktor-server-test-host` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.0.1...2.0.2) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b8fe39 commit c8d6333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-editor/backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tasks.withType<KotlinCompile> {
2828

2929
// Dependencies --------------------------------------------------------------------------------------------------------
3030

31-
val ktorVersion = "2.0.1"
31+
val ktorVersion = "2.0.2"
3232

3333
dependencies {
3434
implementation("ch.qos.logback:logback-classic:1.2.11")

0 commit comments

Comments
 (0)