Skip to content

Commit 6ad1a6c

Browse files
valfirstSrinivasanTarget
authored andcommitted
Update dependencies (#1032)
* Upgrade to com.google.code.gson:gson:2.8.5 * Upgrade to org.apache.httpcomponents:httpclient:4.5.6 * Upgrade to cglib:cglib:3.2.8 * Upgrade to org.apache.commons:commons-lang3:3.8 * Upgrade to org.springframework:spring-context:5.1.0.RELEASE * Upgrade to io.github.bonigarcia:webdrivermanager:3.0.0
1 parent 02aa5d5 commit 6ad1a6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ dependencies {
6767
compile ("org.seleniumhq.selenium:selenium-api:${project.property('selenium.version')}") {
6868
force = true
6969
}
70-
compile 'com.google.code.gson:gson:2.8.4'
71-
compile 'org.apache.httpcomponents:httpclient:4.5.5'
72-
compile 'cglib:cglib:3.2.6'
70+
compile 'com.google.code.gson:gson:2.8.5'
71+
compile 'org.apache.httpcomponents:httpclient:4.5.6'
72+
compile 'cglib:cglib:3.2.8'
7373
compile 'commons-validator:commons-validator:1.6'
74-
compile 'org.apache.commons:commons-lang3:3.7'
74+
compile 'org.apache.commons:commons-lang3:3.8'
7575
compile 'commons-io:commons-io:2.6'
76-
compile 'org.springframework:spring-context:5.0.5.RELEASE'
76+
compile 'org.springframework:spring-context:5.1.0.RELEASE'
7777
compile 'org.aspectj:aspectjweaver:1.9.1'
7878
compile 'org.slf4j:slf4j-api:1.7.25'
7979

8080
testCompile 'junit:junit:4.12'
8181
testCompile 'org.hamcrest:hamcrest-library:1.3'
82-
testCompile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '2.2.1') {
82+
testCompile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '3.0.0') {
8383
exclude group: 'org.seleniumhq.selenium'
8484
}
8585
}

0 commit comments

Comments
 (0)