diff options
author | dependabot[bot] | 2021-03-04 07:27:54 +0000 |
---|---|---|
committer | vitalyster | 2021-03-04 10:40:08 +0300 |
commit | 235d8ae06be618dc165a16a3d2e8a8b7c868c92f (patch) | |
tree | 8c52d05f8135101008db0a8659d30cbf7e667aa0 | |
parent | e133888a99b9f512c4ad29d8d88a8fc29b76d5a9 (diff) |
Bump com.github.ben-manes.versions from 0.36.0 to 0.38.0
Bumps com.github.ben-manes.versions from 0.36.0 to 0.38.0.
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 9887f18c..067d2e1e 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { plugins { id 'org.springframework.boot' version '2.4.3' apply false id 'org.asciidoctor.convert' version '2.4.0' - id "com.github.ben-manes.versions" version '0.36.0' + id "com.github.ben-manes.versions" version '0.38.0' } repositories { |