Skip to content

Commit 6d8a184

Browse files
committed
update v2.9.1
1 parent c55c001 commit 6d8a184

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ sourceCompatibility = 1.8
2525
targetCompatibility = 1.8
2626

2727
dependencies {
28-
compile("org.springframework.boot:spring-boot-starter-web")
29-
compile("com.intuit.quickbooks-online:ipp-v3-java-data:2.9.0")
30-
compile("com.intuit.quickbooks-online:ipp-v3-java-devkit:2.9.0")
28+
29+
compile("com.intuit.quickbooks-online:ipp-v3-java-data:2.9.1")
30+
compile (group: 'com.intuit.quickbooks-online', name: 'ipp-v3-java-devkit', version: '2.9.1', classifier: 'jar-with-dependencies')
3131
compile("org.springframework.boot:spring-boot-starter-data-jpa")
32+
compile("org.springframework.boot:spring-boot-starter-web")
3233
compile("com.h2database:h2"); //set the database to hyper sql
3334
compile("org.springframework.boot:spring-boot-starter-data-rest")
3435
compile("org.springframework.data:spring-data-rest-webmvc")

0 commit comments

Comments
 (0)