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.
2 parents 78141cd + 68af6c6 commit 09d41b3Copy full SHA for 09d41b3
gradle/libs.versions.toml
@@ -16,7 +16,7 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
16
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
17
junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
18
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
19
-mockk = "io.mockk:mockk:1.13.16"
+mockk = "io.mockk:mockk:1.13.17"
20
jackson-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }
21
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" }
22
0 commit comments