Skip to content

Commit

Permalink
Updated guava to the version used in Selenium 4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Jul 30, 2024
1 parent 9f4fd82 commit aacbf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {

seleniumVersion = '4.23.0'
// Must be the same like in Selenium 4
guavaVersion = "33.0.0-jre"
guavaVersion = "33.2.1-jre"

moduleVersion = '2-SNAPSHOT'
if (System.properties.containsKey('ttVersion')) {
Expand Down

0 comments on commit aacbf41

Please sign in to comment.