diff --git a/pom.xml b/pom.xml
index e111c73..c5bf8a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 4.65
+ 4.66
io.jenkins.plugins
@@ -13,7 +13,7 @@
hpi
999999-SNAPSHOT
- 2.361.4
+ 2.387.3
Max
Low
@@ -48,8 +48,8 @@
io.jenkins.tools.bom
- bom-2.361.x
- 1886.va_11c9f461054
+ bom-2.387.x
+ 2143.ve4c3c9ec790a
pom
import
diff --git a/src/test/java/io/jenkins/plugins/aws/global_configuration/CredentialsAwsGlobalConfigurationTest.java b/src/test/java/io/jenkins/plugins/aws/global_configuration/CredentialsAwsGlobalConfigurationTest.java
index 84b00dc..bcd4b90 100644
--- a/src/test/java/io/jenkins/plugins/aws/global_configuration/CredentialsAwsGlobalConfigurationTest.java
+++ b/src/test/java/io/jenkins/plugins/aws/global_configuration/CredentialsAwsGlobalConfigurationTest.java
@@ -36,8 +36,8 @@
import com.cloudbees.jenkins.plugins.awscredentials.AmazonWebServicesCredentials;
import com.cloudbees.plugins.credentials.CredentialsScope;
import com.cloudbees.plugins.credentials.SystemCredentialsProvider;
-import com.gargoylesoftware.htmlunit.html.HtmlForm;
-import com.gargoylesoftware.htmlunit.html.HtmlSelect;
+import org.htmlunit.html.HtmlForm;
+import org.htmlunit.html.HtmlSelect;
import hudson.util.FormValidation;