This repository was archived by the owner on Jan 20, 2023. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" maven" )
3
3
id(" java" )
4
- id(" org.jetbrains.kotlin.jvm" ) version " 1.4.21 "
4
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.4.32 "
5
5
// その他補助系
6
- id(" org.jlleitschuh.gradle.ktlint" ) version " 9.4.1 "
6
+ id(" org.jlleitschuh.gradle.ktlint" ) version " 10.0.0 "
7
7
id(" jacoco" )
8
8
id(" com.github.ben-manes.versions" ) version " 0.28.0"
9
9
}
10
10
11
11
group = " com.mapk"
12
- version = " 0.0.19 "
12
+ version = " 0.20 "
13
13
14
14
java {
15
15
sourceCompatibility = JavaVersion .VERSION_1_8
@@ -22,7 +22,7 @@ repositories {
22
22
23
23
dependencies {
24
24
implementation(kotlin(" reflect" ))
25
- api(" com.github.ProjectMapK:Shared:0.19 " )
25
+ api(" com.github.ProjectMapK:Shared:0.20 " )
26
26
// 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly
27
27
compileOnly(group = " org.springframework" , name = " spring-jdbc" , version = " 5.3.2" ) {
28
28
exclude(module = " spring-beans" )
@@ -31,7 +31,7 @@ dependencies {
31
31
}
32
32
33
33
// 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 " ) {
35
35
exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
36
36
}
37
37
// https://mvnrepository.com/artifact/io.mockk/mockk
You can’t perform that action at this time.
0 commit comments