Skip to content
Open
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
16ecd1d
Fix request with CSRFToken
cyrus07424 Jun 11, 2019
926b728
Change dependency library version to mavencentral jar's vesion
cyrus07424 Jun 12, 2019
cfdfad3
Add is_business_account flag support
cyrus07424 Jun 12, 2019
9d61903
Add method for get login user ID
cyrus07424 Jun 12, 2019
41bfeb2
Add request header parameters
cyrus07424 Jun 13, 2019
b8738b7
Add login request parameter, Add common request header
cyrus07424 Jun 14, 2019
7807d85
Fix getAccountById method causes NullPointerException
cyrus07424 Jun 14, 2019
597d0fe
Add error type parameter support on InstagramException
cyrus07424 Jun 19, 2019
4ab22d2
Add CHECKPOINT_REQUIRED error type
cyrus07424 Jun 21, 2019
220249b
Add TWO_FACTOR_REQUIRED error type
cyrus07424 Jun 21, 2019
d713b9b
Fix ErrorType specific logic
cyrus07424 Jun 22, 2019
e0cb1ca
Change Exception type
cyrus07424 Jun 26, 2019
74074af
Add RATE_LIMITED error type
cyrus07424 Jul 3, 2019
3ecba80
Bump org.eclipse.persistence.moxy from 2.7.0 to 2.7.6
dependabot-preview[bot] Feb 17, 2020
309f745
Bump maven-shade-plugin from 3.2.0 to 3.2.2
dependabot-preview[bot] Feb 17, 2020
e0c89dc
Bump hibernate-jpa-2.1-api from 1.0.0.Final to 1.0.2
dependabot-preview[bot] Feb 17, 2020
9f7bc6f
Bump dom-transformation from 1.1 to 1.2
dependabot-preview[bot] Feb 17, 2020
6c900d3
Merge pull request #1 from evosystem-jp/dependabot/maven/org.eclipse.…
cyrus07424 Feb 17, 2020
b5d8748
Merge pull request #2 from evosystem-jp/dependabot/maven/org.apache.m…
cyrus07424 Feb 17, 2020
a569bd6
Merge pull request #3 from evosystem-jp/dependabot/maven/org.hibernat…
cyrus07424 Feb 17, 2020
3dac266
Merge pull request #4 from evosystem-jp/dependabot/maven/com.github.i…
cyrus07424 Feb 17, 2020
9b3c1c4
Bump lombok from edge-SNAPSHOT to 1.18.12
dependabot-preview[bot] Feb 18, 2020
3758e59
Bump commons-beanutils from 1.9.3 to 1.9.4
dependabot-preview[bot] Feb 18, 2020
e4c7e0a
Bump okhttp from 3.2.0 to 4.4.0
dependabot-preview[bot] Feb 18, 2020
1aa7abc
Bump jaxb-api from 2.1 to 2.3.1
dependabot-preview[bot] Feb 18, 2020
0d133af
Bump junit from 4.12 to 4.13
dependabot-preview[bot] Feb 18, 2020
42acca9
Bump maven-compiler-plugin from 3.8.0 to 3.8.1
dependabot-preview[bot] Feb 18, 2020
6fa56bd
Bump logging-interceptor from 3.2.0 to 4.4.0
dependabot-preview[bot] Feb 18, 2020
4b3b454
Bump assertj-core from 3.11.1 to 3.15.0
dependabot-preview[bot] Feb 18, 2020
e3933d5
Merge pull request #5 from evosystem-jp/dependabot/maven/org.projectl…
cyrus07424 Feb 21, 2020
ce7cc6b
Merge pull request #6 from evosystem-jp/dependabot/maven/commons-bean…
cyrus07424 Feb 21, 2020
a9ebb50
Merge pull request #7 from evosystem-jp/dependabot/maven/com.squareup…
cyrus07424 Feb 21, 2020
2f5415c
Merge pull request #8 from evosystem-jp/dependabot/maven/javax.xml.bi…
cyrus07424 Feb 21, 2020
e245c46
Merge pull request #9 from evosystem-jp/dependabot/maven/junit-junit-…
cyrus07424 Feb 21, 2020
605403b
Merge pull request #10 from evosystem-jp/dependabot/maven/org.apache.…
cyrus07424 Feb 21, 2020
1956a11
Merge pull request #11 from evosystem-jp/dependabot/maven/com.squareu…
cyrus07424 Feb 21, 2020
5a40f2a
Merge pull request #12 from evosystem-jp/dependabot/maven/org.assertj…
cyrus07424 Feb 21, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>3.2.0</version>
<version>4.4.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.assertj/assertj-core -->
<dependency>
Expand Down