Skip to content

Commit

Permalink
Merge pull request #318 from timja-bot/htmlunit-2.x-to-3.x
Browse files Browse the repository at this point in the history
Upgrade HtmlUnit from 2.x to 3.x
  • Loading branch information
jglick authored Jun 7, 2023
2 parents 7f9dfea + 817372c commit 6f24fa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.61</version>
<version>4.66</version>
<relativePath/>
</parent>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import org.jvnet.hudson.test.JenkinsSessionRule;
import org.xml.sax.SAXException;

import com.gargoylesoftware.htmlunit.Page;
import org.htmlunit.Page;

import hudson.model.Result;
import hudson.model.queue.QueueTaskFuture;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

package org.jenkinsci.plugins.workflow.support.steps;

import com.gargoylesoftware.htmlunit.Page;
import org.htmlunit.Page;
import com.google.common.base.Predicate;
import edu.umd.cs.findbugs.annotations.Nullable;
import hudson.FilePath;
Expand Down

0 comments on commit 6f24fa9

Please sign in to comment.