diff --git a/app/build.gradle b/app/build.gradle index e872f3fa6..0fb6f607e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -233,7 +233,7 @@ dependencies { testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.4' testImplementation 'com.shazam:shazamcrest:0.11' testImplementation 'org.skyscreamer:jsonassert:1.5.1' - testImplementation 'org.jeasy:easy-random-core:6.0.0-SNAPSHOT' + testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT' testImplementation 'org.apache.commons:commons-lang3:3.14.0' testImplementation 'commons-validator:commons-validator:1.7' testImplementation 'com.google.guava:guava:32.1.3-jre' diff --git a/build.gradle b/build.gradle index 3af6d7260..3af829f90 100644 --- a/build.gradle +++ b/build.gradle @@ -39,10 +39,6 @@ allprojects { google() // Other libraries mavenCentral() - // Snapshots - maven { - url("https://oss.sonatype.org/content/repositories/snapshots") - } // Some custom libraries maven { url 'https://jitpack.io' } }