Skip to content

Commit

Permalink
[chromecast] Update API lib to 0.11.2 (openhab#6367)
Browse files Browse the repository at this point in the history
Fixes the following exceptions:

```
org.codehaus.jackson.map.JsonMappingException: Could not resolve type id 'MULTIZONE_STATUS' into a subtype of [simple type, class su.litvak.chromecast.api.v2.StandardResponse]
```

Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: Hans-Reiner Hoffmann <hans-reiner.hoffmann@gmx.de>
  • Loading branch information
wborn authored and Hans-Reiner committed Apr 11, 2020
1 parent 69fe63e commit d4d5855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.chromecast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>su.litvak.chromecast</groupId>
<artifactId>api-v2</artifactId>
<version>0.11.1</version>
<version>0.11.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d4d5855

Please sign in to comment.