[watsonstt] use next gen model (#12971)
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
This commit is contained in:
@@ -20,20 +20,20 @@
|
||||
<dependency>
|
||||
<groupId>com.ibm.watson</groupId>
|
||||
<artifactId>speech-to-text</artifactId>
|
||||
<version>9.3.1</version>
|
||||
<version>10.0.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- sdk deps -->
|
||||
<dependency>
|
||||
<groupId>com.ibm.cloud</groupId>
|
||||
<artifactId>sdk-core</artifactId>
|
||||
<version>9.15.4</version>
|
||||
<version>9.15.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.ibm.watson</groupId>
|
||||
<artifactId>common</artifactId>
|
||||
<version>9.3.1</version>
|
||||
<version>10.0.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -51,7 +51,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib</artifactId>
|
||||
<version>1.4.10</version>
|
||||
<version>1.4.32</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user