X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2887fa9c26cfd4ae6379e2cf4e6c5d50aaa0dd11..1f92b08e21c19dfa0c6d2260fe2fd8b24529e9e3:/sdk/java-v2/build.gradle diff --git a/sdk/java-v2/build.gradle b/sdk/java-v2/build.gradle index 7de7a1102a..5b09db948a 100644 --- a/sdk/java-v2/build.gradle +++ b/sdk/java-v2/build.gradle @@ -21,7 +21,7 @@ dependencies { api 'com.typesafe:config:1.3.2' testImplementation 'junit:junit:4.12' - testImplementation 'org.mockito:mockito-core:2.12.0' + testImplementation 'org.mockito:mockito-core:3.3.3' testImplementation 'org.assertj:assertj-core:3.8.0' testImplementation 'com.squareup.okhttp3:mockwebserver:3.9.1' } @@ -85,12 +85,12 @@ uploadArchives { packaging 'jar' groupId 'org.arvados' description 'Arvados Java SDK' - url 'https://github.com/curoverse/arvados' + url 'https://github.com/arvados/arvados' scm { - url 'scm:git@https://github.com/curoverse/arvados.git' - connection 'scm:git@https://github.com/curoverse/arvados.git' - developerConnection 'scm:git@https://github.com/curoverse/arvados.git' + url 'scm:git@https://github.com/arvados/arvados.git' + connection 'scm:git@https://github.com/arvados/arvados.git' + developerConnection 'scm:git@https://github.com/arvados/arvados.git' } licenses {