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

Commit 44d0f28

Browse files
committed
バージョンアップ
1 parent 885afd3 commit 44d0f28

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

build.gradle.kts

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

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

1313
repositories {
1414
mavenCentral()
@@ -18,12 +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.0") {
21+
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.7.1") {
2222
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
2323
}
24-
testImplementation("io.mockk:mockk:1.10.3-jdk8")
25-
26-
jmhImplementation(group = "org.openjdk.jmh", name = "jmh-core", version = "1.26")
24+
testImplementation("io.mockk:mockk:1.11.0")
2725
}
2826

2927
tasks {

0 commit comments

Comments
 (0)