Skip to content

Commit

Permalink
Bump io.ktor:ktor-server-netty from 2.2.2 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.2.2...2.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent 697c3c9 commit 94146c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation("org.reflections:reflections:0.10.2") // only used while initializing

// testing
testImplementation("io.ktor:ktor-server-netty:2.2.2")
testImplementation("io.ktor:ktor-server-netty:2.3.0")
testImplementation("io.ktor:ktor-server-core:2.2.2")
testImplementation("io.ktor:ktor-server-test-host:2.2.3")
testImplementation("io.ktor:ktor-server-auth:2.2.2")
Expand Down

0 comments on commit 94146c1

Please sign in to comment.