You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ca...@apache.org on 2020/02/25 23:11:46 UTC

[samza] branch master updated: upgrade jackson-core to 2.10.0 as needed by azure-storage-blob (#1277)

This is an automated email from the ASF dual-hosted git repository.

cameronlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new eb215c5  upgrade jackson-core to 2.10.0 as needed by azure-storage-blob (#1277)
eb215c5 is described below

commit eb215c55620819dc00e3dd6b7f944810215f4393
Author: lakshmi-manasa-g <mg...@linkedin.com>
AuthorDate: Tue Feb 25 15:11:40 2020 -0800

    upgrade jackson-core to 2.10.0 as needed by azure-storage-blob (#1277)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 143a04c..0b918ad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -216,7 +216,7 @@ project(":samza-azure_$scalaSuffix") {
     compile "com.azure:azure-storage-blob:12.0.1"
     compile "com.microsoft.azure:azure-storage:5.3.1"
     compile "com.microsoft.azure:azure-eventhubs:1.0.1"
-    compile "com.fasterxml.jackson.core:jackson-core:2.8.8"
+    compile "com.fasterxml.jackson.core:jackson-core:2.10.0"
     compile "io.dropwizard.metrics:metrics-core:3.1.2"
     compile "org.apache.avro:avro:$avroVersion"
     compile project(':samza-api')