Skip to content

Commit edcde37

Browse files
committed
Update org.junit:junit-bom to version 5.10.1 (#1944)
1 parent d99a5a7 commit edcde37

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<jmh.version>1.37</jmh.version>
119119
<json-unit.version>2.38.0</json-unit.version>
120120
<junit.version>4.13.2</junit.version>
121-
<junit-jupiter.version>5.10.0</junit-jupiter.version>
121+
<junit-jupiter.version>5.10.1</junit-jupiter.version>
122122
<junit-pioneer.version>1.9.1</junit-pioneer.version>
123123
<kafka.version>3.4.0</kafka.version>
124124
<kubernetes-client.version>5.12.4</kubernetes-client.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="1944" link="https://github.com/apache/logging-log4j2/pull/1944"/>
7+
<description format="asciidoc">Update `org.junit:junit-bom` to version `5.10.1`</description>
8+
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
5757
* Update `net.bytebuddy:byte-buddy` to version `1.14.9` (https://github.com/apache/logging-log4j2/pull/1891[1891])
5858
* Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13` (https://github.com/apache/logging-log4j2/pull/1900[1900])
5959
* Update `org.fusesource.jansi:jansi` to version `2.4.1` (https://github.com/apache/logging-log4j2/pull/1907[1907])
60+
* Update `org.junit:junit-bom` to version `5.10.1` (https://github.com/apache/logging-log4j2/pull/1944[1944])
6061
* Update `org.mongodb:bson` to version `4.11.0` (https://github.com/apache/logging-log4j2/pull/1893[1893])
6162
* Update `org.ow2.asm:asm-bom` to version `9.6` (https://github.com/apache/logging-log4j2/pull/1898[1898])
6263
* Update `org.springframework.boot:spring-boot` to version `2.7.17` (https://github.com/apache/logging-log4j2/pull/1874[1874])

0 commit comments

Comments
 (0)