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 +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" maven" )
33 id(" java" )
4- id(" org.jetbrains.kotlin.jvm" ) version " 1.4.21 "
4+ id(" org.jetbrains.kotlin.jvm" ) version " 1.4.32 "
55 // その他補助系
6- id(" org.jlleitschuh.gradle.ktlint" ) version " 9.4.1 "
6+ id(" org.jlleitschuh.gradle.ktlint" ) version " 10.0.0 "
77 id(" jacoco" )
88 id(" com.github.ben-manes.versions" ) version " 0.28.0"
99}
1010
1111group = " com.mapk"
12- version = " 0.0.19 "
12+ version = " 0.20 "
1313
1414java {
1515 sourceCompatibility = JavaVersion .VERSION_1_8
@@ -22,7 +22,7 @@ repositories {
2222
2323dependencies {
2424 implementation(kotlin(" reflect" ))
25- api(" com.github.ProjectMapK:Shared:0.19 " )
25+ api(" com.github.ProjectMapK:Shared:0.20 " )
2626 // 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly
2727 compileOnly(group = " org.springframework" , name = " spring-jdbc" , version = " 5.3.2" ) {
2828 exclude(module = " spring-beans" )
@@ -31,7 +31,7 @@ dependencies {
3131 }
3232
3333 // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
34- testImplementation(group = " org.junit.jupiter" , name = " junit-jupiter" , version = " 5.7.0 " ) {
34+ testImplementation(group = " org.junit.jupiter" , name = " junit-jupiter" , version = " 5.7.1 " ) {
3535 exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
3636 }
3737 // https://mvnrepository.com/artifact/io.mockk/mockk
You can’t perform that action at this time.
0 commit comments