File tree Expand file tree Collapse file tree 11 files changed +17
-17
lines changed Expand file tree Collapse file tree 11 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.intuit.quickbooks-online</groupId >
66 <artifactId >ipp-v3-java-devkit-pom</artifactId >
7- <version >6.0.3 </version >
7+ <version >6.0.4 </version >
88 </parent >
99
1010 <artifactId >ipp-v3-java-data</artifactId >
3535 <dependency >
3636 <groupId >com.fasterxml.jackson.core</groupId >
3737 <artifactId >jackson-annotations</artifactId >
38- <version >2.9.6 </version >
38+ <version >2.9.10 </version >
3939 </dependency >
4040
4141 <dependency >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >ipp-v3-java-devkit-pom</artifactId >
66 <groupId >com.intuit.quickbooks-online</groupId >
7- <version >6.0.3 </version >
7+ <version >6.0.4 </version >
88 </parent >
99
1010 <artifactId >ipp-v3-java-devkit</artifactId >
2222 <dependency >
2323 <groupId >com.intuit.quickbooks-online</groupId >
2424 <artifactId >ipp-v3-java-data</artifactId >
25- <version >6.0.3 </version >
25+ <version >6.0.4 </version >
2626 </dependency >
2727 <dependency >
2828 <groupId >cglib</groupId >
9797 <dependency >
9898 <groupId >com.fasterxml.jackson.jaxrs</groupId >
9999 <artifactId >jackson-jaxrs-json-provider</artifactId >
100- <version >2.9.6 </version >
100+ <version >2.9.10 </version >
101101 </dependency >
102102 <dependency >
103103 <groupId >org.jmockit</groupId >
Original file line number Diff line number Diff line change 22
33# # Devkit Version
44# This version has to be updated according to the pom version
5- version = 6.0.3
5+ version = 6.0.4
66
77# This is to have the request source to be sent to IDS request header
88request.source = V3JavaSDK
Original file line number Diff line number Diff line change 11# ## IPP Dev Kit helper properties
22
33# # Devkit version
4- version = 6.0.3
4+ version = 6.0.4
55
66# This is to have the request source to be sent to IDS request header
77request.source = V3JavaSDK
Original file line number Diff line number Diff line change 2020 <parent >
2121 <artifactId >ipp-v3-java-devkit-pom</artifactId >
2222 <groupId >com.intuit.quickbooks-online</groupId >
23- <version >6.0.3 </version >
23+ <version >6.0.4 </version >
2424 </parent >
2525 <artifactId >oauth2-platform-api</artifactId >
2626 <name >Quickbooks API Helper for OAuth2</name >
4949 <dependency >
5050 <groupId >com.fasterxml.jackson.core</groupId >
5151 <artifactId >jackson-databind</artifactId >
52- <version >2.9.9 </version >
52+ <version >2.9.10 </version >
5353 </dependency >
5454 <dependency >
5555 <groupId >commons-codec</groupId >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ EMAIL=email
3434INTUIT_NAME =intuit_name
3535
3636# Version
37- version =6.0.3
37+ version =6.0.4
3838
3939# MIGRATION SERVICE URL
4040OAUTH_MIGRATION_URL_PRODUCTION =https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ EMAIL=email
3434INTUIT_NAME =intuit_name
3535
3636# Version
37- version =6.0.3
37+ version =6.0.4
3838
3939# MIGRATION SERVICE URL
4040OAUTH_MIGRATION_URL_PRODUCTION =https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Original file line number Diff line number Diff line change 1919 <parent >
2020 <artifactId >ipp-v3-java-devkit-pom</artifactId >
2121 <groupId >com.intuit.quickbooks-online</groupId >
22- <version >6.0.3 </version >
22+ <version >6.0.4 </version >
2323 </parent >
2424 <artifactId >payments-api</artifactId >
2525 <name >Payments API SDK</name >
3333 <dependency >
3434 <groupId >com.fasterxml.jackson.module</groupId >
3535 <artifactId >jackson-module-jaxb-annotations</artifactId >
36- <version >2.9.6 </version >
36+ <version >2.9.10 </version >
3737 </dependency >
3838 <dependency >
3939 <groupId >org.jmockit</groupId >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
1818PAYMENTS_BASE_URL_SANDBOX =https://sandbox.api.intuit.com/quickbooks/v4/payments/
1919
2020# Version
21- version =6.0.3
21+ version =6.0.4
2222
2323# TLS Version
2424TLS_VERSION =TLSv1.2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
1818PAYMENTS_BASE_URL_SANDBOX =https://sandbox.api.intuit.com/quickbooks/v4/payments/
1919
2020# Version
21- version =6.0.3
21+ version =6.0.4
2222
2323# TLS Version
2424TLS_VERSION =TLSv1.2
You can’t perform that action at this time.
0 commit comments