Skip to content

Commit

Permalink
Merge pull request #403 from basil/lang3
Browse files Browse the repository at this point in the history
Adapt to removal of Commons Lang 3 from test harness
  • Loading branch information
jglick committed Sep 7, 2023
2 parents 01fc45a + 14e7154 commit 717130d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.68</version>
<version>4.73</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/integration/MigrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import jenkins.scm.impl.mock.MockSCMNavigator;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang.StringUtils;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Rule;
Expand Down

0 comments on commit 717130d

Please sign in to comment.