We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36693ff commit bb8c61eCopy full SHA for bb8c61e
logback-android/build.gradle
@@ -56,7 +56,7 @@ dependencies {
56
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
57
testImplementation 'org.robolectric:robolectric:4.9'
58
testImplementation 'org.mockito:mockito-core:2.28.2'
59
- testImplementation 'joda-time:joda-time:2.12.1'
+ testImplementation 'joda-time:joda-time:2.12.2'
60
61
// This dep is required when using Robolectric and targeting pre-21 SDKs.
62
// Otherwise, tests fail with java.lang.NoClassDefFoundError.
0 commit comments