From a5d54ef00f6c7a1bacef7e53cf796e14edd948b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:02:57 +0000 Subject: [PATCH] Bump okio from 1.13.0 to 3.4.0 in /data-api/java-rest Bumps [okio](https://github.com/square/okio) from 1.13.0 to 3.4.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/okio-parent-1.13.0...parent-3.4.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data-api/java-rest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-api/java-rest/pom.xml b/data-api/java-rest/pom.xml index e6d90c0b61..f00b2a9b87 100644 --- a/data-api/java-rest/pom.xml +++ b/data-api/java-rest/pom.xml @@ -57,7 +57,7 @@ com.squareup.okio okio - 1.13.0 + 3.4.0 com.squareup.okhttp3