KEYCLOAK-12692 Upgrade to twitter4j 4.0.7

This commit is contained in:
Martin Kanis 2020-01-21 10:08:09 +01:00 committed by Hynek Mlnařík
parent 986213be23
commit 73eaa38357
5 changed files with 5 additions and 9 deletions

View file

@ -59,11 +59,11 @@
<dependency> <dependency>
<groupId>org.twitter4j</groupId> <groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId> <artifactId>twitter4j-core</artifactId>
<version>4.0.4</version> <version>4.0.7</version>
<licenses> <licenses>
<license> <license>
<name>Apache Software License 2.0</name> <name>Apache Software License 2.0</name>
<url>https://raw.githubusercontent.com/yusuke/twitter4j/4.0.4/LICENSE.txt</url> <url>https://raw.githubusercontent.com/yusuke/twitter4j/4.0.7/LICENSE.txt</url>
</license> </license>
</licenses> </licenses>
</dependency> </dependency>

View file

@ -174,6 +174,4 @@
incurred by, or claims asserted against, such Contributor by reason incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability. of your accepting any such warranty or additional liability.
Twitter4J SUBCOMPONENTS:
Twitter4J includes software from JSON.org to parse JSON response from the Twitter API. You can see the license term at http://www.JSON.org/license.html

View file

@ -59,11 +59,11 @@
<dependency> <dependency>
<groupId>org.twitter4j</groupId> <groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId> <artifactId>twitter4j-core</artifactId>
<version>4.0.4.redhat-3</version> <version>4.0.7.redhat-00002</version>
<licenses> <licenses>
<license> <license>
<name>Apache Software License 2.0</name> <name>Apache Software License 2.0</name>
<url>https://raw.githubusercontent.com/yusuke/twitter4j/4.0.4/LICENSE.txt</url> <url>https://raw.githubusercontent.com/yusuke/twitter4j/4.0.7/LICENSE.txt</url>
</license> </license>
</licenses> </licenses>
</dependency> </dependency>

View file

@ -174,6 +174,4 @@
incurred by, or claims asserted against, such Contributor by reason incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability. of your accepting any such warranty or additional liability.
Twitter4J SUBCOMPONENTS:
Twitter4J includes software from JSON.org to parse JSON response from the Twitter API. You can see the license term at http://www.JSON.org/license.html

View file

@ -126,7 +126,7 @@
<mssql.version>7.4.1.jre8</mssql.version> <mssql.version>7.4.1.jre8</mssql.version>
<servlet.api.30.version>1.0.2.Final</servlet.api.30.version> <servlet.api.30.version>1.0.2.Final</servlet.api.30.version>
<servlet.api.40.version>1.0.0.Final</servlet.api.40.version> <servlet.api.40.version>1.0.0.Final</servlet.api.40.version>
<twitter4j.version>4.0.4</twitter4j.version> <twitter4j.version>4.0.7</twitter4j.version>
<jna.version>4.1.0</jna.version> <jna.version>4.1.0</jna.version>
<!-- Test --> <!-- Test -->