Skip to content

Commit

Permalink
[chromecast] Update protobuf from 2.6.0 to protobuf-javalite 3.25.1 (#…
Browse files Browse the repository at this point in the history
…16186)

Switch from vitalidze/chromecast-java-api-v2 to de.sfuhrm/chromecast-java-api-v2.
This fork updates protobuf-java from 2.6.0 to protobuf-javalite 3.25.1.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
  • Loading branch information
holgerfriedrich committed Jan 3, 2024
1 parent ce1f366 commit b9ed29c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.chromecast/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ protobuf-java

chromecast-java-api-v2
* License: Apache 2.0 License
* Project: https://github.com/vitalidze/chromecast-java-api-v2
* Source: https://github.com/vitalidze/chromecast-java-api-v2
* Project: https://github.com/sfuhrm/chromecast-java-api-v2
* Source: https://github.com/sfuhrm/chromecast-java-api-v2
10 changes: 5 additions & 5 deletions bundles/org.openhab.binding.chromecast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

<dependencies>
<dependency>
<groupId>su.litvak.chromecast</groupId>
<artifactId>api-v2</artifactId>
<version>0.11.3</version>
<groupId>de.sfuhrm</groupId>
<artifactId>chromecast-java-api-v2</artifactId>
<version>0.12.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -33,8 +33,8 @@
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.6.0</version>
<artifactId>protobuf-javalite</artifactId>
<version>3.25.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b9ed29c

Please sign in to comment.