MINOR: upgrade version of gradle plugin (ben-manes.versions) to 0.47.0 (#14098)

Reviewers: Divij Vaidya <diviv@amazon.com>
This commit is contained in:
Said Boudjelda 2023-07-26 19:12:27 +02:00 committed by GitHub
parent a900794ace
commit e5fb9b61fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ buildscript {
}
plugins {
id 'com.github.ben-manes.versions' version '0.46.0'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'idea'
id 'java-library'
id 'org.owasp.dependencycheck' version '8.2.1'