diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-24 12:44:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 12:44:07 +0530 |
commit | 9526ec3798ffd48f961a4bea365b51875d6644e9 (patch) | |
tree | cf28996876784f033a960037c5b2024e62a55095 /build.gradle | |
parent | 4afb23bbb48d71beab801b21d05275e915722ae5 (diff) |
Bump com.github.ben-manes.versions from 0.27.0 to 0.28.0 (#641)
Bumps com.github.ben-manes.versions from 0.27.0 to 0.28.0.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 9da96be0..78f08ba5 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { } plugins { - id 'com.github.ben-manes.versions' version '0.27.0' + id 'com.github.ben-manes.versions' version '0.28.0' } subprojects { |