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

junit: bump to 5.6.0

This commit is contained in:
Florian Schmaus 2020-02-23 18:30:59 +01:00
parent 961e56a47c
commit 78be8f3a04
10 changed files with 14 additions and 17 deletions

View file

@ -129,7 +129,7 @@ allprojects {
':smack-omemo-signal',
':smack-openpgp',
].collect { project(it) }
junitVersion = '5.4.2'
junitVersion = '5.6.0'
powerMockVersion = '2.0.2'
commonsIoVersion = '2.6'
}