Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 0625112

Browse files
committed
Merge pull request #102 from twitter/t4j-v4.0.1
t4j 4.0.1
2 parents dcff4e9 + 3547238 commit 0625112

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
== 2.0.0
22

33
* Upgrade JOAuth to 6.0.2 from 4.0.1.
4-
* Removed twitter4j 2.x support. `hbc-twitter4j` module is now based on twitter4j 4.x.
4+
* Upgrade Guava dependency to 14.0.1.
5+
* Removed twitter4j 2.x support. `hbc-twitter4j` module is now based on twitter4j 4.0.1.
56
Removed the `hbc-twitter4j-v3` module as part of this.
67
* Removed transitive Scala dependency that was brought in via the previous versions of JOAuth.
78

hbc-twitter4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<dependency>
2929
<groupId>org.twitter4j</groupId>
3030
<artifactId>twitter4j-core</artifactId>
31-
<version>4.0.0</version>
31+
<version>4.0.1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.twitter4j</groupId>
3535
<artifactId>twitter4j-stream</artifactId>
36-
<version>4.0.0</version>
36+
<version>4.0.1</version>
3737
</dependency>
3838
</dependencies>
3939
<build>

0 commit comments

Comments
 (0)