Skip to content

Commit 9fb2705

Browse files
Merge pull request #221 from ManikaSaiKiran/AugRelease24
AugRelease24
2 parents b363445 + 7916146 commit 9fb2705

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

ipp-v3-java-data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.intuit.quickbooks-online</groupId>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.4.1</version>
88
</parent>
99

1010
<artifactId>ipp-v3-java-data</artifactId>

ipp-v3-java-devkit/pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
77
<groupId>com.intuit.quickbooks-online</groupId>
8-
<version>6.4.0</version>
8+
<version>6.4.1</version>
99
</parent>
1010
<artifactId>ipp-v3-java-devkit</artifactId>
1111
<packaging>jar</packaging>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.intuit.quickbooks-online</groupId>
2222
<artifactId>ipp-v3-java-data</artifactId>
23-
<version>6.4.0</version>
23+
<version>6.4.1</version>
2424
<exclusions>
2525
<exclusion>
2626
<groupId>javax.xml.bind</groupId>
@@ -44,10 +44,10 @@
4444
</exclusion>
4545
</exclusions>
4646
</dependency>
47-
<dependency>
48-
<groupId>asm</groupId>
49-
<artifactId>asm-commons</artifactId>
50-
<version>3.3.1</version>
47+
<dependency>
48+
<groupId>org.ow2.asm</groupId>
49+
<artifactId>asm-commons</artifactId>
50+
<version>9.7</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.sun.mail</groupId>
@@ -106,10 +106,10 @@
106106
<artifactId>commons-beanutils</artifactId>
107107
<version>1.9.4</version>
108108
</dependency>
109-
<dependency>
110-
<groupId>commons-io</groupId>
111-
<artifactId>commons-io</artifactId>
112-
<version>2.5</version>
109+
<dependency>
110+
<groupId>commons-io</groupId>
111+
<artifactId>commons-io</artifactId>
112+
<version>2.16.1</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>commons-codec</groupId>
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>net.bytebuddy</groupId>
132132
<artifactId>byte-buddy</artifactId>
133-
<version>1.12.10</version>
133+
<version>1.15.0</version>
134134
</dependency>
135135
</dependencies>
136136
<build>

ipp-v3-java-devkit/src/main/resources/ippdevkit.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Devkit Version
44
# This version has to be updated according to the pom version
5-
version = 6.4.0
5+
version = 6.4.1
66

77
# This is to have the request source to be sent to IDS request header
88
request.source = V3JavaSDK

ipp-v3-java-devkit/src/test/resources/ippdevkit.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### IPP Dev Kit helper properties
22

33
## Devkit version
4-
version = 6.4.0
4+
version = 6.4.1
55

66
# This is to have the request source to be sent to IDS request header
77
request.source = V3JavaSDK

oauth2-platform-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2222
<groupId>com.intuit.quickbooks-online</groupId>
23-
<version>6.4.0</version>
23+
<version>6.4.1</version>
2424
</parent>
2525
<artifactId>oauth2-platform-api</artifactId>
2626
<name>Quickbooks API Helper for OAuth2</name>

oauth2-platform-api/src/main/resources/oauthclient.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ EMAIL=email
3434
INTUIT_NAME=intuit_name
3535

3636
#Version
37-
version = 6.4.0
37+
version = 6.4.1
3838

3939
#MIGRATION SERVICE URL
4040
OAUTH_MIGRATION_URL_PRODUCTION=https://developer.api.intuit.com/v2/oauth2/tokens/migrate

oauth2-platform-api/src/test/resources/oauthclient.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ EMAIL=email
3434
INTUIT_NAME=intuit_name
3535

3636
#Version
37-
version = 6.4.0
37+
version = 6.4.1
3838

3939
#MIGRATION SERVICE URL
4040
OAUTH_MIGRATION_URL_PRODUCTION=https://developer.api.intuit.com/v2/oauth2/tokens/migrate

payments-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2121
<groupId>com.intuit.quickbooks-online</groupId>
22-
<version>6.4.0</version>
22+
<version>6.4.1</version>
2323
</parent>
2424
<artifactId>payments-api</artifactId>
2525
<name>Payments API SDK</name>

payments-api/src/main/resources/payment.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
1818
PAYMENTS_BASE_URL_SANDBOX=https://sandbox.api.intuit.com/quickbooks/v4/payments/
1919

2020
#Version
21-
version = 6.4.0
21+
version = 6.4.1
2222

2323
#TLS Version
2424
TLS_VERSION=TLSv1.2

payments-api/src/test/resources/payment.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
1818
PAYMENTS_BASE_URL_SANDBOX=https://sandbox.api.intuit.com/quickbooks/v4/payments/
1919

2020
#Version
21-
version = 6.4.0
21+
version = 6.4.1
2222

2323
#TLS Version
2424
TLS_VERSION=TLSv1.2

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.intuit.quickbooks-online</groupId>
77
<artifactId>ipp-v3-java-devkit-pom</artifactId>
8-
<version>6.4.0</version>
8+
<version>6.4.1</version>
99
<packaging>pom</packaging>
1010
<name>IPP V3 Java DevKit</name>
1111
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>

0 commit comments

Comments
 (0)