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

Commit af5138e

Browse files
author
wrongwrong
committed
spring-jdbcのアップデート
1 parent 223c551 commit af5138e

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
@@ -35,7 +35,7 @@ dependencies {
3535
implementation(kotlin("reflect"))
3636
api("com.github.ProjectMapK:Shared:0.19")
3737
// 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly
38-
compileOnly(group = "org.springframework", name = "spring-jdbc", version = "5.2.7.RELEASE") {
38+
compileOnly(group = "org.springframework", name = "spring-jdbc", version = "5.3.2") {
3939
exclude(module = "spring-beans")
4040
exclude(module = "spring-jcl")
4141
exclude(module = "spring-tx")

0 commit comments

Comments
 (0)