Skip to content

Commit edc0510

Browse files
timja-bottimja
andauthored
Migrate from Commons Lang 2 to Commons Lang 3 (#378)
Co-authored-by: Tim Jacomb <timjacomb1@gmail.com>
1 parent b0cb94e commit edc0510

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2121
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
2222
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
23+
<ban-commons-lang-2.skip>false</ban-commons-lang-2.skip>
2324
</properties>
2425

2526
<name>Azure Key Vault Plugin</name>

src/main/java/org/jenkinsci/plugins/azurekeyvaultplugin/credentials/sshuserprivatekey/AzureSSHUserPrivateKeyCredentials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import java.util.List;
1414
import java.util.function.Supplier;
1515
import java.util.stream.Collectors;
16-
import org.apache.commons.lang.StringUtils;
16+
import org.apache.commons.lang3.StringUtils;
1717
import org.jenkinsci.plugins.azurekeyvaultplugin.AzureCredentialsProvider;
1818
import org.jvnet.localizer.ResourceBundleHolder;
1919

0 commit comments

Comments
 (0)