diff --git a/Dockerfile b/Dockerfile
index ee36e02..6959a3a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM jenkins/jenkins:2.242
+FROM jenkins/jenkins:2.243
ARG DEV_HOST=localhost
ARG CREATE_ADMIN=true
diff --git a/Dockerfile-alpine.dockerfile b/Dockerfile-alpine.dockerfile
index d2ecd48..4111217 100644
--- a/Dockerfile-alpine.dockerfile
+++ b/Dockerfile-alpine.dockerfile
@@ -1,4 +1,4 @@
-FROM jenkins/jenkins:2.242-alpine
+FROM jenkins/jenkins:2.243-alpine
ARG DEV_HOST=localhost
ARG CREATE_ADMIN=true
diff --git a/RELEASE.md b/RELEASE.md
index 57dd250..c88e823 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,7 +1,7 @@
# 🚀 New features and improvements
# 📦 Dependency Updates
-- jenkins 2.242
+- jenkins 2.243
- jenkins plugins
# 📝 Documentation updates
diff --git a/master/plugins.txt b/master/plugins.txt
index 0770443..edcedf2 100644
--- a/master/plugins.txt
+++ b/master/plugins.txt
@@ -19,7 +19,7 @@ role-strategy:3.0
security-inspector:0.5
timestamper:1.11.3
workflow-aggregator:2.6
-workflow-cps:2.80
+workflow-cps:2.81
workflow-job:2.39
workflow-cps-global-lib:2.16
yet-another-docker-plugin:0.2.0
diff --git a/pom.xml b/pom.xml
index 308bb63..351fd2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
- 2.242
+ 2.243
8
2.4.19
@@ -325,8 +325,12 @@
org.jenkins-ci.plugins.workflow
workflow-cps
- 2.80
+ 2.81
+
+ org.jenkins-ci.plugins.workflow
+ workflow-api
+
org.jenkins-ci.plugins.workflow
workflow-step-api