We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1042e3e commit b02ba91Copy full SHA for b02ba91
1 file changed
kotlin-asyncapi-examples/kotlin-asyncapi-ktor-example/pom.xml
@@ -19,7 +19,7 @@
19
<properties>
20
<java.version>17</java.version>
21
<kotlin.version>2.2.0</kotlin.version>
22
- <ktor.version>3.1.3</ktor.version>
+ <ktor.version>3.2.3</ktor.version>
23
<logback.version>1.5.18</logback.version>
24
<slf4j.version>2.0.17</slf4j.version>
25
<main.class>com.asyncapi.kotlinasyncapi.example.ktor.ExampleApplicationKt</main.class>
0 commit comments