diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 64c99dd769d..f7b0eedeffb 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -140,7 +140,7 @@
0.18
1.4.14
3.9.6
- 5.8.0
+ 5.9.0
4.11.1
15.4
4.1.104.Final
@@ -153,7 +153,7 @@
4.13.5
3.5.1
2.0.10
- 2.1.5
+ 2.1.6
10.1.18
1.7
2.35.1
diff --git a/src/changelog/.3.x.x/update_org_mockito_mockito_bom.xml b/src/changelog/.3.x.x/update_org_mockito_mockito_bom.xml
new file mode 100644
index 00000000000..8db0abf2e24
--- /dev/null
+++ b/src/changelog/.3.x.x/update_org_mockito_mockito_bom.xml
@@ -0,0 +1,8 @@
+
+
+
+ Update `org.mockito:mockito-bom` to version `5.9.0`
+
diff --git a/src/changelog/.3.x.x/update_uk_org_webcompere_system_stubs_core.xml b/src/changelog/.3.x.x/update_uk_org_webcompere_system_stubs_core.xml
new file mode 100644
index 00000000000..bf89be99404
--- /dev/null
+++ b/src/changelog/.3.x.x/update_uk_org_webcompere_system_stubs_core.xml
@@ -0,0 +1,8 @@
+
+
+
+ Update `uk.org.webcompere:system-stubs-core` to version `2.1.6`
+
diff --git a/src/site/_release-notes/_3.x.x.adoc b/src/site/_release-notes/_3.x.x.adoc
index bdabf881a1d..5c6115fcc72 100644
--- a/src/site/_release-notes/_3.x.x.adoc
+++ b/src/site/_release-notes/_3.x.x.adoc
@@ -62,5 +62,7 @@ This release contains...
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5` (https://github.com/apache/logging-log4j2/pull/2177[2177])
* Update `org.apache.tomcat:tomcat-juli` to version `10.1.18` (https://github.com/apache/logging-log4j2/pull/2176[2176])
* Update `org.assertj:assertj-core` to version `3.25.1` (https://github.com/apache/logging-log4j2/pull/2152[2152])
+* Update `org.mockito:mockito-bom` to version `5.9.0` (https://github.com/apache/logging-log4j2/pull/2194[2194])
* Update `org.slf4j:slf4j-api` to version `2.0.10` (https://github.com/apache/logging-log4j2/pull/2136[2136])
* Update `org.springframework.boot:spring-boot-dependencies` to version `3.2.1` (https://github.com/apache/logging-log4j2/pull/2123[2123])
+* Update `uk.org.webcompere:system-stubs-core` to version `2.1.6` (https://github.com/apache/logging-log4j2/pull/2196[2196])