[chromecast] Update protobuf from 2.6.0 to protobuf-javalite 3.25.1 (#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>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
Holger Friedrich 2024-01-03 22:59:14 +01:00 committed by Ciprian Pascu
parent 1f90fb9a08
commit 5da654d9ca
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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>
@ -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>