Skip to content

Commit

Permalink
fix(java-sdk-core-version): update java-sdk-core version to fix seria…
Browse files Browse the repository at this point in the history
…lization error on disco-v2
  • Loading branch information
kevinkowa committed Oct 23, 2020
1 parent 8f07481 commit e75e97d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion assistant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ checkstyle {
}

dependencies {
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion compare-comply/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion discovery/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion language-translator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion natural-language-classifier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion natural-language-understanding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion personality-insights/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion speech-to-text/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion text-to-speech/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion tone-analyzer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down
2 changes: 1 addition & 1 deletion visual-recognition/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ checkstyle {
dependencies {
compile project(':common')
testCompile project(':common').sourceSets.test.output
compile 'com.ibm.cloud:sdk-core:8.4.1'
compile 'com.ibm.cloud:sdk-core:8.4.3'
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
}

Expand Down

0 comments on commit e75e97d

Please sign in to comment.