This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 8f8402ed0cb86c77a58832bdfbfadedd84dba827 Author: Michael Blow <[email protected]> AuthorDate: Thu Jan 11 00:09:36 2024 +0000 Revert "[NO ISSUE][MISC] Update Jackson to 2.16.1" Reason for revert: added value size restrictions causing test failures This reverts commit 09f9260cc. Change-Id: I7b1ec474da4c7f673762ddacfd263d440d98566b Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18103 Reviewed-by: Murtadha Hubail <[email protected]> Tested-by: Michael Blow <[email protected]> --- hyracks-fullstack/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 63d9015d85..3453ebd263 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -73,7 +73,7 @@ <jacoco.version>0.7.6.201602180812</jacoco.version> <log4j.version>2.22.1</log4j.version> <snappy.version>1.1.10.5</snappy.version> - <jackson.version>2.16.1</jackson.version> + <jackson.version>2.14.3</jackson.version> <jackson-databind.version>${jackson.version}</jackson-databind.version> <netty.version>4.1.101.Final</netty.version>
