From cfcc2476215ebc4776ae7365c2d81a8d8f4269c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:24:13 +0000 Subject: [PATCH] Bump okhttpVersion from 4.11.0 to 4.12.0 Bumps `okhttpVersion` from 4.11.0 to 4.12.0. Updates `com.squareup.okhttp3:okhttp` from 4.11.0 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0) Updates `com.squareup.okhttp3:logging-interceptor` from 4.11.0 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 881fb85e..30c29191 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { retrofitVersion = "2.9.0" // https://github.com/square/retrofit/tags shadowVersion = '8.1.1' // https://github.com/johnrengelman/shadow/releases ioLibVersion = '2.3.0' // https://github.com/retrodaredevil/io-lib/releases - okhttpVersion = "4.11.0" // https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp + okhttpVersion = "4.12.0" // https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp // couchdbJavaVersion = '1.1.0' couchdbJavaVersion = "cf377882a0a85ce1ff37b5bcc23a5389d900d66f".substring(0, 10) dockerComposePluginVersion = "0.17.4" // https://github.com/avast/gradle-docker-compose-plugin/releases