diff --git a/Dockerfile b/Dockerfile
index 95841b6..c0f2c61 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,8 +22,8 @@ ARG INFLUXDB_PORT="8086"
ARG TINI_BIN="tini"
ARG TINI_VERSION="v0.19.0"
ARG TINI_SHA=93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c
-ARG JENKINS_VERSION="2.276"
-ARG JENKINS_SHA=d3892390eda022bbee648f226d5b9b2806a11016d0bdf691200855361fe185a0
+ARG JENKINS_VERSION="2.278"
+ARG JENKINS_SHA=c0a477ece3651819346a76ae86382dc32309510ceb3f2f6713a5a4cf4f046957
ARG PLUGIN_INSTALLATION_MANAGER_TOOL_VERSION="2.5.0"
ENV JENKINS_VERSION="${JENKINS_VERSION}" \
diff --git a/Dockerfile-arm.dockerfile b/Dockerfile-arm.dockerfile
index ed57fd7..2fc93f9 100644
--- a/Dockerfile-arm.dockerfile
+++ b/Dockerfile-arm.dockerfile
@@ -1,4 +1,4 @@
-FROM adoptopenjdk/openjdk11:armv7l-ubuntu-jdk-11.0.8_10-slim
+FROM adoptopenjdk/openjdk11:armv7l-ubuntu-jdk-11.0.9.1_1
ARG user=jenkins
ARG group=jenkins
@@ -22,8 +22,8 @@ ARG INFLUXDB_PORT="8086"
ARG TINI_BIN="tini-armhf"
ARG TINI_VERSION="v0.19.0"
ARG TINI_SHA=5a9b35f09ad2fb5d08f11ceb84407803a1deff96cbdc0d1222f9f8323f3f8ad4
-ARG JENKINS_VERSION="2.276"
-ARG JENKINS_SHA=d3892390eda022bbee648f226d5b9b2806a11016d0bdf691200855361fe185a0
+ARG JENKINS_VERSION="2.278"
+ARG JENKINS_SHA=c0a477ece3651819346a76ae86382dc32309510ceb3f2f6713a5a4cf4f046957
ARG PLUGIN_INSTALLATION_MANAGER_TOOL_VERSION="2.5.0"
ENV JENKINS_VERSION="${JENKINS_VERSION}" \
diff --git a/Dockerfile-x86_64-ubuntu-slim.dockerfile b/Dockerfile-x86_64-ubuntu-slim.dockerfile
index 2fb5137..f2dc2f8 100644
--- a/Dockerfile-x86_64-ubuntu-slim.dockerfile
+++ b/Dockerfile-x86_64-ubuntu-slim.dockerfile
@@ -22,8 +22,8 @@ ARG INFLUXDB_PORT="8086"
ARG TINI_BIN="tini"
ARG TINI_VERSION="v0.19.0"
ARG TINI_SHA=93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c
-ARG JENKINS_VERSION="2.276"
-ARG JENKINS_SHA=d3892390eda022bbee648f226d5b9b2806a11016d0bdf691200855361fe185a0
+ARG JENKINS_VERSION="2.278"
+ARG JENKINS_SHA=c0a477ece3651819346a76ae86382dc32309510ceb3f2f6713a5a4cf4f046957
ARG PLUGIN_INSTALLATION_MANAGER_TOOL_VERSION="2.5.0"
ENV JENKINS_VERSION="${JENKINS_VERSION}" \
diff --git a/RELEASE.md b/RELEASE.md
index fdd75c8..6a47bd0 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,7 +1,7 @@
# 🚀 New features and improvements
# 📦 Dependency Updates
-- jenkins 2.267
+- jenkins 2.278
- jenkins plugins
# 📝 Documentation updates
diff --git a/master/plugins.txt b/master/plugins.txt
index aa5ddb3..81973fe 100644
--- a/master/plugins.txt
+++ b/master/plugins.txt
@@ -3,7 +3,7 @@ blueocean:1.24.4
cloudbees-folder:6.15
configuration-as-code:1.46
configuration-as-code-groovy:1.1
-dark-theme:0.0.10
+dark-theme:0.0.11
git:4.5.1
github-api:1.222
greenballs:1.15.1
diff --git a/pom.xml b/pom.xml
index f241bee..86458d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
org.jenkins-ci.plugins
plugin
- 4.15
+ 4.16
com.cx.jenkins.image
@@ -22,7 +22,7 @@
- 2.276
+ 2.278
8
2.4.21
@@ -125,7 +125,7 @@
io.jenkins.plugins
dark-theme
- 0.0.10
+ 0.0.11
provided