Michael Blow has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/3013
Change subject: [NO ISSUE] Update Jackson libraries to 2.9.7
......................................................................
[NO ISSUE] Update Jackson libraries to 2.9.7
Change-Id: I0b8a455ea9759a16422ccb35e858f6fc7e504721
---
M hyracks-fullstack/pom.xml
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/13/3013/1
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 1de4c6b..1d52cc8 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -149,17 +149,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.8.4</version>
+ <version>2.9.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.8.4</version>
+ <version>2.9.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.8.4</version>
+ <version>2.9.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
@@ -764,4 +764,4 @@
<module>algebricks</module>
<module>hyracks-fullstack-license</module>
</modules>
-</project>
\ No newline at end of file
+</project>
--
To view, visit https://asterix-gerrit.ics.uci.edu/3013
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0b8a455ea9759a16422ccb35e858f6fc7e504721
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: stabilization-f69489
Gerrit-Owner: Michael Blow <[email protected]>