From 0aae203008e28b566806c380024d25fff3c65f36 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Thu, 31 Jan 2019 23:54:12 +0300 Subject: [PATCH 1/6] Upgrade to org.apache.httpcomponents:httpclient:4.5.7 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3df354237..5508f27ce 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ dependencies { force = true } compile 'com.google.code.gson:gson:2.8.5' - compile 'org.apache.httpcomponents:httpclient:4.5.6' + compile 'org.apache.httpcomponents:httpclient:4.5.7' compile 'cglib:cglib:3.2.8' compile 'commons-validator:commons-validator:1.6' compile 'org.apache.commons:commons-lang3:3.8' From 1e7047be5d054748f9cf0149dd051fda5d2c30b2 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Thu, 31 Jan 2019 23:55:40 +0300 Subject: [PATCH 2/6] Upgrade to cglib:cglib:3.2.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5508f27ce..3008de67b 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { } compile 'com.google.code.gson:gson:2.8.5' compile 'org.apache.httpcomponents:httpclient:4.5.7' - compile 'cglib:cglib:3.2.8' + compile 'cglib:cglib:3.2.10' compile 'commons-validator:commons-validator:1.6' compile 'org.apache.commons:commons-lang3:3.8' compile 'commons-io:commons-io:2.6' From e232cc7beafae416c2e760aa22b60a6d889afbec Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Thu, 31 Jan 2019 23:58:55 +0300 Subject: [PATCH 3/6] Upgrade to org.apache.commons:commons-lang3:3.8.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3008de67b..e0f0e77d1 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { 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' From fe59ac2a3c72d2dacc6578561a6487ec3e01ff0b Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Fri, 1 Feb 2019 00:00:59 +0300 Subject: [PATCH 4/6] Upgrade to org.springframework:spring-context:5.1.4.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e0f0e77d1..c248c4309 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { compile 'commons-validator:commons-validator:1.6' 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.springframework:spring-context:5.1.4.RELEASE' compile 'org.aspectj:aspectjweaver:1.9.1' compile 'org.slf4j:slf4j-api:1.7.25' From dda0e7ad100dad15d09339acf8e42a2d9c2a5c9d Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Fri, 1 Feb 2019 00:03:52 +0300 Subject: [PATCH 5/6] Upgrade to org.aspectj:aspectjweaver:1.9.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c248c4309..e02655f76 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { compile 'org.apache.commons:commons-lang3:3.8.1' compile 'commons-io:commons-io:2.6' compile 'org.springframework:spring-context:5.1.4.RELEASE' - compile 'org.aspectj:aspectjweaver:1.9.1' + compile 'org.aspectj:aspectjweaver:1.9.2' compile 'org.slf4j:slf4j-api:1.7.25' testCompile 'junit:junit:4.12' From 2d09dd7295a294f69356f0aa87a3fcd2736c3934 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Fri, 1 Feb 2019 00:06:12 +0300 Subject: [PATCH 6/6] Upgrade to io.github.bonigarcia:webdrivermanager:3.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e02655f76..cc5f44403 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { 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' } }