From 9bcb33818876f78858abe28da6f631a762afb451 Mon Sep 17 00:00:00 2001 From: morph166955 <53797132+morph166955@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:37:37 -0500 Subject: [PATCH] Update httpcore and httpclient (#16294) Signed-off-by: Ben Rosenblum --- .../org.openhab.voice.pollytts/src/main/feature/feature.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 09aead2b5d..39f94fa06f 100644 --- a/bundles/org.openhab.voice.pollytts/src/main/feature/feature.xml +++ b/bundles/org.openhab.voice.pollytts/src/main/feature/feature.xml @@ -4,8 +4,8 @@ openhab-runtime-base - mvn:org.apache.httpcomponents/httpcore-osgi/4.4.9 - mvn:org.apache.httpcomponents/httpclient-osgi/4.5.5 + mvn:org.apache.httpcomponents/httpcore-osgi/4.4.13 + mvn:org.apache.httpcomponents/httpclient-osgi/4.5.13 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 -- 2.47.3