diff --git a/build.gradle b/build.gradle index 3df354237..cc5f44403 100644 --- a/build.gradle +++ b/build.gradle @@ -67,18 +67,18 @@ dependencies { force = true } compile 'com.google.code.gson:gson:2.8.5' - compile 'org.apache.httpcomponents:httpclient:4.5.6' - compile 'cglib:cglib:3.2.8' + compile 'org.apache.httpcomponents:httpclient:4.5.7' + compile 'cglib:cglib:3.2.10' compile 'commons-validator:commons-validator:1.6' - compile 'org.apache.commons:commons-lang3:3.8' + compile 'org.apache.commons:commons-lang3:3.8.1' compile 'commons-io:commons-io:2.6' - compile 'org.springframework:spring-context:5.1.0.RELEASE' - compile 'org.aspectj:aspectjweaver:1.9.1' + compile 'org.springframework:spring-context:5.1.4.RELEASE' + compile 'org.aspectj:aspectjweaver:1.9.2' compile 'org.slf4j:slf4j-api:1.7.25' testCompile 'junit:junit:4.12' testCompile 'org.hamcrest:hamcrest-library:1.3' - testCompile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '3.0.0') { + testCompile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '3.2.0') { exclude group: 'org.seleniumhq.selenium' } }