From ec0e059896809284047a97a81de120a0c408fe8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:11:18 +0000 Subject: [PATCH] Bump wire-gradle-plugin from 3.7.0 to 4.4.2 Bumps [wire-gradle-plugin](https://github.com/square/wire) from 3.7.0 to 4.4.2. - [Release notes](https://github.com/square/wire/releases) - [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/wire/compare/3.7.0...4.4.2) --- updated-dependencies: - dependency-name: com.squareup.wire:wire-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 253d4e1..38219f8 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { gsonVersion = '2.8.7' okhttpVersion = '4.9.1' retrofitVersion = '2.9.0' - wireVersion = '3.7.0' + wireVersion = '4.4.2' // Debug and quality control binaryCompatibilityValidator = '0.6.0'