Skip to content

Commit

Permalink
chore(deps): bump io.ktor:ktor-client-core from 2.3.10 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) from 2.3.10 to 3.0.1.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...3.0.1)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent ada0f81 commit 7686528
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rdfc-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin { jvmToolchain(jdkVersion.toInt()) }

dependencies {
// HTTP dependency
implementation("io.ktor:ktor-client-core:2.3.10")
implementation("io.ktor:ktor-client-core:3.0.1")

// Kotlin extensions
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
Expand Down
2 changes: 1 addition & 1 deletion rdfc-intermediate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation(project(":rdfc-core"))

// URL encoding
implementation("io.ktor:ktor-client-core:2.3.10")
implementation("io.ktor:ktor-client-core:3.0.1")

// KTest
testImplementation(kotlin("test"))
Expand Down
2 changes: 1 addition & 1 deletion rdfc-orchestrator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("com.google.protobuf:protobuf-kotlin:4.27.1")

// HTTP dependencies
implementation("io.ktor:ktor-client-core:2.3.10")
implementation("io.ktor:ktor-client-core:3.0.1")
implementation("io.ktor:ktor-client-cio:2.3.10")
implementation("io.ktor:ktor-server-core:2.3.10")
implementation("io.ktor:ktor-server-netty:2.3.10")
Expand Down
2 changes: 1 addition & 1 deletion rdfc-parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("org.apache.jena:jena-shacl:5.0.0")

// URL encoding
implementation("io.ktor:ktor-client-core:2.3.10")
implementation("io.ktor:ktor-client-core:3.0.1")

// KTest
testImplementation(kotlin("test"))
Expand Down

0 comments on commit 7686528

Please sign in to comment.