diff --git a/README.md b/README.md index bc5c32a..5cdfe40 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ repositories { } dependencies { - testImplementation "com.github.eddyson-de:tapestry-geb:0.45.2" + testImplementation "com.github.eddyson-de:tapestry-geb:0.47.0" testImplementation "org.seleniumhq.selenium:selenium-firefox-driver:3.141.59" } diff --git a/build.gradle b/build.gradle index 803b7a2..9e2f05c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { description = "Utilities for Geb-based browser tests of Tapestry applications" group = "de.eddyson" -version = "0.46.0" +version = "0.47.0" repositories { mavenCentral()