Skip to content

Commit

Permalink
chore(deps): bump io.ktor:ktor-server-netty from 2.3.10 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-netty](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-server-netty
  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 95a9130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdfc-orchestrator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation("io.ktor:ktor-client-core:2.3.10")
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")
implementation("io.ktor:ktor-server-netty:3.0.1")
testImplementation("io.ktor:ktor-client-mock:2.3.10")

// RDF dependencies
Expand Down

0 comments on commit 95a9130

Please sign in to comment.