Skip to content

Commit d7e8bb3

Browse files
build(deps): bump ktorVersion from 3.4.0 to 3.4.1 in /app (#104)
Bumps `ktorVersion` from 3.4.0 to 3.4.1. Updates `io.ktor:ktor-client-core` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `io.ktor:ktor-client-websockets` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `io.ktor:ktor-client-okhttp` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-websockets dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17df864 commit d7e8bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ dependencies {
199199

200200
implementation("com.github.code-mc:material-icon-lib:1.1.5")
201201

202-
val ktorVersion = "3.4.0"
202+
val ktorVersion = "3.4.1"
203203
implementation("io.ktor:ktor-client-core:$ktorVersion")
204204
implementation("io.ktor:ktor-client-websockets:$ktorVersion")
205205
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")

0 commit comments

Comments
 (0)