You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/01/03 20:19:21 UTC

[incubator-heron] branch nicknezis/dhalion-upgrade created (now 52543d5)

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

nicknezis pushed a change to branch nicknezis/dhalion-upgrade
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at 52543d5  Updated Dhalion dependency

This branch includes the following new commits:

     new 52543d5  Updated Dhalion dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-heron] 01/01: Updated Dhalion dependency

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/dhalion-upgrade
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 52543d5d915cdc28a4b7f23236d4133101f7ad39
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Mon Jan 3 15:19:15 2022 -0500

    Updated Dhalion dependency
---
 WORKSPACE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WORKSPACE b/WORKSPACE
index 7982cd7..51d6f8c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -81,7 +81,7 @@ maven_install(
         "org.apache.httpcomponents:httpclient:" + http_client_version,
         "org.apache.httpcomponents:httpmime:" + http_client_version,
         "com.google.apis:google-api-services-storage:v1-rev108-1.22.0",
-        "com.microsoft.dhalion:dhalion:0.2.3",
+        "com.microsoft.dhalion:dhalion:0.2.6",
         "org.objenesis:objenesis:2.1",
         "com.amazonaws:aws-java-sdk-s3:" + aws_version,
         "org.eclipse.jetty:jetty-server:" + jetty_version,