You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/09/18 17:03:43 UTC

[phoenix] branch master updated: PHOENIX-6550 Upgrade jetty, jackson and commons-io

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new f606289  PHOENIX-6550 Upgrade jetty, jackson and commons-io
f606289 is described below

commit f606289febe674d92b070d4c6db6be1b425e6be8
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Sep 17 08:17:06 2021 +0200

    PHOENIX-6550 Upgrade jetty, jackson and commons-io
---
 phoenix-tracing-webapp/pom.xml | 2 +-
 pom.xml                        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml
index e93b530..31fe2ef 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -32,7 +32,7 @@
     <properties>
        <!-- tracing webapp only versions -->
        <servlet.api.version>3.1.0</servlet.api.version>
-       <jetty.version>9.3.27.v20190418</jetty.version>
+       <jetty.version>9.4.43.v20210629</jetty.version>
     </properties>
 
 
diff --git a/pom.xml b/pom.xml
index f92950c..f7d9b7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <top.dir>${project.basedir}/..</top.dir>
 
     <!-- Dependency versions -->
-    <jackson.version>2.10.3</jackson.version>
+    <jackson.version>2.12.4</jackson.version>
     <antlr.version>3.5.2</antlr.version>
     <log4j.version>1.2.17</log4j.version>
     <disruptor.version>3.3.6</disruptor.version>
@@ -110,7 +110,7 @@
     <protobuf.group>com.google.protobuf</protobuf.group>
     <protobuf-java.version>2.5.0</protobuf-java.version>
     <protoc.version>2.5.0</protoc.version>
-    <commons-io.version>2.5</commons-io.version>
+    <commons-io.version>2.11.0</commons-io.version>
     <commons-lang.version>3.8</commons-lang.version>
     <commons-csv.version>1.0</commons-csv.version>
     <sqlline.version>1.9.0</sqlline.version>