From f93b1edfc48ceeb02bbc9247fc9dd94be7d0818b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 03:59:27 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.11.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.9.3 to 4.11.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.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp 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 1866d12..b2da8e1 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { compileOnly project.deps.gocdPluginApi implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' implementation group: 'org.kohsuke', name: 'github-api', version: '1.314' - implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3' + implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0' testImplementation project.deps.gocdPluginApi testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.11.0'