Skip to content

Commit

Permalink
New webdrivermanager (#117)
Browse files Browse the repository at this point in the history
* webdrivermanager updated

* webdrivermanager & others updated
  • Loading branch information
jerzykrlkroche committed May 22, 2024
1 parent be5bbee commit e90616b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spock-geb-quickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ functionalTest {

ext {
gebVersion = '7.0'
seleniumVersion = '4.16.1'
springBootVersion = '3.1.3'
nettyVersion = '4.1.105.Final'
seleniumVersion = '4.20.0'
springBootVersion = '3.1.11'
nettyVersion = '4.1.109.Final'
}

dependencies {
implementation 'org.slf4j:slf4j-api:2.0.11'
implementation 'org.slf4j:slf4j-api:2.0.12'

implementation('com.aoe:geb-spock-reports:0.3.0-RC1') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
Expand All @@ -110,13 +110,13 @@ dependencies {

api "org.gebish:geb-spock:7.0"

api group: 'org.spockframework', name: 'spock-core', version: '2.4-M1-groovy-4.0'
api group: 'org.spockframework', name: 'spock-spring', version: '2.4-M1-groovy-4.0'
api group: 'org.spockframework', name: 'spock-core', version: '2.4-M4-groovy-4.0'
api group: 'org.spockframework', name: 'spock-spring', version: '2.4-M4-groovy-4.0'

api("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
implementation("io.github.bonigarcia:webdrivermanager:5.6.3")
implementation("io.github.bonigarcia:webdrivermanager:5.8.0")

implementation "org.testcontainers:selenium:1.19.3"
implementation "org.testcontainers:selenium:1.19.8"

api "org.seleniumhq.selenium:selenium-remote-driver:${seleniumVersion}"

Expand Down

0 comments on commit e90616b

Please sign in to comment.