Skip to content

Commit bb8c61e

Browse files
fix(deps): update dependency joda-time:joda-time to v2.12.2
1 parent 36693ff commit bb8c61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logback-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
5757
testImplementation 'org.robolectric:robolectric:4.9'
5858
testImplementation 'org.mockito:mockito-core:2.28.2'
59-
testImplementation 'joda-time:joda-time:2.12.1'
59+
testImplementation 'joda-time:joda-time:2.12.2'
6060

6161
// This dep is required when using Robolectric and targeting pre-21 SDKs.
6262
// Otherwise, tests fail with java.lang.NoClassDefFoundError.

0 commit comments

Comments
 (0)