From 68ff394730428c5f1dd5bd3f33511ca14e36a2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 03:50:29 +0000 Subject: [PATCH] [api]: Bump com.squareup.okio:okio from 3.4.0 to 3.5.0 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] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index d057ceb33..21a70dd00 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -12,7 +12,7 @@ buildCache { dependencyResolutionManagement { versionCatalogs { create("libs") { - library("okio", "com.squareup.okio:okio:3.4.0") + library("okio", "com.squareup.okio:okio:3.5.0") library("okhttp", "com.squareup.okhttp3:okhttp:5.0.0-alpha.11") library("okhttp-logging", "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11") library("fits", "gov.nasa.gsfc.heasarc:nom-tam-fits:1.18.0")