Skip to content

Commit

Permalink
upgrade to WebDriverManager 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Apr 7, 2021
1 parent 7d543b3 commit 31cb3d5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.20.2
* upgrade to WebDriverManager 4.4.0

## 5.20.1 (released 23.03.2021)
* #1438 Added $$.should() method + JavaDoc fixes -- thanks to Oleg Berezhnoy @bereg2k
* #1439 rename containTexts() to containExactTextsCaseSensitive() -- thanks to Oleg Berezhnoy @bereg2k and Pavel Fokin @fokinp
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allprojects {

group = 'com.codeborne'
archivesBaseName = 'selenide'
version = '5.20.1'
version = '5.20.2-SNAPSHOT'

apply from: rootProject.file('gradle/compilation.gradle')
apply from: rootProject.file('gradle/dependencies.gradle')
Expand Down
8 changes: 4 additions & 4 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ allprojects {
ext {
seleniumVersion = '3.141.59'
junitVersion = '5.7.1'
jettyVersion = '9.4.38.v20210224'
nettyVersion = '4.1.60.Final'
jettyVersion = '9.4.39.v20210325'
nettyVersion = '4.1.63.Final'
guavaVersion = '30.1.1-jre'
assertjVersion = '3.19.0'
mockitoVersion = '3.8.0'
browserupProxyVersion = '2.1.2'
littleProxyVersion = '2.0.2'
littleProxyVersion = '2.0.3'
videoRecorderVersion = '2.0'
commonsFileuploadVersion = '1.4'
}
Expand All @@ -22,7 +22,7 @@ dependencies {
api("org.seleniumhq.selenium:selenium-java:$seleniumVersion") {
exclude group: 'net.bytebuddy', module: 'byte-buddy'
}
api('io.github.bonigarcia:webdrivermanager:4.3.1') {
api('io.github.bonigarcia:webdrivermanager:4.4.0') {
exclude group: 'org.apache.httpcomponents.core5', module: 'httpcore5-h2'
exclude group: 'org.rauschig', module: 'jarchivelib'
}
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ chrome60=2.33

# Browser: Mozilla Firefox - Driver: geckodriver
# Source: https://github.com/mozilla/geckodriver/releases
firefox87=0.29.0
firefox86=0.29.0
firefox85=0.29.0
firefox84=0.29.0
Expand Down Expand Up @@ -73,6 +74,7 @@ firefox55=0.20.0

# Browser: Opera - Driver: operadriver
# Source: https://github.com/operasoftware/operachromiumdriver/releases
opera75=89.0.4389.82
opera74=88.0.4324.104
opera73=87.0.4280.67
opera72=86.0.4240.80
Expand Down

0 comments on commit 31cb3d5

Please sign in to comment.