From 96423b2db258b058828d0c0682f6ad5c76403b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 06:02:06 +0000 Subject: [PATCH] build(deps): Bump okio from 2.9.0 to 3.1.0 in /server Bumps [okio](https://github.com/square/okio) from 2.9.0 to 3.1.0. - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-2.9.0...parent-3.1.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/appengine/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/appengine/build.gradle b/server/appengine/build.gradle index c621bc1fed..2cfa8bd53d 100644 --- a/server/appengine/build.gradle +++ b/server/appengine/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.googlecode.objectify:objectify:5.1.22' // Force older version of okio - implementation 'com.squareup.okio:okio:2.9.0' + implementation 'com.squareup.okio:okio:3.1.0' implementation deps.gson implementation deps.wire.gson