Skip to content

Commit 4428890

Browse files
dependabot[bot]orange-buffalo
authored andcommitted
build(deps): Bump io.ktor:ktor-client-core from 3.4.1 to 3.4.2
Bumps [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) from 3.4.1 to 3.4.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-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25b0c2f commit 4428890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ repositories {
99
dependencies {
1010
implementation("com.github.javaparser:javaparser-core:3.28.0")
1111
implementation("com.squareup:kotlinpoet:2.3.0")
12-
implementation("io.ktor:ktor-client-core:3.4.1")
13-
implementation("io.ktor:ktor-client-cio:3.4.1")
12+
implementation("io.ktor:ktor-client-core:3.4.2")
13+
implementation("io.ktor:ktor-client-cio:3.4.2")
1414

1515
testImplementation("io.kotest:kotest-runner-junit5:6.1.9")
1616
testImplementation("io.kotest:kotest-assertions-core:6.1.9")

0 commit comments

Comments
 (0)