Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9180d1c

Browse files
Upgrade Gradle plugin webdriver-binaries
1 parent cfef980 commit 9180d1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
classpath "org.codehaus.groovy.modules.http-builder:http-builder:0.7.2"
1212
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
1313
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.6.1'
14-
classpath "gradle.plugin.com.energizedwork.webdriver-binaries:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion"
14+
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion"
1515
classpath "org.grails.plugins:views-gradle:2.3.2"
1616
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
1717
}
@@ -87,7 +87,7 @@ subprojects { project ->
8787
boolean usesGeb = project.name.contains('grails3-hibernate5-mongodb') || project.name.contains('grails3-mongodb') || project.name.contains('grails3-mongodb-database-per-tenant')|| project.name.contains('grails3-rxmongodb')
8888

8989
if (usesGeb) {
90-
apply plugin:"com.energizedwork.webdriver-binaries"
90+
apply plugin:"com.github.erdi.webdriver-binaries"
9191
}
9292

9393
if (project.name == "examples-test-data-service") {

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
assetPipelineVersion=3.3.4
22
caffeineVersion=2.9.3
3-
chromeDriverVersion=2.44
3+
chromeDriverVersion=116.0.5845.96
44
datastoreVersion=7.3.4
55
gebVersion=2.3
6-
geckodriverVersion=0.23.0
6+
geckodriverVersion=0.33.0
77
grailsGradlePluginVersion=5.3.0
88
groovyVersion=3.0.11
99
h2Version=1.4.200
@@ -23,7 +23,7 @@ seleniumVersion=3.14.0
2323
spockVersion=2.1-groovy-3.0
2424
springBootVersion=2.7.11
2525
springVersion=5.3.20
26-
webdriverBinariesVersion=1.4
26+
webdriverBinariesVersion=3.2
2727
org.gradle.caching=true
2828
org.gradle.daemon=true
2929
org.gradle.parallel=false

0 commit comments

Comments
 (0)