Skip to content

Commit aefeb5d

Browse files
committed
Update org.codehaus.plexus:plexus-utils to version 4.0.1 (#98)
1 parent 4791541 commit aefeb5d

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-transform-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<junit.version>5.10.2</junit.version>
4141
<log4j2.version>2.23.1</log4j2.version>
4242
<maven.version>3.9.6</maven.version>
43-
<plexus-utils.version>4.0.0</plexus-utils.version>
43+
<plexus-utils.version>4.0.1</plexus-utils.version>
4444
<slf4j.version>2.0.13</slf4j.version>
4545

4646
<!-- plugin versions -->
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="98" link="https://github.com/apache/logging-log4j-transform/pull/98"/>
7+
<description format="asciidoc">Update `org.codehaus.plexus:plexus-utils` to version `4.0.1`</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
@@ -66,6 +66,7 @@ This is the second release of the project.
6666
* Update `org.apache.maven.plugins:maven-invoker-plugin` to version `3.6.1` (https://github.com/apache/logging-log4j-transform/pull/94[94])
6767
* Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.2` (https://github.com/apache/logging-log4j-transform/pull/85[85])
6868
* Update `org.assertj:assertj-core` to version `3.25.3` (https://github.com/apache/logging-log4j-transform/pull/83[83])
69+
* Update `org.codehaus.plexus:plexus-utils` to version `4.0.1` (https://github.com/apache/logging-log4j-transform/pull/98[98])
6970
* Update `org.jacoco:jacoco-maven-plugin` to version `0.8.12` (https://github.com/apache/logging-log4j-transform/pull/95[95])
7071
* Update `org.junit:junit-bom` to version `5.10.2` (https://github.com/apache/logging-log4j-transform/pull/82[82])
7172
* Update `org.ow2.asm:asm-bom` to version `9.7` (https://github.com/apache/logging-log4j-transform/pull/89[89])

0 commit comments

Comments
 (0)