From ef9b6a95c77f3fc1aef38fe6d165d9268fc9a5ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:52:40 +0000 Subject: [PATCH] Bump com.guardsquare:proguard-gradle from 7.4.0 to 7.4.1 Bumps [com.guardsquare:proguard-gradle](https://github.com/Guardsquare/proguard) from 7.4.0 to 7.4.1. - [Release notes](https://github.com/Guardsquare/proguard/releases) - [Commits](https://github.com/Guardsquare/proguard/compare/v7.4...v7.4.1) --- updated-dependencies: - dependency-name: com.guardsquare:proguard-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 066ed58..f931497 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -5,6 +5,6 @@ buildscript { mavenCentral() } dependencies { - classpath("com.guardsquare:proguard-gradle:7.4.0") + classpath("com.guardsquare:proguard-gradle:7.4.1") } }