From d7f621672c98614fb175503e2af8cd0f006cf28e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:04:18 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.9.3 to 4.10.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ache/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ache/build.gradle b/ache/build.gradle index a5fa27761..ff1fff92a 100644 --- a/ache/build.gradle +++ b/ache/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation group: 'org.jsoup', name: 'jsoup', version: '1.15.1' implementation group: 'org.apache.lucene', name: 'lucene-analyzers-common', version: '8.11.1' // HTTP libraries - implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3' + implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0' implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14' // Others implementation group: 'com.github.haifengl', name: 'smile-core', version: '1.5.3'