This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 3ccfad6 Use latest security patches in readme
3ccfad6 is described below
commit 3ccfad639f0f675dca52756568bac2a02025d304
Author: Matt Sicker <[email protected]>
AuthorDate: Sat Jan 29 00:01:34 2022 -0600
Use latest security patches in readme
---
README.md | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 790fca5..f1d6fe7 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,6 @@
Apache Log4j 2 is an upgrade to Log4j that provides significant improvements
over its predecessor, Log4j 1.x,
and provides many of the improvements available in Logback while fixing some
inherent problems in Logback's architecture.
-[](https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/)
-[](https://travis-ci.org/apache/logging-log4j2)
[](http://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api)
@@ -69,9 +67,9 @@ The Log4j 2 User's Guide is available
[here](https://logging.apache.org/log4j/2.
## Requirements
-* Java 8 users should use 2.17.0 or greater.
-* Java 7 users should use 2.12.2.
-* Java 6 users should use 2.3.
+* Java 8 users should use 2.17.1 or greater.
+* Java 7 users should use 2.12.4.
+* Java 6 users should use 2.3.2.
* Some features require optional dependencies; the documentation for these
features specifies the dependencies.
## License