From 24638428f8ca652f643fa3dca49c35e2fa0bb367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 22:02:26 +0000 Subject: [PATCH] Bump com.squareup.okio:okio in /forgerock-authenticator Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.4.0 to 3.5.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.4.0...parent-3.5.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- forgerock-authenticator/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgerock-authenticator/build.gradle b/forgerock-authenticator/build.gradle index 26a86095..65f9cc2a 100644 --- a/forgerock-authenticator/build.gradle +++ b/forgerock-authenticator/build.gradle @@ -91,7 +91,7 @@ configurations.all { //Due to Vulnerability [CVE-2023-3635] CWE-681: Incorrect Conversion between Numeric Types //on version < 3.4.0, this library is depended by okhttp, when okhttp upgrade, this needs //to be reviewed - force 'com.squareup.okio:okio:3.4.0' + force 'com.squareup.okio:okio:3.5.0' } } dependencies {