Skip to content

Commit 7f2b094

Browse files
dependabot[bot]Zxilly
authored andcommitted
build(deps): bump ktorVersion from 3.0.1 to 3.0.2 in /app
Bumps `ktorVersion` from 3.0.1 to 3.0.2. Updates `io.ktor:ktor-client-core` from 3.0.1 to 3.0.2 - [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.0.1 to 3.0.2 - [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.0.1 to 3.0.2 - [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-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-websockets dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5809e1a commit 7f2b094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

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

206206
implementation("com.github.code-mc:material-icon-lib:1.1.5")
207207

208-
val ktorVersion = "3.0.1"
208+
val ktorVersion = "3.0.2"
209209
implementation("io.ktor:ktor-client-core:$ktorVersion")
210210
implementation("io.ktor:ktor-client-websockets:$ktorVersion")
211211
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")

0 commit comments

Comments
 (0)