diff --git a/autotest/Tests/build.sbt b/autotest/Tests/build.sbt index e9804e9ccf4..476c9df81d6 100644 --- a/autotest/Tests/build.sbt +++ b/autotest/Tests/build.sbt @@ -22,7 +22,7 @@ libraryDependencies ++= Seq( libraryDependencies ++= Seq( "javax.jws" % "javax.jws-api" % "1.1", "org.apache.commons" % "commons-lang3" % "3.12.0", - "org.seleniumhq.selenium" % "selenium-java" % "3.141.59", + "org.seleniumhq.selenium" % "selenium-java" % "4.1.1", "org.easytesting" % "fest-util" % "1.2.5", "org.easytesting" % "fest-swing" % "1.2.1", "org.codehaus.jackson" % "jackson-core-asl" % "1.9.13",