Commit 460ec6a3a08f9a14bc77d6468810c8e187693530
1 parent
bfdbb991
Exists in
master
and in
2 other branches
1.update jdbc version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
build.gradle
... | ... | @@ -19,7 +19,7 @@ mainClassName = 'com.taover.repository.UtilsString' |
19 | 19 | |
20 | 20 | dependencies { |
21 | 21 | compile("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final") |
22 | - compile('org.springframework:spring-jdbc:4.3.9.RELEASE') | |
22 | + compile('org.springframework:spring-jdbc:5.1.9.RELEAS') | |
23 | 23 | compile('mysql:mysql-connector-java:5.1.47') |
24 | 24 | } |
25 | 25 | ... | ... |