Skip to content

Commit 5b1ae7a

Browse files
committed
Update dependencies versions
Removes dependency of graphql-java since it's referenced by graphql-java-spring-boot-starter-webmvc. gpraphql-java-spring-boot-starter-webmvc version updated from 1.0 to 2.0
1 parent 0cb1bc8 commit 5b1ae7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book-details/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
implementation 'com.graphql-java:graphql-java:11.0'
27-
implementation 'com.graphql-java:graphql-java-spring-boot-starter-webmvc:1.0'
26+
implementation 'com.graphql-java:graphql-java-spring-boot-starter-webmvc:2.0'
2827
implementation 'com.google.guava:guava:26.0-jre'
2928
implementation 'org.springframework.boot:spring-boot-starter-web'
3029
testImplementation 'org.springframework.boot:spring-boot-starter-test'

0 commit comments

Comments
 (0)