mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 23:18:48 +00:00
build.gradle: Update JUnit to 4.13.2.
This commit is contained in:
parent
f3619863b1
commit
638aae351f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ dependencies {
|
||||||
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
||||||
implementation 'org.json:json:20090211' // provided by Android
|
implementation 'org.json:json:20090211' // provided by Android
|
||||||
implementation 'net.sf.kxml:kxml2:2.3.0' // provided by Android
|
implementation 'net.sf.kxml:kxml2:2.3.0' // provided by Android
|
||||||
testImplementation 'junit:junit:4.13.1'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testRuntime 'org.slf4j:slf4j-jdk14:1.7.32'
|
testRuntime 'org.slf4j:slf4j-jdk14:1.7.32'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue