From e69b2241e66d733e392764580b65661b8cc82c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 00:57:43 +0000 Subject: [PATCH 1/2] Bump plugin from 4.64 to 4.66 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.64 to 4.66. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.64...plugin-4.66) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 868561e9..b656bb98 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.64 + 4.66 From bd8d6178b7563fb06fddb8ed803120f9aff962f3 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Mon, 5 Jun 2023 22:25:54 +0100 Subject: [PATCH 2/2] HtmlUnit upgrade --- .../credentialsbinding/impl/UsernamePasswordBindingTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/UsernamePasswordBindingTest.java b/src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/UsernamePasswordBindingTest.java index 013414c0..682ac43a 100644 --- a/src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/UsernamePasswordBindingTest.java +++ b/src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/UsernamePasswordBindingTest.java @@ -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;