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

Commit 67d2f59

Browse files
committed
一応アップデート
1 parent e867ff9 commit 67d2f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation(kotlin("reflect"))
3636
api("com.github.ProjectMapK:Shared:0.16")
3737
// 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly
38-
compileOnly(group = "org.springframework", name = "spring-jdbc", version = "5.2.4.RELEASE") {
38+
compileOnly(group = "org.springframework", name = "spring-jdbc", version = "5.2.7.RELEASE") {
3939
exclude(module = "spring-beans")
4040
exclude(module = "spring-jcl")
4141
exclude(module = "spring-tx")
@@ -49,13 +49,13 @@ dependencies {
4949
testImplementation("io.mockk:mockk:1.10.0")
5050

5151
// テスト時には無いと困るため、別口でimplementation
52-
testImplementation(group = "org.springframework", name = "spring-jdbc", version = "5.2.4.RELEASE")
52+
testImplementation(group = "org.springframework", name = "spring-jdbc", version = "5.2.7.RELEASE")
5353
// https://mvnrepository.com/artifact/com.h2database/h2
5454
testImplementation(group = "com.h2database", name = "h2", version = "1.4.200")
5555

5656
// 現状プロパティ名の変換はテストでしか使っていないのでtestImplementation
5757
// https://mvnrepository.com/artifact/com.google.guava/guava
58-
testImplementation(group = "com.google.guava", name = "guava", version = "28.2-jre")
58+
testImplementation(group = "com.google.guava", name = "guava", version = "29.0-jre")
5959
}
6060

6161
tasks {

0 commit comments

Comments
 (0)