Skip to content

Commit 5676ccf

Browse files
Bump io.ktor:ktor-server-netty from 2.3.5 to 2.3.8
Bumps [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) from 2.3.5 to 2.3.8. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.8) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10ad216 commit 5676ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inngest-test-server/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2626

2727
implementation("io.ktor:ktor-server-core:2.3.5")
28-
implementation("io.ktor:ktor-server-netty:2.3.5")
28+
implementation("io.ktor:ktor-server-netty:2.3.8")
2929
implementation("com.fasterxml.jackson.core:jackson-annotations:2.16.1")
3030
}
3131

0 commit comments

Comments
 (0)