This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new edcde37983 Update `org.junit:junit-bom` to version `5.10.1` (#1944)
edcde37983 is described below

commit edcde37983f1a985ad2c01bc67bb95638db69e45
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Nov 6 10:59:25 2023 +0000

    Update `org.junit:junit-bom` to version `5.10.1` (#1944)
---
 log4j-parent/pom.xml                                | 2 +-
 src/changelog/.2.x.x/update_org_junit_junit_bom.xml | 8 ++++++++
 src/site/_release-notes/_2.x.x.adoc                 | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index f388a10620..e2432cd211 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -118,7 +118,7 @@
     <jmh.version>1.37</jmh.version>
     <json-unit.version>2.38.0</json-unit.version>
     <junit.version>4.13.2</junit.version>
-    <junit-jupiter.version>5.10.0</junit-jupiter.version>
+    <junit-jupiter.version>5.10.1</junit-jupiter.version>
     <junit-pioneer.version>1.9.1</junit-pioneer.version>
     <kafka.version>3.4.0</kafka.version>
     <kubernetes-client.version>5.12.4</kubernetes-client.version>
diff --git a/src/changelog/.2.x.x/update_org_junit_junit_bom.xml 
b/src/changelog/.2.x.x/update_org_junit_junit_bom.xml
new file mode 100644
index 0000000000..2daf49602b
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_junit_junit_bom.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.2.xsd";
+       type="changed">
+  <issue id="1944" link="https://github.com/apache/logging-log4j2/pull/1944"/>
+  <description format="asciidoc">Update `org.junit:junit-bom` to version 
`5.10.1`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index 56f75c4852..21637afb7a 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -57,6 +57,7 @@ The module name of four bridges (`log4j-slf4j-impl`, 
`log4j-slf4j2-impl`, `log4j
 * Update `net.bytebuddy:byte-buddy` to version `1.14.9` 
(https://github.com/apache/logging-log4j2/pull/1891[1891])
 * Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version 
`2.7.13` (https://github.com/apache/logging-log4j2/pull/1900[1900])
 * Update `org.fusesource.jansi:jansi` to version `2.4.1` 
(https://github.com/apache/logging-log4j2/pull/1907[1907])
+* Update `org.junit:junit-bom` to version `5.10.1` 
(https://github.com/apache/logging-log4j2/pull/1944[1944])
 * Update `org.mongodb:bson` to version `4.11.0` 
(https://github.com/apache/logging-log4j2/pull/1893[1893])
 * Update `org.ow2.asm:asm-bom` to version `9.6` 
(https://github.com/apache/logging-log4j2/pull/1898[1898])
 * Update `org.springframework.boot:spring-boot` to version `2.7.17` 
(https://github.com/apache/logging-log4j2/pull/1874[1874])

Reply via email to