From 6dcca82d173f973448f15e3d6ce14fea0fb8107c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 05:22:15 +0000 Subject: [PATCH] build(deps): bump helper from 5.6.9 to 5.6.13 Bumps [helper](https://github.com/lucko/helper) from 5.6.9 to 5.6.13. - [Release notes](https://github.com/lucko/helper/releases) - [Commits](https://github.com/lucko/helper/commits) --- updated-dependencies: - dependency-name: me.lucko:helper 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 96bc57b..5926141 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ dependencies { // Add your dependencies here // Here are some opinionated dependencies that might help you with your plugin development: - implementation "me.lucko:helper:5.6.9" + implementation "me.lucko:helper:5.6.13" implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'