diff --git a/CHANGELOG.md b/CHANGELOG.md
index 676cb4d8..a0780188 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## Changelog
-### Version 2.43 (TBD)
+### Version 2.43 (Nov 29, 2025)
+- Upgrade jclouds to 2.7.5
- Fixed a potential race in provisioning (thanks to Mike Bayer)
### Version 2.42 (Aug 2, 2025)
- After retirement of apache-jclouds, switch to own jclouds maintained by myself at https://github.com/felfert/jclouds
diff --git a/pom.xml b/pom.xml
index c8e0e568..d6a3e4a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@ limitations under the License.
FIXME_IDENTITY
FIXME_CREDENTIALS
- 2.7.4
+ 2.7.5
2.492
${jenkins.baseline}.3
@@ -64,7 +64,7 @@ limitations under the License.
false
true
- annotations,atmos,aws-ec2,aws-s3,azureblob,azurecompute-arm,b2,bcprov-ext-jdk18on,byon,cidrutils,cloudstack,digitalocean2,docker,ec2,eddsa,elastichosts-lon-b,elastichosts-lon-p,elastichosts-sat-p,elasticstack,error_prone_annotations,glacier,go2cloud-jhb1,gogrid,google-cloud-storage,google-compute-engine,googlecloud,guice-assistedinject,istack-commons-runtime,jakarta.annotation-api,jakarta.inject-api,jakarta.ws.rs-api,jakarta.xml.bind-api,jaxb-core,jaxb-runtime,jclouds-allblobstore,jclouds-allcompute,jclouds-blobstore,jclouds-bouncycastle,jclouds-compute,jclouds-core,jclouds-enterprise,jclouds-joda,jclouds-jsch,jclouds-okhttp,jclouds-scriptbuilder,jclouds-slf4j,jclouds-sshj,jna-platform,joda-time,jsch,jsch.agentproxy.connector-factory,jsch.agentproxy.core,jsch.agentproxy.jsch,jsch.agentproxy.pageant,jsch.agentproxy.sshagent,jsch.agentproxy.sshj,jsch.agentproxy.usocket-jna,jsch.agentproxy.usocket-nc,kotlin-stdlib,kotlin-stdlib-common,kotlin-stdlib-jdk7,kotlin-stdlib-jdk8,oauth,okhttp,okio,okio-jvm,opencsv,openhosting-east1,openstack-keystone,openstack-neutron,openstack-nova,openstack-nova-ec2,openstack-swift,packet,profitbricks,rackspace-cloudfiles,rackspace-cloudfiles-uk,rackspace-cloudfiles-us,rackspace-cloudidentity,rackspace-cloudservers-uk,rackspace-cloudservers-us,s3,serverlove-z1-man,skalicloud-sdg-my,slf4j-api,snakeyaml,softlayer,sshj,sts,txw2
+ annotations,atmos,aws-ec2,aws-s3,azureblob,azurecompute-arm,b2,byon,cidrutils,cloudstack,digitalocean2,ec2,eddsa,elastichosts-lon-b,elastichosts-lon-p,elastichosts-sat-p,elasticstack,error_prone_annotations,glacier,go2cloud-jhb1,gogrid,google-cloud-storage,google-compute-engine,googlecloud,guice-assistedinject,istack-commons-runtime,jakarta.annotation-api,jakarta.inject-api,jakarta.ws.rs-api,jakarta.xml.bind-api,jaxb-core,jaxb-runtime,jclouds-allblobstore,jclouds-allcompute,jclouds-blobstore,jclouds-bouncycastle,jclouds-compute,jclouds-core,jclouds-enterprise,jclouds-joda,jclouds-jsch,jclouds-okhttp,jclouds-scriptbuilder,jclouds-slf4j,jclouds-sshj,jna-platform,joda-time,jsch,jsch.agentproxy.connector-factory,jsch.agentproxy.core,jsch.agentproxy.jsch,jsch.agentproxy.pageant,jsch.agentproxy.sshagent,jsch.agentproxy.sshj,jsch.agentproxy.usocket-jna,jsch.agentproxy.usocket-nc,kotlin-stdlib,oauth,okhttp,okio,okio-jvm,opencsv,openhosting-east1,openstack-keystone,openstack-neutron,openstack-nova,openstack-nova-ec2,openstack-swift,packet,profitbricks,rackspace-cloudfiles,rackspace-cloudfiles-uk,rackspace-cloudfiles-us,rackspace-cloudidentity,rackspace-cloudservers-uk,rackspace-cloudservers-us,s3,serverlove-z1-man,skalicloud-sdg-my,slf4j-api,softlayer,sshj,sts,txw2
@@ -193,6 +193,11 @@ limitations under the License.
io.jenkins.plugins
jakarta-mail-api
+
+ io.jenkins.plugins
+ snakeyaml-api
+ 2.5-143.v93b_c004f89de
+
com.github.felfert.jclouds
jclouds-core
@@ -220,6 +225,16 @@ limitations under the License.
com.github.felfert.jclouds
jclouds-allcompute
${jclouds.version}
+
+
+ com.github.felfert.jclouds.api
+ docker
+
+
+ org.yaml
+ snakeyaml
+
+
com.github.felfert.jclouds
diff --git a/src/test/java/jenkins/plugins/jclouds/compute/JCloudsProfileTest.java b/src/test/java/jenkins/plugins/jclouds/compute/JCloudsProfileTest.java
index ae3b6225..07318118 100644
--- a/src/test/java/jenkins/plugins/jclouds/compute/JCloudsProfileTest.java
+++ b/src/test/java/jenkins/plugins/jclouds/compute/JCloudsProfileTest.java
@@ -21,7 +21,6 @@ class JCloudsProfileTest {
"byon",
"cloudstack",
"digitalocean2",
- "docker",
"ec2",
"elastichosts-lon-b",
"elastichosts-lon-p",