[watsonstt] Upgrade library (#14626)

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
This commit is contained in:
GiviMAD 2023-03-17 23:33:33 -07:00 committed by GitHub
parent 9a6b23fbec
commit 7268442c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,20 +20,20 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>speech-to-text</artifactId>
<version>10.0.1</version>
<version>11.0.0</version>
<scope>compile</scope>
</dependency>
<!-- sdk deps -->
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>sdk-core</artifactId>
<version>9.15.5</version>
<version>9.17.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>common</artifactId>
<version>10.0.1</version>
<version>11.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -51,7 +51,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.6.0</version>
<version>1.6.21</version>
<scope>compile</scope>
</dependency>
<dependency>