diff --git a/pom.xml b/pom.xml
index 4bafaff7..d2af9a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
https://github.com/jenkinsci/${project.artifactId}-plugin
999999-SNAPSHOT
- 2.387.3
+ 2.414.3
jenkinsci/${project.artifactId}-plugin
@@ -51,7 +51,7 @@
io.jenkins.tools.bom
- bom-2.387.x
+ bom-2.414.x
2543.vfb_1a_5fb_9496d
import
pom
@@ -70,6 +70,7 @@
org.jenkins-ci.plugins.workflow
workflow-step-api
+ 655.v6e098b_87b_84f
org.jenkins-ci.plugins
diff --git a/src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStepTest.java b/src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStepTest.java
index 810d4743..13c71866 100644
--- a/src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStepTest.java
+++ b/src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStepTest.java
@@ -218,7 +218,7 @@ public void widerRequiredContext() throws Throwable {
WorkflowRun b = r.assertBuildStatus(Result.FAILURE, p.scheduleBuild2(0));
r.assertLogNotContains("We should fail before getting here", b);
r.assertLogContains("Required context class hudson.FilePath is missing", b);
- r.assertLogContains("Perhaps you forgot to surround the code with a step that provides this, such as: node", b);
+ r.assertLogContains("Perhaps you forgot to surround the step with a step that provides this, such as: node", b);
});
}