Skip to content

Commit

Permalink
Bump io.ktor:ktor-server-netty from 3.0.1 to 3.0.2 in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor).


Updates `io.ktor:ktor-server-netty` 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](ktorio/ktor@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wadoon committed Dec 9, 2024
1 parent 17e4ce1 commit 6f7b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniweb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val ktor_version = "1.6.7"

dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("io.ktor:ktor-server-netty:3.0.1")
implementation("io.ktor:ktor-server-netty:3.0.2")
implementation("io.ktor:ktor-html-builder:1.6.8")
implementation("io.github.microutils:kotlin-logging:4.0.0-beta-2")
implementation("org.slf4j:slf4j-simple:2.0.16")
Expand Down

0 comments on commit 6f7b7f1

Please sign in to comment.