diff --git a/README.md b/README.md index 1f78f2ed..323ecdd3 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,6 @@ Gradle: ```gradle repositories { - jcenter() mavenCentral() } @@ -168,25 +167,6 @@ Maven: ``` -New releases will be available faster in the JCenter repository than in Maven Central. Add the -following to use for Maven - -```xml - - - jcenter - https://jcenter.bintray.com/ - - -``` - -For Gradle: - -```groovy -repositories { - jcenter() -} -``` ### Snapshots diff --git a/build.gradle b/build.gradle index 128bd07a..338fd330 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,6 @@ subprojects { repositories { mavenLocal() mavenCentral() - jcenter() maven { url "https://dl.bintray.com/graphql-java-kickstart/releases" } maven { url "https://repo.spring.io/libs-milestone" } maven { url "https://oss.sonatype.org/content/repositories/snapshots" } diff --git a/gradle.properties b/gradle.properties index ecabe910..6dde778a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,7 +32,7 @@ SOURCE_COMPATIBILITY=1.8 TARGET_COMPATIBILITY=1.8 ### Dependencies LIB_GRAPHQL_JAVA_VER=16.2 -LIB_EXTENDED_SCALARS_VERSION=16.0.0 +LIB_EXTENDED_SCALARS_VERSION=16.0.1 LIB_SPRING_BOOT_VER=2.4.3 LIB_GRAPHQL_SERVLET_VER=11.1.0 LIB_GRAPHQL_JAVA_TOOLS_VER=11.0.0