From 8c35a8cf6b648ba0c9688d1c61ca268868f78fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 12:23:36 +0000 Subject: [PATCH] Bump mavericks from 2.7.0 to 3.0.1 Bumps `mavericks` from 2.7.0 to 3.0.1. Updates `mavericks` from 2.7.0 to 3.0.1 - [Release notes](https://github.com/airbnb/mavericks/releases) - [Changelog](https://github.com/airbnb/mavericks/blob/main/CHANGELOG.md) - [Commits](https://github.com/airbnb/mavericks/compare/2.7.0...v3.0.1) Updates `mavericks-testing` from 2.7.0 to 3.0.1 - [Release notes](https://github.com/airbnb/mavericks/releases) - [Changelog](https://github.com/airbnb/mavericks/blob/main/CHANGELOG.md) - [Commits](https://github.com/airbnb/mavericks/compare/2.7.0...v3.0.1) --- updated-dependencies: - dependency-name: com.airbnb.android:mavericks dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.airbnb.android:mavericks-testing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 3bf3ab746d..81a02d7f9d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -21,7 +21,7 @@ def lifecycle = "2.5.1" def flowBinding = "1.2.0" def flipper = "0.164.0" def epoxy = "4.6.2" -def mavericks = "2.7.0" +def mavericks = "3.0.1" def glide = "4.14.1" def bigImageViewer = "1.8.1" def jjwt = "0.11.5"