Merge pull request #745 from grails/doc-workflow

Update docs.yml
diff --git a/build.gradle b/build.gradle
index cc5eaa0..3296611 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,7 @@
         classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
         classpath "org.grails.plugins:views-gradle:2.3.2"
         classpath("org.asciidoctor:asciidoctor-gradle-jvm:4.0.0-alpha.1")
-        classpath "com.github.erdi:webdriver-binaries-gradle-plugin:3.0"
+        classpath "com.github.erdi:webdriver-binaries-gradle-plugin:3.1"
     }
 }
 
diff --git a/gradle.properties b/gradle.properties
index 35e1d81..f2284c3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -30,7 +30,7 @@
 grailsVersion=6.0.0-SNAPSHOT
 micrometer.version=1.8.0
 scaffoldingVersion=4.1.0
-testingSupportVersion=2.6.1
+testingSupportVersion=3.0.0
 org.gradle.caching=true
 org.gradle.parallel=false
 org.gradle.daemon=true