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 37d844f commit 7484fc2Copy full SHA for 7484fc2
build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
implementation "io.ktor:ktor-server-auth:2.3.12"
49
implementation "io.ktor:ktor-server-auth-jwt:2.3.11"
50
implementation "io.ktor:ktor-server-sessions-jvm:2.3.5"
51
- implementation "io.ktor:ktor-serialization-jackson:2.3.10"
+ implementation "io.ktor:ktor-serialization-jackson:2.3.12"
52
implementation "io.ktor:ktor-client-apache-jvm:2.3.12"
53
54
implementation "org.apache.poi:poi-ooxml:5.2.5"
0 commit comments