Skip to content

Commit

Permalink
Merge pull request #250 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
alecharp committed Jun 16, 2023
2 parents 189b59b + a0ebdb0 commit 6815bdc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.64</version>
<version>4.66</version>
</parent>

<artifactId>s3</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions src/test/java/hudson/plugins/s3/S3BucketPublisherTest.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package hudson.plugins.s3;

import com.gargoylesoftware.htmlunit.HttpMethod;
import com.gargoylesoftware.htmlunit.WebRequest;
import com.gargoylesoftware.htmlunit.util.UrlUtils;
import org.htmlunit.HttpMethod;
import org.htmlunit.WebRequest;
import org.htmlunit.util.UrlUtils;
import hudson.model.Item;
import hudson.security.SecurityRealm;
import jenkins.model.Jenkins;
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/hudson/plugins/s3/S3Test.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package hudson.plugins.s3;


import com.gargoylesoftware.htmlunit.WebAssert;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
import org.htmlunit.WebAssert;
import org.htmlunit.html.HtmlPage;
import hudson.Functions;
import hudson.model.Action;
import hudson.model.FreeStyleBuild;
Expand Down

0 comments on commit 6815bdc

Please sign in to comment.