1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

[smack-integration-test] Bump reflections to 0.9.12

This also means that smack-integration-test needs to declare a
dependency on Guava, which was previously available as transitive
dependency of 'reflections' 0.9.11.
This commit is contained in:
Florian Schmaus 2021-02-14 17:41:11 +01:00
parent fe3214291d
commit cd40455b62
3 changed files with 4 additions and 2 deletions

View file

@ -128,6 +128,7 @@ allprojects {
junitVersion = '5.6.2'
commonsIoVersion = '2.6'
bouncyCastleVersion = '1.68'
guavaVersion = '30.1-jre'
if (project.hasProperty("useSonatype")) {
useSonatype = project.getProperty("useSonatype").toBoolean()