From 00812f1d3b61f6e99cbc45dfa63a85e08dbef4f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 5 Jun 2019 12:02:47 +0200 Subject: [PATCH] Bump stream from 1.1.9 to 1.2.1 (#1338) Bumps [stream](https://github.com/aNNiMON/Lightweight-Stream-API) from 1.1.9 to 1.2.1. - [Release notes](https://github.com/aNNiMON/Lightweight-Stream-API/releases) - [Commits](https://github.com/aNNiMON/Lightweight-Stream-API/compare/v1.1.9...v1.2.1) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7e8d9855..e47ee91e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.5' implementation 'org.mindrot:jbcrypt:0.4' implementation 'com.google.guava:guava:23.6-android' - implementation 'com.annimon:stream:1.1.9' + implementation 'com.annimon:stream:1.2.1' implementation 'com.android.volley:volley:1.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.google.dagger:dagger:2.14.1'