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

Commit 4ba7507

Browse files
author
wrongwrong
committed
test用のspring-jdbcをアップデート
1 parent c217264 commit 4ba7507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testImplementation("io.mockk:mockk:1.10.3-jdk8")
5050

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

0 commit comments

Comments
 (0)