From 926f925353eade965b21ec1b4801fb5ec3d47e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 23:26:32 +0000 Subject: [PATCH] Bump okio from 2.10.0 to 3.1.0 Bumps [okio](https://github.com/square/okio) from 2.10.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.10.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] --- keycard/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keycard/build.gradle b/keycard/build.gradle index e946c47..36107b5 100644 --- a/keycard/build.gradle +++ b/keycard/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation "com.github.komputing:khex:$khex_version" - implementation 'com.squareup.okio:okio:2.10.0' + implementation 'com.squareup.okio:okio:3.1.0' implementation 'com.payneteasy:ber-tlv:1.0-11'