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 c5da203 + 10d1512 commit fe0485dCopy full SHA for fe0485d
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- kotlin("jvm") version "1.5.32"
+ kotlin("jvm") version "1.7.0-RC2"
3
java
4
id("io.spring.dependency-management") version "1.0.11.RELEASE"
5
}
@@ -30,7 +30,7 @@ dependencies {
30
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
31
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
32
// https://mvnrepository.com/artifact/io.mockk/mockk
33
- testImplementation("io.mockk:mockk:1.12.2")
+ testImplementation("io.mockk:mockk:1.12.4")
34
35
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml")
36
0 commit comments