diff --git a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle index b24ee498c..a030a3285 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle @@ -39,7 +39,7 @@ dependencies { // Required if generating Jackson 2 annotations implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' - testImplementation 'androidx.test.ext:junit:1.2.1' + testImplementation 'androidx.test.ext:junit:1.3.0' testImplementation 'org.robolectric:robolectric:4.10.3' }