Skip to content

Commit fe0485d

Browse files
authored
Merge pull request #9 from ProjectMapK/ver-up
Ver up.
2 parents c5da203 + 10d1512 commit fe0485d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.5.32"
2+
kotlin("jvm") version "1.7.0-RC2"
33
java
44
id("io.spring.dependency-management") version "1.0.11.RELEASE"
55
}
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
3131
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
3232
// https://mvnrepository.com/artifact/io.mockk/mockk
33-
testImplementation("io.mockk:mockk:1.12.2")
33+
testImplementation("io.mockk:mockk:1.12.4")
3434

3535
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml")
3636
}

0 commit comments

Comments
 (0)