Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit fc61b35

Browse files
committed
依存の更新
1 parent 50b6531 commit fc61b35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
plugins {
22
id("maven")
3-
kotlin("jvm") version "1.4.32"
3+
kotlin("jvm") version "1.5.21"
44
// プロダクションコード以外
5-
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
5+
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
66
id("jacoco")
77
id("me.champeau.gradle.jmh") version "0.5.3"
88
}
99

1010
group = "com.mapk"
11-
version = "0.1.4"
11+
version = "0.1.5"
1212

1313
repositories {
1414
mavenCentral()
@@ -18,10 +18,10 @@ dependencies {
1818
implementation(kotlin("reflect"))
1919

2020
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
21-
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.7.1") {
21+
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.7.2") {
2222
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
2323
}
24-
testImplementation("io.mockk:mockk:1.11.0")
24+
testImplementation("io.mockk:mockk:1.12.0")
2525
}
2626

2727
tasks {

0 commit comments

Comments
 (0)