File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ dependencies {
21
21
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2" )
22
22
23
23
// Ktor dependencies
24
- implementation(" io.ktor:ktor-server-core:1.6.8 " )
25
- implementation(" io.ktor:ktor-server-netty:1.6.8 " )
24
+ implementation(" io.ktor:ktor-server-core:3.2.3 " )
25
+ implementation(" io.ktor:ktor-server-netty:3.2.3 " )
26
26
implementation(" io.ktor:ktor-jackson:1.6.8" )
27
27
28
28
// Add Logback as the SLF4J implementation
@@ -33,7 +33,7 @@ dependencies {
33
33
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.8.2" )
34
34
35
35
// Ktor testing dependencies
36
- testImplementation(" io.ktor:ktor-server-test-host:1.6.8 " )
36
+ testImplementation(" io.ktor:ktor-server-test-host:3.2.3 " )
37
37
38
38
// Add MockK for Kotlin-native mocking
39
39
testImplementation(" io.mockk:mockk:1.13.5" )
You can’t perform that action at this time.
0 commit comments