diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 35d45fad..f4128c78 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { project.ext { springFrameworkVersion = '5.0.4.RELEASE' - springSecurityVersion = '5.0.2.RELEASE' + springSecurityVersion = '5.0.3.RELEASE' jacksonVersion = '2.9.4' slf4jVersion = '1.7.25' logbackVersion = '1.2.3' @@ -70,7 +70,7 @@ dependencies { testCompile "org.hamcrest:hamcrest-all:${hamcrestVersion}" testCompile "org.mockito:mockito-core:${mockitoVersion}" testRuntime "mysql:mysql-connector-java:5.1.40" - testRuntime "org.postgresql:postgresql:42.1.3" + testRuntime "org.postgresql:postgresql:42.2.1" } compileJava.options.encoding = 'UTF-8' |