]> git.basschouten.com Git - openhab-addons.git/commitdiff
[chromecast] Update protobuf from 2.6.0 to protobuf-javalite 3.25.1 (#16186)
authorHolger Friedrich <mail@holger-friedrich.de>
Wed, 3 Jan 2024 21:59:14 +0000 (22:59 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 21:59:14 +0000 (22:59 +0100)
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>
bundles/org.openhab.binding.chromecast/NOTICE
bundles/org.openhab.binding.chromecast/pom.xml

index 7f3293872baf9da5992b8620a70607e8f97876c4..a6e0423533f18f5b127026aa0c1056001b525a73 100644 (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
index ba4995ad9bf895df97fcb63cc0c0d4c205a72212..7de248acf9c33b8ebdb6deb9395e5261a605d7f3 100644 (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>