From 1a759dcc761a2f1534ac92fee8943f7cfa879e89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 13:32:31 +0000 Subject: [PATCH] chore(deps): Update Deps to v4.5.14 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1829f2b..416d287 100644 --- a/build.gradle +++ b/build.gradle @@ -25,9 +25,9 @@ buildscript { jcenter() } dependencies { - classpath "org.apache.httpcomponents:httpmime:4.5.13" + classpath "org.apache.httpcomponents:httpmime:4.5.14" classpath "com.google.code.gson:gson:2.10" - classpath "org.apache.httpcomponents:httpclient:4.5.13" + classpath "org.apache.httpcomponents:httpclient:4.5.14" } }