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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1747bc7b8c5 HIVE-27027: Upgrade jettison to 1.5.3 to fix 
CVE-2022-45693 (Shreeya Sand, reviewed by Pravin Kumar Sinha)
1747bc7b8c5 is described below

commit 1747bc7b8c58d84f455c95f26f1183a65246f331
Author: Shreeya Sand <50237152+shreeyas...@users.noreply.github.com>
AuthorDate: Fri Feb 17 19:43:00 2023 +0530

    HIVE-27027: Upgrade jettison to 1.5.3 to fix CVE-2022-45693 (Shreeya Sand, 
reviewed by Pravin Kumar Sinha)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e9c752b85a5..9840b79b2a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
     <javax-servlet.version>3.1.0</javax-servlet.version>
     <javax-servlet-jsp.version>2.3.1</javax-servlet-jsp.version>
     <javolution.version>5.5.1</javolution.version>
-    <jettison.version>1.5.1</jettison.version>
+    <jettison.version>1.5.3</jettison.version>
     <jetty.version>9.4.40.v20210413</jetty.version>
     <jersey.version>1.19</jersey.version>
     <jline.version>2.14.6</jline.version>

Reply via email to