-
Notifications
You must be signed in to change notification settings - Fork 11
How to check for new library versions
Roland Stens edited this page Feb 6, 2020
·
1 revision
With ever evolving browser versions and other key libraries, we need to regularly review our used versions.
Here is where you find the latest versions:
- Latest Groovy version: https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all
- Latest gebVersion: https://github.com/geb/geb/releases
- Latest spockVersion: https://mvnrepository.com/artifact/org.spockframework/spock-core
- Latest seleniumVersion: https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java
- Latest chromeDriverVersion: https://chromedriver.storage.googleapis.com/LATEST_RELEASE_
- Latest geckoDriverVersion: https://github.com/mozilla/geckodriver/releases/latest
- Latest spockreportVersion: https://mvnrepository.com/artifact/com.athaydes/spock-reports
- Latest slf4jVersion: https://mvnrepository.com/artifact/org.slf4j/slf4j-api