From c52b684e6fada7a63fe60dbc4c260699027da9fc Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Mon, 1 Jan 2024 17:15:49 +0100 Subject: [PATCH] [pollytts] Update AWS Java SDK (#16153) A newer AWS Java SDK is required when using Jackson 2.16. Fixes #16108 Signed-off-by: Wouter Born --- bundles/org.openhab.voice.pollytts/pom.xml | 4 ++-- .../org.openhab.voice.pollytts/src/main/feature/feature.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundles/org.openhab.voice.pollytts/pom.xml b/bundles/org.openhab.voice.pollytts/pom.xml index 5cee22c3754..c626e5f5704 100644 --- a/bundles/org.openhab.voice.pollytts/pom.xml +++ b/bundles/org.openhab.voice.pollytts/pom.xml @@ -18,13 +18,13 @@ org.openhab.osgiify com.amazonaws.aws-java-sdk-core - 1.11.490 + 1.12.626 compile org.openhab.osgiify com.amazonaws.aws-java-sdk-polly - 1.11.490 + 1.12.626 compile diff --git a/bundles/org.openhab.voice.pollytts/src/main/feature/feature.xml b/bundles/org.openhab.voice.pollytts/src/main/feature/feature.xml index 2871b10b0d8..39efc6ba772 100644 --- a/bundles/org.openhab.voice.pollytts/src/main/feature/feature.xml +++ b/bundles/org.openhab.voice.pollytts/src/main/feature/feature.xml @@ -7,8 +7,8 @@ openhab.tp-jackson mvn:org.apache.httpcomponents/httpcore-osgi/4.4.9 mvn:org.apache.httpcomponents/httpclient-osgi/4.5.5 - mvn:org.openhab.osgiify/com.amazonaws.aws-java-sdk-core/1.11.490 - mvn:org.openhab.osgiify/com.amazonaws.aws-java-sdk-polly/1.11.490 + mvn:org.openhab.osgiify/com.amazonaws.aws-java-sdk-core/1.12.626 + mvn:org.openhab.osgiify/com.amazonaws.aws-java-sdk-polly/1.12.626 mvn:commons-logging/commons-logging/1.2 mvn:joda-time/joda-time/2.8.1 mvn:org.openhab.addons.bundles/org.openhab.voice.pollytts/${project.version}