Skip to content

Commit dd8b7a7

Browse files
authored
Merge pull request #310 from ProjectMapK/mockk
Update dependencies
2 parents eb5e292 + 5e03430 commit dd8b7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations
1414
# test libs
1515
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
1616
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
17-
mockk = "io.mockk:mockk:1.14.0"
17+
mockk = "io.mockk:mockk:1.14.2"
1818
jackson-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }
1919
jackson-csv = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-csv", version.ref = "jackson" }
2020
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" }
2121

2222
[plugins]
23-
kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.1" }
23+
kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.2" }

0 commit comments

Comments
 (0)