File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: "../spring-boot-commons.gradle"
33dependencies {
44 implementation " org.springframework.boot:spring-boot-starter-web"
55 implementation " com.graphql-java-kickstart:graphql-spring-boot-starter:$LIB_GRAPHQL_SPRING_BOOT_VER "
6- implementation ' com.graphql-java:graphql-java-extended-validation:16.0.0 '
6+ implementation " com.graphql-java:graphql-java-extended-validation:$L IB_GRAPHQL_EXTENDED_VALIDATION_VER "
77
88 compileOnly " org.projectlombok:lombok"
99 annotationProcessor " org.projectlombok:lombok"
Original file line number Diff line number Diff line change 1- LIB_GRAPHQL_SERVLET_VER =11.1.1
2- LIB_GRAPHQL_SPRING_BOOT_VER =12.0.0-SNAPSHOT
3- LIB_GRAPHQL_TOOLS_VER =11.0.1
1+ LIB_GRAPHQL_SERVLET_VER =12.0.0
2+ LIB_GRAPHQL_SPRING_BOOT_VER =12.0.0
3+ LIB_GRAPHQL_TOOLS_VER =12.0.1
4+ LIB_GRAPHQL_EXTENDED_VALIDATION_VER =17.0-hibernate-validator-6.2.0.Final
45LIB_SPRING_BOOT_VER =2.5.3
56sourceCompatibility =11
67targetCompatibility =11
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments