From ae152f9f96eb81b464b4c5193d7100406d8d4c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:39:05 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 256c1d35..18aec499 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { include 'org.apache.logging.log4j:log4j-api:2.22.1' include 'org.apache.logging.log4j:log4j-core:2.22.1' - include 'com.squareup.okhttp3:okhttp:4.11.0' + include 'com.squareup.okhttp3:okhttp:4.12.0' include 'com.google.code.gson:gson:2.10.1' include 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' include 'com.formdev:flatlaf:3.3-SNAPSHOT'