Skip to content

Commit 024ff70

Browse files
Bump io.ktor:ktor-client-content-negotiation from 3.3.3 to 3.4.0
Bumps [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.3.3...3.4.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e51a21 commit 024ff70

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ buildscript {
2626
classpath("org.eclipse.jgit:org.eclipse.jgit.ssh.apache:7.4.0.202509020913-r")
2727
classpath("org.kohsuke:github-api:1.305")
2828

29-
classpath("io.ktor:ktor-client-core:3.3.3")
30-
classpath("io.ktor:ktor-client-cio:3.3.3")
31-
classpath("io.ktor:ktor-client-auth:3.3.3")
32-
classpath("io.ktor:ktor-client-content-negotiation:3.3.3")
33-
classpath("io.ktor:ktor-serialization-kotlinx-json:3.3.3")
29+
classpath("io.ktor:ktor-client-core:3.4.0")
30+
classpath("io.ktor:ktor-client-cio:3.4.0")
31+
classpath("io.ktor:ktor-client-auth:3.4.0")
32+
classpath("io.ktor:ktor-client-content-negotiation:3.4.0")
33+
classpath("io.ktor:ktor-serialization-kotlinx-json:3.4.0")
3434

3535
// This comes from the changelog plugin
3636
// classpath("org.jetbrains:markdown:0.3.1")

scripts/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ dependencies {
2626
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
2727
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2828

29-
implementation("io.ktor:ktor-client-core:3.3.3")
30-
implementation("io.ktor:ktor-client-cio:3.3.3")
31-
implementation("io.ktor:ktor-client-content-negotiation:3.3.3")
32-
implementation("io.ktor:ktor-serialization-kotlinx-json:3.3.3")
33-
implementation("io.ktor:ktor-client-auth:3.3.3")
29+
implementation("io.ktor:ktor-client-core:3.4.0")
30+
implementation("io.ktor:ktor-client-cio:3.4.0")
31+
implementation("io.ktor:ktor-client-content-negotiation:3.4.0")
32+
implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.0")
33+
implementation("io.ktor:ktor-client-auth:3.4.0")
3434
implementation("org.eclipse.jgit:org.eclipse.jgit:6.6.0.202305301015-r")
3535

3636
// This is needed for jgit to connect to ssh

0 commit comments

Comments
 (0)