diff --git a/build.gradle b/build.gradle index 7b69902..820c037 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ mainClassName = 'com.taover.repository.UtilsString' dependencies { compile("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final") - compile('org.springframework:spring-jdbc:4.3.9.RELEASE') + compile('org.springframework:spring-jdbc:5.1.9.RELEAS') compile('mysql:mysql-connector-java:5.1.47') } -- libgit2 0.21.2