This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new dc4dfca Bump Apache Log4j 2.14.1 to 2.15.0 [Tests].
dc4dfca is described below
commit dc4dfcabcee29f1eba5d824cd97e04a643348fd1
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 11 16:32:34 2021 -0500
Bump Apache Log4j 2.14.1 to 2.15.0 [Tests].
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 77a21bd..fd48bb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
<commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
<biz.aQute.bndlib.version>6.1.0</biz.aQute.bndlib.version>
<slf4j.version>1.7.26</slf4j.version>
- <log4j2.version>2.14.1</log4j2.version>
+ <log4j2.version>2.15.0</log4j2.version>
<clirr.skip>true</clirr.skip>
<japicmp.skip>false</japicmp.skip>
<jacoco.skip>false</jacoco.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 93c4277..849e96b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -154,6 +154,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" due-to="Gary Gregory" type="update">
Bump org.apache.httpcomponents:httpcore-nio 4.4.14 -> 4.4.15.
</action>
+ <action dev="ggregory" due-to="Gary Gregory" type="update">
+ Bump Apache Log4j 2.14.1 to 2.15.0 [Tests].
+ </action>
</release>
<release version="2.9.0" date="2021-06-16" description="Maintenance
release. Requires Java 8.">
<!-- ADDS -->