Bump reflections from 0.9.11 to 0.9.12 (#46)

Bumps [reflections](https://github.com/ronmamo/reflections) from 0.9.11 to 0.9.12.
- [Release notes](https://github.com/ronmamo/reflections/releases)
- [Commits](https://github.com/ronmamo/reflections/compare/0.9.11...0.9.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-17 13:42:46 +01:00 committed by GitHub
parent daad4bdbc2
commit dbf4f43019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ dependencies {
} }
// Use MySQL Connector-J // Use MySQL Connector-J
compile 'mysql:mysql-connector-java' compile 'mysql:mysql-connector-java'
compile 'org.reflections:reflections:0.9.11' compile 'org.reflections:reflections:0.9.12'
compile 'org.apache.commons:commons-lang3:3.11' compile 'org.apache.commons:commons-lang3:3.11'
compile 'com.google.api-client:google-api-client:1.31.2' compile 'com.google.api-client:google-api-client:1.31.2'
compile 'com.google.apis:google-api-services-youtube:v3-rev20210210-1.31.0' compile 'com.google.apis:google-api-services-youtube:v3-rev20210210-1.31.0'