Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5` (#2178)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 1069913..326cd23 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -55,7 +55,7 @@
     <exam-maven-plugin.version>4.13.5</exam-maven-plugin.version>
     <maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>
     <!-- `surefire.version` property used in `apache.org:apache`: -->
-    <surefire.version>3.2.3</surefire.version>
+    <surefire.version>3.2.5</surefire.version>
 
     <!-- =====================================================
          Direct dependency version properties (in alphabetical order)
diff --git a/src/changelog/.2.x.x/update_org_apache_maven_surefire_surefire_junit47.xml b/src/changelog/.2.x.x/update_org_apache_maven_surefire_surefire_junit47.xml
new file mode 100644
index 0000000..6ba09a8
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_apache_maven_surefire_surefire_junit47.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+       type="updated">
+  <issue id="2178" link="https://github.com/apache/logging-log4j2/pull/2178"/>
+  <description format="asciidoc">Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc
index a0ff18e..1ca17a1 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -46,5 +46,6 @@
 * Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
 * Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2103[2103])
 * Update `github/codeql-action` to version `3.23.0` (https://github.com/apache/logging-log4j2/pull/2173[2173])
+* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5` (https://github.com/apache/logging-log4j2/pull/2178[2178])
 * Update `org.assertj:assertj-core` to version `3.25.1` (https://github.com/apache/logging-log4j2/pull/2153[2153])
 * Update `org.codehaus.groovy:groovy-bom` to version `3.0.20` (https://github.com/apache/logging-log4j2/pull/2125[2125])