You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/12/15 22:01:07 UTC

[httpcomponents-core] branch master updated (f8b3239 -> e2647fd)

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git.


 discard f8b3239  Bump version log4j to 2.16.0
     new e2647fd  Bump version log4j to 2.16.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f8b3239)
            \
             N -- N -- N   refs/heads/master (e2647fd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[httpcomponents-core] 01/01: Bump version log4j to 2.16.0

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git

commit e2647fd3374f7f12e6b7a0e17999a2e14b7f6de7
Author: Arturo Bernal <ar...@gmail.com>
AuthorDate: Wed Dec 15 15:40:31 2021 +0100

    Bump version log4j to 2.16.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7588176..1e88c28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
     <junit.migrationsupport.version>5.0.0</junit.migrationsupport.version>
     <mockito.version>4.0.0</mockito.version>
     <slf4j.version>1.7.25</slf4j.version>
-    <log4j.version>2.14.1</log4j.version>
+    <log4j.version>2.16.0</log4j.version>
     <rxjava.version>2.2.21</rxjava.version>
     <api.comparison.version>5.1</api.comparison.version>
     <japicmp.version>0.15.4</japicmp.version>