You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2023/01/23 08:34:01 UTC

[zookeeper] branch branch-3.8 updated (5032211b6 -> 10f04f15c)

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

eolivelli pushed a change to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


    from 5032211b6 ZOOKEEPER-4649: Upgrade netty to 4.1.86 because of CVE-2022-41915 (#1963)
     new 089233005 [ZOOKEEPER-4659] Upgrade commons-cli to 1.5.0 (#1970)
     new 10f04f15c [ZOOKEEPER-4661] Upgrade Jackson Databind to 2.13.4.2 for CVE-2022-42003 CVE-2022-42004 (#1972)

The 2 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                                                               | 4 ++--
 .../lib/{commons-io-2.7.LICENSE.txt => commons-cli-1.5.0.LICENSE.txt} | 0
 .../lib/{commons-io-2.7.LICENSE.txt => commons-io-2.11.0.LICENSE.txt} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 mode change 100755 => 100644 pom.xml
 copy zookeeper-server/src/main/resources/lib/{commons-io-2.7.LICENSE.txt => commons-cli-1.5.0.LICENSE.txt} (100%)
 rename zookeeper-server/src/main/resources/lib/{commons-io-2.7.LICENSE.txt => commons-io-2.11.0.LICENSE.txt} (100%)


[zookeeper] 02/02: [ZOOKEEPER-4661] Upgrade Jackson Databind to 2.13.4.2 for CVE-2022-42003 CVE-2022-42004 (#1972)

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

eolivelli pushed a commit to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git

commit 10f04f15c857a54ada3debe070fc3bbb86f3693c
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Mon Jan 23 09:33:19 2023 +0100

    [ZOOKEEPER-4661] Upgrade Jackson Databind to 2.13.4.2 for CVE-2022-42003 CVE-2022-42004 (#1972)
    
    (cherry picked from commit 3e7f551bb9372c87930a4490c8572d976dba976f)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d2dedc685..192a91350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@
     <commons-cli.version>1.5.0</commons-cli.version>
     <netty.version>4.1.86.Final</netty.version>
     <jetty.version>9.4.49.v20220914</jetty.version>
-    <jackson.version>2.13.2.1</jackson.version>
+    <jackson.version>2.13.4.2</jackson.version>
     <jline.version>2.14.6</jline.version>
     <snappy.version>1.1.7.7</snappy.version>
     <kerby.version>2.0.0</kerby.version>


[zookeeper] 01/02: [ZOOKEEPER-4659] Upgrade commons-cli to 1.5.0 (#1970)

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

eolivelli pushed a commit to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git

commit 0892330051fc506e57abb8ccef412be815cb9f71
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Fri Jan 20 14:19:02 2023 +0100

    [ZOOKEEPER-4659] Upgrade commons-cli to 1.5.0 (#1970)
    
    (cherry picked from commit f26d9b7a84e6ce2d2269a9011ce46b6d28b430e1)
---
 pom.xml                                                                 | 2 +-
 .../lib/{commons-io-2.7.LICENSE.txt => commons-cli-1.5.0.LICENSE.txt}   | 0
 .../lib/{commons-io-2.7.LICENSE.txt => commons-io-2.11.0.LICENSE.txt}   | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
old mode 100755
new mode 100644
index 6869dbd86..d2dedc685
--- a/pom.xml
+++ b/pom.xml
@@ -466,7 +466,7 @@
     <junit-platform.version>1.6.2</junit-platform.version>
     <mockito.version>3.6.28</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <commons-cli.version>1.4</commons-cli.version>
+    <commons-cli.version>1.5.0</commons-cli.version>
     <netty.version>4.1.86.Final</netty.version>
     <jetty.version>9.4.49.v20220914</jetty.version>
     <jackson.version>2.13.2.1</jackson.version>
diff --git a/zookeeper-server/src/main/resources/lib/commons-io-2.7.LICENSE.txt b/zookeeper-server/src/main/resources/lib/commons-cli-1.5.0.LICENSE.txt
similarity index 100%
copy from zookeeper-server/src/main/resources/lib/commons-io-2.7.LICENSE.txt
copy to zookeeper-server/src/main/resources/lib/commons-cli-1.5.0.LICENSE.txt
diff --git a/zookeeper-server/src/main/resources/lib/commons-io-2.7.LICENSE.txt b/zookeeper-server/src/main/resources/lib/commons-io-2.11.0.LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/commons-io-2.7.LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/commons-io-2.11.0.LICENSE.txt