Skip to content

Commit

Permalink
Update commons-io:commons-io to version 2.16.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Mar 29, 2024
1 parent 7f86294 commit 1fda9dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion log4j-transform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<assertj.version>3.25.3</assertj.version>
<commons-lang.version>3.14.0</commons-lang.version>
<commons-logging.version>1.3.0</commons-logging.version>
<commons-io.version>2.15.1</commons-io.version>
<commons-io.version>2.16.0</commons-io.version>
<jmh.version>1.37</jmh.version>
<junit.version>5.10.2</junit.version>
<log4j2.version>2.23.1</log4j2.version>
Expand Down
8 changes: 4 additions & 4 deletions src/changelog/.0.x.x/update_commons_io_commons_io.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
type="changed">
<issue id="70" link="https://github.com/apache/logging-log4j-transform/pull/70"/>
<description format="asciidoc">Update `commons-io:commons-io` to version `2.15.1`</description>
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="updated">
<issue id="91" link="https://github.com/apache/logging-log4j-transform/pull/91"/>
<description format="asciidoc">Update `commons-io:commons-io` to version `2.16.0`</description>
</entry>
6 changes: 5 additions & 1 deletion src/site/_release-notes/_0.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,19 @@ This is the second release of the project.
==== Changed
* Migrated `logging-parent` to version `10.2.0` and adopted its CI and `pom.xml` infrastructure
* Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j-transform/pull/70[70])
* Update `commons-logging:commons-logging` to version `1.3.0` (https://github.com/apache/logging-log4j-transform/pull/67[67])
* Update `org.apache.commons:commons-lang3` to version `3.14.0` (https://github.com/apache/logging-log4j-transform/pull/69[69])
* Update `org.apache.maven:maven-core` to version `3.9.6` (https://github.com/apache/logging-log4j-transform/pull/65[65])
* Update `org.apache.maven.plugins:maven-invoker-plugin` to version `3.6.0` (https://github.com/apache/logging-log4j-transform/pull/68[68])
==== Fixed
* Fixed transformation of a single `Log4j2Plugins.dat` plugin. (https://github.com/apache/logging-log4j-transform/pull/87[87])
==== Updated
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-transform/pull/80[80])
* Update `commons-io:commons-io` to version `2.16.0` (https://github.com/apache/logging-log4j-transform/pull/91[91])
* Update `org.apache.logging.log4j:log4j-bom` to version `2.23.1` (https://github.com/apache/logging-log4j-transform/pull/88[88])
* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-transform/pull/72[72])
* Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.2` (https://github.com/apache/logging-log4j-transform/pull/85[85])
Expand Down

0 comments on commit 1fda9dd

Please sign in to comment.