Skip to content

Commit

Permalink
chore: new version & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ydylla committed Dec 6, 2023
1 parent 37d6150 commit bca035b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ repositories {
}
dependencies {
testImplementation "com.github.eddyson-de:tapestry-geb:0.47.0"
testImplementation "org.seleniumhq.selenium:selenium-firefox-driver:3.141.59"
testImplementation "com.github.eddyson-de:tapestry-geb:0.48.0"
testImplementation "org.seleniumhq.selenium:selenium-firefox-driver:4.15.0"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
description = "Utilities for Geb-based browser tests of Tapestry applications"

group = "de.eddyson"
version = "0.47.0"
version = "0.48.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit bca035b

Please # to comment.