From 8669a202bd3dde0440a94d1c678310549231da19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:31:30 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.9.3 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...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 887721b443..58dd0a1c39 100644 --- a/build.gradle +++ b/build.gradle @@ -439,7 +439,7 @@ dependencies { implementation group: 'org.locationtech.jts', name: 'jts-core', version: '1.19.0' // https://mvnrepository.com/artifact/org.locationtech.jts/jts-core // For RESTful functions - implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0' + implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0' // Better JSON functions... implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' // https://mvnrepository.com/artifact/com.google.code.gson/gson