From 5f5e34341afc226f5f1035872da697180337c656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 09:39:59 +0000 Subject: [PATCH] Update dependency com.github.erdi:webdriver-binaries-gradle-plugin to v3.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d8c111f2..4e404d71 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { classpath "org.codehaus.groovy.modules.http-builder:http-builder:0.7.2" classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion" 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" classpath "org.grails.plugins:views-gradle:2.3.2" classpath "io.github.gradle-nexus:publish-plugin:1.3.0" }