diff --git a/build.gradle b/build.gradle index 831410dae3f..ef655683966 100644 --- a/build.gradle +++ b/build.gradle @@ -157,8 +157,8 @@ compileJava { dependencies { compile group: 'cobra', name: 'cobra', version:'0.98.4-pcgen' compile group: 'commons-io', name: 'commons-io', version:'2.6' - compile group: 'org.springframework', name: 'spring-core', version:'5.0.2.RELEASE' - compile group: 'org.springframework', name: 'spring-beans', version:'5.0.2.RELEASE' + compile group: 'org.springframework', name: 'spring-core', version:'5.0.3.RELEASE' + compile group: 'org.springframework', name: 'spring-beans', version:'5.0.3.RELEASE' compile group: 'skinlf', name: 'skinlf', version: '1.2.3' compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.7' compile group: 'org.apache.xmlgraphics', name: 'fop', version:'2.2'