We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ad216 commit 5676ccfCopy full SHA for 5676ccf
inngest-test-server/build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
26
27
implementation("io.ktor:ktor-server-core:2.3.5")
28
- implementation("io.ktor:ktor-server-netty:2.3.5")
+ implementation("io.ktor:ktor-server-netty:2.3.8")
29
implementation("com.fasterxml.jackson.core:jackson-annotations:2.16.1")
30
}
31
0 commit comments