Merge pull request #42 from maxlambrecht/update-lombok-dependency

Updating lombok and test libraries dependencies.
This commit is contained in:
Max Lambrecht 2020-10-27 18:22:45 -03:00 committed by GitHub
commit ebb933557c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ subprojects {
ext {
grpcVersion = '1.33.0'
jupiterVersion = '5.6.2'
mockitoVersion = '3.5.2'
lombokVersion = '1.18.12'
jupiterVersion = '5.7.0'
mockitoVersion = '3.5.15'
lombokVersion = '1.18.16'
nimbusVersion = '9.1.1'
}