This is an automated email from the ASF dual-hosted git repository.
chetanm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 0f8ee7d Update alpakka-s3 to 1.1.2. (#4746)
0f8ee7d is described below
commit 0f8ee7d9a400da61cbafce77b393678d22c179df
Author: Markus Thömmes <[email protected]>
AuthorDate: Tue Nov 26 06:59:09 2019 +0100
Update alpakka-s3 to 1.1.2. (#4746)
---
common/scala/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index bdeb5af..0673a8a 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -83,7 +83,7 @@ dependencies {
compile "io.reactivex:rxjava-reactive-streams:1.2.1"
compile "com.microsoft.azure:azure-cosmosdb:2.6.2"
- compile
("com.lightbend.akka:akka-stream-alpakka-s3_${gradle.scala.depVersion}:1.0.1") {
+ compile
("com.lightbend.akka:akka-stream-alpakka-s3_${gradle.scala.depVersion}:1.1.2") {
exclude group: 'org.apache.httpcomponents' //Not used as alpakka uses
akka-http
exclude group: 'com.fasterxml.jackson.core'
exclude group: 'com.fasterxml.jackson.dataformat'