From 787ff5e820767e63463b55aabedaa541cdffbd77 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Tue, 6 Jun 2023 08:54:07 +0100 Subject: [PATCH] Upgrade HtmlUnit from 2.x to 3.x --- pom.xml | 2 +- .../com/browserstack/automate/ci/jenkins/GlobalConfigTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a18ad001..923b2c84 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 3.4 + 4.66 diff --git a/src/test/java/com/browserstack/automate/ci/jenkins/GlobalConfigTest.java b/src/test/java/com/browserstack/automate/ci/jenkins/GlobalConfigTest.java index 392e3310..2a386890 100644 --- a/src/test/java/com/browserstack/automate/ci/jenkins/GlobalConfigTest.java +++ b/src/test/java/com/browserstack/automate/ci/jenkins/GlobalConfigTest.java @@ -1,6 +1,6 @@ package com.browserstack.automate.ci.jenkins; -import com.gargoylesoftware.htmlunit.html.HtmlPage; +import org.htmlunit.html.HtmlPage; import org.junit.After; import org.junit.Assert; import org.junit.Before;