From 7cf43b4d5467d40a7b2005e8cf78101b429e0d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:07:23 +0000 Subject: [PATCH] Bump the gradle-dependencies group with 2 updates Bumps the gradle-dependencies group with 2 updates: [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) and [com.squareup.okio:okio](https://github.com/square/okio). Updates `com.squareup.okhttp3:okhttp` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.3.2) Updates `com.squareup.okio:okio` from 3.16.2 to 3.16.4 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/3.16.2...parent-3.16.4) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.squareup.okio:okio dependency-version: 3.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f0d9233b..9fcad847 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.2' implementation 'org.json:json:20250517' // https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 - api 'com.squareup.okhttp3:okhttp:5.3.0' + api 'com.squareup.okhttp3:okhttp:5.3.2' // Use JUnit test framework testImplementation(platform('org.junit:junit-bom:6.0.1')) @@ -59,8 +59,8 @@ dependencies { // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation 'org.hamcrest:hamcrest:3.0' - testImplementation 'com.squareup.okio:okio:3.16.2' - testImplementation 'com.squareup.okhttp3:okhttp:5.3.0' + testImplementation 'com.squareup.okio:okio:3.16.4' + testImplementation 'com.squareup.okhttp3:okhttp:5.3.2' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind