diff options
author | Vitaly Takmazov | 2022-10-13 04:51:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-10-13 04:51:43 +0300 |
commit | 60d6de1cbd4b04c1fe1dd5c8e549fa76ef2844bb (patch) | |
tree | 0cffbbda155849b8e156b6e55624aaa64c3a6ea6 /pom.xml | |
parent | 73dfe133a0341f7d40811bf21678eeba5ed868e9 (diff) |
Bump twitter4j to 4.1.0, fix compatibility with API changes
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ <dependency> <groupId>org.twitter4j</groupId> <artifactId>twitter4j-core</artifactId> - <version>4.0.7</version> + <version>4.1.0</version> </dependency> <dependency> <groupId>com.rometools</groupId> |