Skip to content

Commit f1007ec

Browse files
committed
Update org.junit:junit-bom to version 5.10.2 (#2260)
1 parent bd10919 commit f1007ec

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

log4j-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<json-unit.version>2.38.0</json-unit.version>
132132
<jspecify.version>0.3.0</jspecify.version>
133133
<junit.version>4.13.2</junit.version>
134-
<junit-jupiter.version>5.10.1</junit-jupiter.version>
134+
<junit-jupiter.version>5.10.2</junit-jupiter.version>
135135
<junit-pioneer.version>2.2.0</junit-pioneer.version>
136136
<kubernetes-client.version>5.12.4</kubernetes-client.version>
137137
<log4j.version>1.2.17</log4j.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="2260" link="https://github.com/apache/logging-log4j2/pull/2260"/>
7+
<description format="asciidoc">Update `org.junit:junit-bom` to version `5.10.2`</description>
8+
</entry>

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

+3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ This release contains...
5454
5555
* Removed legacy `2.x` properties configuration factory.
5656
* Remove `DefaultLogEventFactory`
57+
* Remove `log4j-appserver` module (https://github.com/apache/logging-log4j2/pull/2257[2257])
5758
* Remove `org.apache.logging.log4j.core.parser` and related packages. (https://github.com/apache/logging-log4j2/pull/2154[2154])
59+
* Remove `log4j-jcl` module (https://github.com/apache/logging-log4j2/pull/2257[2257])
5860
* Removed JMX support.
5961
* Remove `log4j-layout-jackson` module (https://github.com/apache/logging-log4j2/pull/2198[2198])
6062
* Remove `log4j-layout-jackson-xml` module (https://github.com/apache/logging-log4j2/pull/2198[2198])
@@ -74,6 +76,7 @@ This release contains...
7476
* Update `org.assertj:assertj-core` to version `3.25.2` (https://github.com/apache/logging-log4j2/pull/2246[2246])
7577
* Update `org.elasticsearch.client:elasticsearch-rest-high-level-client` to version `7.17.17` (https://github.com/apache/logging-log4j2/pull/2237[2237])
7678
* Update `org.graalvm.truffle:truffle-api` to version `23.1.2` (https://github.com/apache/logging-log4j2/pull/2206[2206])
79+
* Update `org.junit:junit-bom` to version `5.10.2` (https://github.com/apache/logging-log4j2/pull/2260[2260])
7780
* Update `org.mockito:mockito-bom` to version `5.10.0` (https://github.com/apache/logging-log4j2/pull/2245[2245])
7881
* Update `org.slf4j:slf4j-api` to version `2.0.10` (https://github.com/apache/logging-log4j2/pull/2136[2136])
7982
* Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.2` (https://github.com/apache/logging-log4j2/pull/2222[2222])

0 commit comments

Comments
 (0)