From b9ed29c71dd5124338162fe8170b97b43eec4325 Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Wed, 3 Jan 2024 22:59:14 +0100 Subject: [PATCH] [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 --- bundles/org.openhab.binding.chromecast/NOTICE | 4 ++-- bundles/org.openhab.binding.chromecast/pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bundles/org.openhab.binding.chromecast/NOTICE b/bundles/org.openhab.binding.chromecast/NOTICE index 7f3293872ba..a6e0423533f 100644 --- a/bundles/org.openhab.binding.chromecast/NOTICE +++ b/bundles/org.openhab.binding.chromecast/NOTICE @@ -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 diff --git a/bundles/org.openhab.binding.chromecast/pom.xml b/bundles/org.openhab.binding.chromecast/pom.xml index ba4995ad9bf..7de248acf9c 100644 --- a/bundles/org.openhab.binding.chromecast/pom.xml +++ b/bundles/org.openhab.binding.chromecast/pom.xml @@ -20,9 +20,9 @@ - su.litvak.chromecast - api-v2 - 0.11.3 + de.sfuhrm + chromecast-java-api-v2 + 0.12.3 compile @@ -33,8 +33,8 @@ com.google.protobuf - protobuf-java - 2.6.0 + protobuf-javalite + 3.25.1 compile