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 336237e11710ca30cfdc7463648cac789417252d Author: Michael Blow <[email protected]> AuthorDate: Thu Mar 10 09:10:01 2022 -0500 [NO ISSUE][*DB][MISC] pickup 1.9.14-atlassian-6 to quash CVE-2019-10172 Change-Id: I63e60fee8113f48edacbb5ed55dc1282abc21735 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15643 Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Ali Alsuliman <[email protected]> Tested-by: Michael Blow <[email protected]> --- asterixdb/asterix-external-data/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asterixdb/asterix-external-data/pom.xml b/asterixdb/asterix-external-data/pom.xml index c91c9e1..dbb2382 100644 --- a/asterixdb/asterix-external-data/pom.xml +++ b/asterixdb/asterix-external-data/pom.xml @@ -522,13 +522,13 @@ <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> - <version>1.9.13-atlassian-6</version> + <version>1.9.14-atlassian-6</version> </dependency> <!-- apply patch for HADOOP-17225 to workaround CVE-2019-10172 --> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> - <version>1.9.13-atlassian-6</version> + <version>1.9.14-atlassian-6</version> </dependency> <dependency> <groupId>io.netty</groupId>
