mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[watsonstt] Upgrade library (#14626)
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
This commit is contained in:
parent
9a6b23fbec
commit
7268442c25
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user