Skip to content

Commit fa8998f

Browse files
authored
Upgrade to version 4.36.0; remove eliminated dep (#305)
1 parent 616543c commit fa8998f

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

selenium4Deps.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ sourceSets {
2525
dependencies {
2626
constraints {
2727
api 'com.nordstrom.tools:testng-foundation:5.2.1-j11'
28-
api 'org.seleniumhq.selenium:selenium-grid:4.35.0'
29-
api 'org.seleniumhq.selenium:selenium-support:4.35.0'
30-
api 'org.seleniumhq.selenium:selenium-chrome-driver:4.35.0'
31-
api 'org.seleniumhq.selenium:selenium-edge-driver:4.35.0'
32-
api 'org.seleniumhq.selenium:selenium-firefox-driver:4.35.0'
28+
api 'org.seleniumhq.selenium:selenium-grid:4.36.0'
29+
api 'org.seleniumhq.selenium:selenium-support:4.36.0'
30+
api 'org.seleniumhq.selenium:selenium-chrome-driver:4.36.0'
31+
api 'org.seleniumhq.selenium:selenium-edge-driver:4.36.0'
32+
api 'org.seleniumhq.selenium:selenium-firefox-driver:4.36.0'
3333
api 'org.seleniumhq.selenium:selenium-opera-driver:4.4.0'
34-
api 'org.seleniumhq.selenium:selenium-safari-driver:4.35.0'
35-
api 'com.nordstrom.ui-tools:htmlunit-remote:4.35.0'
36-
api 'org.seleniumhq.selenium:htmlunit3-driver:4.35.0'
34+
api 'org.seleniumhq.selenium:selenium-safari-driver:4.36.0'
35+
api 'com.nordstrom.ui-tools:htmlunit-remote:4.36.1'
36+
api 'org.seleniumhq.selenium:htmlunit3-driver:4.36.1'
3737
api 'org.htmlunit:htmlunit:4.15.0'
3838
api 'com.codeborne:phantomjsdriver:1.5.0'
3939
api 'org.apache.httpcomponents:httpclient:4.5.14'

src/selenium4/java/com/nordstrom/automation/selenium/plugins/HtmlUnitPlugin.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -295,14 +295,6 @@ public HtmlUnitPlugin() {
295295
* <version>9.4.57.v20241219</version>
296296
*&lt;/dependency&gt;</pre>
297297
*
298-
* <b>org.brotli.dec.Utils</b>
299-
*
300-
* <pre>&lt;dependency&gt;
301-
* &lt;groupId&gt;org.brotli&lt;/groupId&gt;
302-
* &lt;artifactId&gt;dec&lt;/artifactId&gt;
303-
* &lt;version&gt;0.1.2&lt;/version&gt;
304-
*&lt;/dependency&gt;</pre>
305-
*
306298
* <b>net.bytebuddy.matcher.ElementMatcher</b>
307299
*
308300
* <pre>&lt;dependency&gt;
@@ -350,7 +342,7 @@ public HtmlUnitPlugin() {
350342
"org.apache.http.entity.mime.MIME", "org.apache.commons.codec.Encoder", "org.apache.commons.io.IOUtils",
351343
"org.apache.commons.logging.Log", "org.htmlunit.jetty.websocket.client.WebSocketClient",
352344
"org.eclipse.jetty.util.IO", "org.eclipse.jetty.io.EndPoint", "org.eclipse.jetty.http.Syntax",
353-
"org.brotli.dec.Utils", "net.bytebuddy.matcher.ElementMatcher", "org.htmlunit.corejs.javascript.Symbol",
345+
"net.bytebuddy.matcher.ElementMatcher", "org.htmlunit.corejs.javascript.Symbol",
354346
"org.htmlunit.cssparser.parser.CSSErrorHandler", "org.htmlunit.cyberneko.xerces.xni.XNIException",
355347
"org.htmlunit.xpath.xml.utils.PrefixResolver" };
356348

0 commit comments

Comments
 (0)