Upgrade libraries before 1.3 release

This commit is contained in:
Torsten Grote
2021-05-06 14:29:00 -03:00
parent cc04fb05c2
commit 61f660ca1d
18 changed files with 331 additions and 285 deletions

View File

@@ -12,5 +12,5 @@ dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation 'junit:junit:4.13.1'
testImplementation "junit:junit:$junit_version"
}