File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
}
58
58
59
59
implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.4.0" )
60
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 " )
60
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0 " )
61
61
62
62
testImplementation(" org.junit.jupiter:junit-jupiter-engine:$jupiterVersion " )
63
63
testImplementation(" io.vertx:vertx-junit5:$vertxVersion " )
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
59
59
testImplementation(" org.mockito:mockito-core:4.+" )
60
60
61
61
implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.4.0" )
62
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 " )
62
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0 " )
63
63
}
64
64
65
65
tasks {
You can’t perform that action at this time.
0 commit comments