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 11plugins {
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
1010group = " com.mapk"
11- version = " 0.1.3 "
11+ version = " 0.1.4 "
1212
1313repositories {
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
2927tasks {
You can’t perform that action at this time.
0 commit comments