Skip to content

Commit 39b3684

Browse files
committed
Update org.junit:junit-bom to version 5.10.2 (#2261)
1 parent 7d6f427 commit 39b3684

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<jmh.version>1.37</jmh.version>
117117
<json-unit.version>2.38.0</json-unit.version>
118118
<junit.version>4.13.2</junit.version>
119-
<junit-jupiter.version>5.10.1</junit-jupiter.version>
119+
<junit-jupiter.version>5.10.2</junit-jupiter.version>
120120
<junit-pioneer.version>1.9.1</junit-pioneer.version>
121121
<kafka.version>3.6.1</kafka.version>
122122
<kubernetes-client.version>5.12.4</kubernetes-client.version>
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.3.xsd"
5+
type="updated">
6+
<issue id="2261" link="https://github.com/apache/logging-log4j2/pull/2261"/>
7+
<description format="asciidoc">Update `org.junit:junit-bom` to version `5.10.2`</description>
8+
</entry>

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

+1
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ This releases contains ...
5656
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5` (https://github.com/apache/logging-log4j2/pull/2178[2178])
5757
* Update `org.assertj:assertj-core` to version `3.25.3` (https://github.com/apache/logging-log4j2/pull/2262[2262])
5858
* Update `org.codehaus.groovy:groovy-bom` to version `3.0.20` (https://github.com/apache/logging-log4j2/pull/2125[2125])
59+
* Update `org.junit:junit-bom` to version `5.10.2` (https://github.com/apache/logging-log4j2/pull/2261[2261])

0 commit comments

Comments
 (0)