This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/3.0.0-beta1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 4aa9e9a91aa6f4045d609cfb12e2584f74acac82 Author: ASF Logging Services RM <[email protected]> AuthorDate: Wed Dec 13 12:00:57 2023 +0000 Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.3` (#2091) --- log4j-parent/pom.xml | 2 +- .../3.0.0-beta1/update_org_apache_maven_surefire_surefire_junit47.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index a4619f9803..c3d14fca40 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -84,7 +84,7 @@ <docker-maven-plugin.version>0.43.4</docker-maven-plugin.version> <exam-maven-plugin.version>4.13.5</exam-maven-plugin.version> <!-- `surefire.version` property used in `apache.org:apache`: --> - <surefire.version>3.2.2</surefire.version> + <surefire.version>3.2.3</surefire.version> <!-- ===================================================== Direct dependency version properties (in alphabetical order) diff --git a/src/changelog/3.0.0-beta1/update_org_apache_maven_surefire_surefire_junit47.xml b/src/changelog/3.0.0-beta1/update_org_apache_maven_surefire_surefire_junit47.xml index 5e33c52335..49893a08da 100644 --- a/src/changelog/3.0.0-beta1/update_org_apache_maven_surefire_surefire_junit47.xml +++ b/src/changelog/3.0.0-beta1/update_org_apache_maven_surefire_surefire_junit47.xml @@ -3,6 +3,6 @@ xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd" type="changed"> - <issue id="2051" link="https://github.com/apache/logging-log4j2/pull/2051"/> - <description format="asciidoc">Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.2`</description> + <issue id="2091" link="https://github.com/apache/logging-log4j2/pull/2091"/> + <description format="asciidoc">Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.3`</description> </entry>
