[NO ISSUE][MISC] Update dependencies

- com.fasterxml.jackson.core:jackson-annotations . 2.13.1 -> 2.13.2
- com.fasterxml.jackson.core:jackson-core ........ 2.13.1 -> 2.13.2
- com.fasterxml.jackson.core:jackson-databind .... 2.13.1 -> 2.13.2.2

Change-Id: I770ca047d84e4db0d1bbf15eda3b55c532b70ec9
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/16043
Reviewed-by: Michael Blow <mblow@apache.org>
Reviewed-by: Hussain Towaileb <hussainht@gmail.com>
Tested-by: Michael Blow <mblow@apache.org>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index e5d5408..c7e8720 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -71,7 +71,7 @@
     <jacoco.version>0.7.6.201602180812</jacoco.version>
     <log4j.version>2.17.1</log4j.version>
     <snappy.version>1.1.8.4</snappy.version>
-    <jackson.version>2.13.1</jackson.version>
+    <jackson.version>2.13.2</jackson.version>
 
     <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
     <implementation.url>https://asterixdb.apache.org/</implementation.url>
@@ -179,7 +179,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}</version>
+        <version>2.13.2.2</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>