Skip to content

Commit

Permalink
upgrade to Selenide 7.0.0 and Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Oct 25, 2023
1 parent b26ff86 commit 622ced8
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 @@ -6,7 +6,7 @@ repositories {

dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.codeborne:selenide:6.19.1'
testImplementation 'com.codeborne:selenide-junit4:7.0.0'
implementation 'org.slf4j:slf4j-simple:2.0.9'
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9'
}
Expand Down

0 comments on commit 622ced8

Please sign in to comment.