Skip to content

Commit

Permalink
[watsonstt] Upgrade library (openhab#14626)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Álvarez <[email protected]>
  • Loading branch information
GiviMAD authored Mar 18, 2023
1 parent 9a6b23f commit 7268442
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundles/org.openhab.voice.watsonstt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 7268442

Please sign in to comment.