From 5e45013c8405f162a2e13e227fbc4e221fcb246b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:47:58 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:mockwebserver from 4.11.0 to 4.12.0 Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/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) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver 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 bed69f5f..ab39f906 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { testImplementation ("org.apache.jclouds.driver:jclouds-slf4j:${jcloudsVersion}") testImplementation ('org.assertj:assertj-core:3.24.2') testImplementation ('ch.qos.logback:logback-core:1.4.11') - testImplementation ('com.squareup.okhttp3:mockwebserver:4.11.0') + testImplementation ('com.squareup.okhttp3:mockwebserver:4.12.0') testImplementation ('org.testng:testng:7.8.0') testImplementation ('ch.qos.logback:logback-classic:1.4.11') }