From c0f70db39cba411d621c31d6db6b38154bea5c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:46:11 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp in /functionaltest-jenkins-plugin Bumps [com.squareup.okhttp3:okhttp](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:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functionaltest-jenkins-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functionaltest-jenkins-plugin/build.gradle b/functionaltest-jenkins-plugin/build.gradle index 4a3a98bf..b2469858 100644 --- a/functionaltest-jenkins-plugin/build.gradle +++ b/functionaltest-jenkins-plugin/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.1" implementation "org.glassfish.jaxb:jaxb-runtime:4.0.3" - implementation 'com.squareup.okhttp3:okhttp:4.11.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.google.code.gson:gson:2.10.1' implementation 'io.gsonfire:gson-fire:1.8.5' implementation 'javax.xml.bind:jaxb-api:2.3.1'