This repository was archived by the owner on Jan 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" maven" )
3
- kotlin(" jvm" ) version " 1.4.21 "
3
+ kotlin(" jvm" ) version " 1.4.32 "
4
4
// プロダクションコード以外
5
- id(" org.jlleitschuh.gradle.ktlint" ) version " 9.4.1 "
5
+ id(" org.jlleitschuh.gradle.ktlint" ) version " 10.0.0 "
6
6
id(" jacoco" )
7
- id(" me.champeau.gradle.jmh" ) version " 0.5.2 "
7
+ id(" me.champeau.gradle.jmh" ) version " 0.5.3 "
8
8
}
9
9
10
10
group = " com.mapk"
11
- version = " 0.1.3 "
11
+ version = " 0.1.4 "
12
12
13
13
repositories {
14
14
mavenCentral()
@@ -18,12 +18,10 @@ dependencies {
18
18
implementation(kotlin(" reflect" ))
19
19
20
20
// 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 " ) {
22
22
exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
23
23
}
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" )
27
25
}
28
26
29
27
tasks {
You can’t perform that action at this time.
0 commit comments