This is an automated email from the ASF dual-hosted git repository. dlych pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 522d5f84f118ab54471df06f63c514b932343fc8 Author: Michael Blow <[email protected]> AuthorDate: Thu Apr 7 07:18:14 2022 -0400 [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 <[email protected]> Reviewed-by: Hussain Towaileb <[email protected]> Tested-by: Michael Blow <[email protected]> --- asterixdb/src/main/appended-resources/supplemental-models.xml | 2 +- hyracks-fullstack/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml b/asterixdb/src/main/appended-resources/supplemental-models.xml index 7b9ff94241..43a8d4c9d1 100644 --- a/asterixdb/src/main/appended-resources/supplemental-models.xml +++ b/asterixdb/src/main/appended-resources/supplemental-models.xml @@ -303,7 +303,7 @@ <artifactId>jackson-annotations</artifactId> <properties> <!-- jackson-annotations does not provide an embedded NOTICE file --> - <license.ignoreMissingEmbeddedNotice>2.12.3,2.13.1</license.ignoreMissingEmbeddedNotice> + <license.ignoreMissingEmbeddedNotice>2.12.3,2.13.1,2.13.2</license.ignoreMissingEmbeddedNotice> </properties> </project> </supplement> diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index e5d5408fdf..c7e87203e9 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>
