Skip to content

Commit a3175a6

Browse files
committed
Update org.junit:junit-bom to version 5.10.2 (#103)
1 parent 3e5a036 commit a3175a6

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-tools-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<commons-io.version>2.15.1</commons-io.version>
3737
<freemarker.version>2.3.32</freemarker.version>
3838
<jakarta.inject.version>1.0.5</jakarta.inject.version>
39-
<junit.version>5.10.1</junit.version>
39+
<junit.version>5.10.2</junit.version>
4040
<modello.version>2.1.2</modello.version>
4141
<xmlunit.version>2.9.1</xmlunit.version>
4242

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.3.xsd"
5+
type="updated">
6+
<issue id="103" link="https://github.com/apache/logging-log4j-tools/pull/103"/>
7+
<description format="asciidoc">Update `org.junit:junit-bom` to version `5.10.2`</description>
8+
</entry>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ This minor release contains various bug fixes and improvements.
5353
* Update `jakarta.inject:jakarta.inject-api` to version `2.0.1` (https://github.com/apache/logging-log4j-tools/pull/94[94])
5454
* Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.11.0` (https://github.com/apache/logging-log4j-tools/pull/98[98])
5555
* Update `org.assertj:assertj-core` to version `3.25.2` (https://github.com/apache/logging-log4j-tools/pull/100[100])
56+
* Update `org.junit:junit-bom` to version `5.10.2` (https://github.com/apache/logging-log4j-tools/pull/103[103])

0 commit comments

Comments
 (0)