From 25b65f3f47fc8c4086ff8a435b9095f0ab1a8074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:13:10 +0000 Subject: [PATCH] Bump com.squareup.wire:wire-gradle-plugin from 4.8.0 to 4.8.1 Bumps [com.squareup.wire:wire-gradle-plugin](https://github.com/square/wire) from 4.8.0 to 4.8.1. - [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/wire/compare/4.8.0...4.8.1) --- updated-dependencies: - dependency-name: com.squareup.wire:wire-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4e582821..ac1f0f1d 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { gsonVersion = '2.10.1' okhttpVersion = '4.11.0' retrofitVersion = '2.9.0' - wireVersion = '4.8.0' + wireVersion = '4.8.1' // Debug and quality control binaryCompatibilityValidator = '0.13.2'