Repository: bahir Updated Branches: refs/heads/master adeb24ba8 -> d2dec8416
Update twitter4j-streaming to latest version 4.0.5 Closes #66 Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/d2dec841 Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/d2dec841 Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/d2dec841 Branch: refs/heads/master Commit: d2dec84162a769354d9c0ebcf1005cd6b990e248 Parents: adeb24b Author: Milad <[email protected]> Authored: Sat May 19 12:40:09 2018 +0430 Committer: Luciano Resende <[email protected]> Committed: Tue May 29 20:55:05 2018 -0700 ---------------------------------------------------------------------- streaming-twitter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/d2dec841/streaming-twitter/pom.xml ---------------------------------------------------------------------- diff --git a/streaming-twitter/pom.xml b/streaming-twitter/pom.xml index bd2bbbf..082a26e 100644 --- a/streaming-twitter/pom.xml +++ b/streaming-twitter/pom.xml @@ -55,7 +55,7 @@ <dependency> <groupId>org.twitter4j</groupId> <artifactId>twitter4j-stream</artifactId> - <version>4.0.4</version> + <version>4.0.6</version> </dependency> <dependency> <groupId>org.scalacheck</groupId>
