This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a627f5c0 Trying to fix missing dependency by upgrading Selenium Server
1a627f5c0 is described below

commit 1a627f5c076e38a79216a2764ba522c5ada556e6
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Sat Sep 9 16:04:44 2023 -0300

    Trying to fix missing dependency by upgrading Selenium Server
    
    Specifically missing
    netty-transport-native-epoll-4.1.84.Final-linux-x86_64.jar
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 40c36f710..8745d2a42 100755
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ project.ext.versions = [
     slf4j: "1.7.25",
     geb: "2.0",
     selenium: "4.5.0",
-    seleniumServer: "4.7.2",
+    seleniumServer: "4.12.1",
     jackson: "2.13.1",
     jsonschemaGenerator: "4.20.0",
     junitJupiter: "5.8.2",

Reply via email to