From 4836efdbf675846c769a3c7aaf2f8b8f84351392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 00:31:20 +0000 Subject: [PATCH] Bump com.jaredsburrows.license from 0.9.2 to 0.9.3 Bumps [com.jaredsburrows.license](https://github.com/jaredsburrows/gradle-license-plugin) from 0.9.2 to 0.9.3. - [Changelog](https://github.com/jaredsburrows/gradle-license-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaredsburrows/gradle-license-plugin/compare/0.9.2...0.9.3) --- updated-dependencies: - dependency-name: com.jaredsburrows.license 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 67c23c8..eeeda5d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,5 +3,5 @@ plugins { id 'com.android.application' version '7.4.2' apply false id 'com.android.library' version '7.4.2' apply false id 'org.jetbrains.kotlin.android' version '1.8.21' apply false - id 'com.jaredsburrows.license' version '0.9.2' apply false + id 'com.jaredsburrows.license' version '0.9.3' apply false } \ No newline at end of file