Skip to content

Commit

Permalink
Merge pull request #250 from jenkinsci/dependabot/maven/org.jenkins-c…
Browse files Browse the repository at this point in the history
…i.plugins-plugin-4.66

Bump plugin from 4.64 to 4.66
  • Loading branch information
jglick committed Jun 6, 2023
2 parents 139f3b1 + bd8d617 commit c5bfa26
Show file tree
Hide file tree
Showing 2 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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.64</version>
<version>4.66</version>
<relativePath/>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import com.cloudbees.plugins.credentials.SystemCredentialsProvider;
import com.cloudbees.plugins.credentials.domains.Domain;
import com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl;
import com.gargoylesoftware.htmlunit.WebResponse;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
import org.htmlunit.WebResponse;
import org.htmlunit.html.HtmlPage;
import hudson.Functions;
import hudson.Util;
import hudson.model.Fingerprint;
Expand Down

0 comments on commit c5bfa26

Please sign in to comment.